docs: add changelog entry for v0.3.0#57
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Roll the
Unreleasedchangelog entries into a new[0.3.0] - 2026-06-10section ahead of tagging the v0.3.0 release, and resetUnreleasedto_Nothing yet._.The entries cover what shipped in #56: the session-aware
streamable-httpupstream client (handshake validation, negotiated protocol version, SSE response parsing with guardrails, classified annotation-prime diagnostics) under Fixed, and theUpstreamForwarder→StreamableHttpForwardercompatibility alias under Deprecated.Type of Change
Packages Affected
packages/proxypackages/dashboardpackages/python-sdkdocs/(rootCHANGELOG.md)examples/Checklist
anytypes or@ts-ignorewithout justificationpnpm secrets:scan,pnpm docs:check:ci,pnpm audit --audit-level=high,pnpm build,pnpm lint,pnpm format:check,pnpm typecheck,pnpm test)feat:,fix:,docs:)How to Test
CHANGELOG.md.[0.3.0] - 2026-06-10section matches the scope of fix(proxy): implement session-aware streamable-http upstream client #56 (one### Deprecatedentry, four### Fixedentries) — content is moved verbatim fromUnreleased, with no edits.## [Unreleased]is reset to_Nothing yet._and the section order follows Keep a Changelog (Deprecated before Fixed).Additional Context
Release-prep for tagging
v0.3.0, following the v0.2.0 flow: this PR merges tomainfirst, then the merged commit is tagged (git tag -s v0.3.0 -m "Helio v0.3.0") and the tag push triggers the release workflow that publishes@gethelio/proxy(npm),helio(PyPI), and the GHCR Docker image together. Minor bump per SemVer: #56 added new public API (StreamableHttpForwarder) and introduced a deprecation, both of which require at least a minor release.