chore(release): prepare 0.17.0 - #76
Merged
Merged
Conversation
Generated clients now compile for wasm32 (including the opt-in SSE runtime and retry middleware), and DepRequirement gained a public field, so this is a minor under the changelog's pre-1.0 qualification rather than a patch.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Prepares the 0.17.0 release: version bump and changelog.
Why a minor
DepRequirementis public and re-exported at the crate root, and it gained thepublic field
target, so public-struct literals must include it. That is thesame kind of change 0.16.0 classified as breaking (
SchemaAnalysisgaineduntagged_union_branches) and shipped as a minor. The generated-API churn isalso broader than a patch: every client's
REQUIRED_DEPS.tomlchanges, andSSE/retry clients gain a target-scoped dependency table.
Contents
Cargo.toml/Cargo.lock:0.16.0→0.17.0CHANGELOG.md:## [0.17.0] - 2026-09-14DepRequirement.target; generatedREQUIRED_DEPS.tomland the
Send-on-native/wasm-only SSE stream typebase target dir
generated_wasm_client_testCI gatev0.17.0Release steps after merge
v0.17.0(publish.yml verifies tag == crate version, then publishes).v*and bumpswebsite/playground-wasm.lockon main.