Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 03 Aug 10:23
· 2 commits to main since this release

[0.2.7] - 2026-08-02

Changed

  • Gateway simplification: removed the no-op Anthropic content-block validation graph, dead lifecycle/streaming state, and a redundant GigaChat client settings copy; public route, response, and compatibility contracts remain unchanged.

Fixed

  • Disabled subsystem overhead: middleware and protocol helpers no longer build events for no-op traffic-log, metrics, or observability sinks; sample_rate=0 skips Phoenix exporter initialization, and protocol-specific LLM spans suppress duplicate lifecycle spans.
  • Conversation and probe hot paths: disabled conversation stitching no longer copies history or parses streaming chunks, non-streaming responses are not extracted without a turn, and /health plus /ping are matched before protocol routers.
  • Protocol conversion hot paths: JSON Schema enums are de-duplicated in linear time, streaming tool arguments are buffered without quadratic concatenation, and Anthropic content no longer goes through ineffective repeated scans.

What's Changed

Full Changelog: v0.2.6...v0.2.7