mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 13:30:38 +00:00
* feat: add strict mode to validate protocol strings * hotfix: fix test * fix: fix return pair and test param * test: add test for utf-8 validation * fix: cargo check * Update src/servers/src/prom_row_builder.rs Co-authored-by: Eugene Tolbakov <ev.tolbakov@gmail.com> * fix: fix param of without_strict_mode * fix: change field name in HttpOptions * fix: replace if else with match * fix: replace all strict_mode with is_stirct_mode * fix: fix test_config_api * fix: fix bench, add vm handshake, catch error --------- Co-authored-by: Eugene Tolbakov <ev.tolbakov@gmail.com> Co-authored-by: tison <wander4096@gmail.com>