v0.3.4
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_POOLroutes to a named query-head pool via connection-time database routing (CHProxy); wins overHYDROLIX_DATABASEwhen 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_querySETTINGS 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
- Bump
urllib32.6.3 → 2.7.0,python-multipart0.0.27 → 0.0.32, andpyjwt2.12.1 → 2.13.0 to clear high-severity CVEs (CVE-2026-44432, CVE-2026-53539, CVE-2026-48526) and associated medium/low CVEs. (#131)
Full Changelog: v0.3.3...v0.3.4