Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ increment the patch version.
(a connect-rust choice, unchanged here; the Connect spec does not
prescribe a client-side code).

### Internal

- The client streaming receive path is restructured so the contract
above is enforced by construction rather than convention (the
terminal outcome is recorded exactly once, and ending the stream
without recording why is unrepresentable). No public-API or intended
behavior change; the streaming contract tests' assertions are
unchanged.

This release also reworks the server-side request surface around buffa 0.7.0,
which removed `OwnedView`'s `Deref` impl (the impl let safe code hold view
fields past the backing buffer's lifetime). Handlers move from owned
Expand Down
Loading
Loading