Skip to content

v0.3.5

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 17:14
870da65

v0.3.5

Added

  • mcp-trafficpeak: a second, fully TrafficPeak-branded PyPI distribution built from this single source tree, so TrafficPeak customers get an MCP server with no Hydrolix branding on customer-facing surfaces. Both brands ship from the same commit at the same version, selected at build time by MCP_BRAND={hydrolix|trafficpeak} (default hydrolix). (#136, HDX-11476)
  • Dual-namespace environment variables: every HYDROLIX_<x> setting can also be given as TRAFFICPEAK_<x>, resolved per-variable at read time with the TrafficPeak name taking precedence and silent fallback to the Hydrolix name. (#136, HDX-11476)

Changed

  • Consolidated environment-variable documentation into docs/CONFIG.md: documented previously-undocumented variables, moved less-common settings out of the README to improve its legibility, and fixed a stale HYDROLIX_MCP_WORKER_CONNECTIONS default (200 → 100) in the docs. (#134, HDX-11826)

Fixed

  • Corrected the documented semantics of HYDROLIX_QUERY_HEAD_POOL: the value names a query-head pool preconfigured on the cluster, and requests fail if the named pool does not exist. Earlier text wrongly framed it as a database-name routing key whose unmatched values were harmless. No behavior change. (#135, HDX-11826)

Full Changelog: v0.3.4...v0.3.5