Skip to content

v0.1.4

Latest

Choose a tag to compare

@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 29 Jul 06:16
cfc1e4c

0.1.4 (Jul 27, 2026)

FEATURES

  • Harden session isolation and stateless mode handling
  • Replace incomplete localhost-based TLS bypass with explicit --insecure-no-tls flag. The StreamableHTTP server now requires TLS by default for all bind addresses. Users can opt out by passing --insecure-no-tls (CLI) or setting INSECURE_NO_TLS=true (env var) for development and testing environments only.