release: v0.8.1#216
Merged
Merged
Conversation
connectrpc moves to 0.8.1 with the #214 Send fix; the changelog fragment is batched into .changes/0.8.1.md via changie (first release through the fragment workflow). The four companion crates are unchanged and stay at 0.8.0 - the publish workflow skips already-published versions. Signed-off-by: Iain McGinniss <309153+iainmcgin@users.noreply.github.com>
rpb-ant
approved these changes
Jul 2, 2026
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.
Cuts the 0.8.1 patch release:
connectrpcmoves to 0.8.1 carrying the #214/#215 fix (client streammessage()futures areSendagain with concrete generated view types). The four companion crates are unchanged and stay at 0.8.0 — the publish workflow skips already-published versions.First release through the changie fragment workflow: the unreleased fragment is batched into
.changes/0.8.1.mdviatask changelog-batch -- 0.8.1andCHANGELOG.mdregenerated withchangelog-merge, socheck-changelogverifies the assembly.Semver note (carried from #215):
cargo semver-checksflags the added generic parameter onmessage()as formally major; the waiver rationale is in #215's description — the formal break surface is turbofish that cannot exist against 0.8.0, weighed against the real regression of streaming clients being unusable intokio::spawn.After merge: signed
v0.8.1tag →release.yml(binaries; the plugin is unchanged, so v0.8.1 assets carry the 0.8.0-versioned binary) +publish-crates.yml(crates.io via the re-pointed Trusted Publishing).