Skip to content

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:50
630c528

v0.3.4

Added

  • HYDROLIX_HTTP_QUERY_PATH (default /query) sets the HTTP request path for the ClickHouse query endpoint, for clusters that serve queries on a non-root path. (#133, HDX-11831)
  • HYDROLIX_QUERY_HEAD_POOL routes to a named query-head pool via connection-time database routing (CHProxy); wins over HYDROLIX_DATABASE when both are set. (#132, HDX-11822)
  • Outbound HTTP(S) proxy support for the Hydrolix connection via HYDROLIX_HTTP_PROXY / HYDROLIX_HTTPS_PROXY, so a server behind a mandatory proxy can reach the cluster. (#130, HDX-11784)
  • execute_query SETTINGS now configurable via env vars: HYDROLIX_QUERY_MAX_MEMORY_USAGE, HYDROLIX_QUERY_MAX_RESULT_ROWS, HYDROLIX_QUERY_MAX_ATTEMPTS, HYDROLIX_QUERY_TIMERANGE_REQUIRED, HYDROLIX_MAX_RAW_TIMERANGE, HYDROLIX_MAX_RESULT_CELLS, HYDROLIX_CONNECT_TIMEOUT, HYDROLIX_SEND_RECEIVE_TIMEOUT. (#127)

Changed

Full Changelog: v0.3.3...v0.3.4