Skip to content

v5.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@wravery wravery released this 17 Oct 17:59
· 41 commits to next since this release
a610521

The most notable changes are #321 and #320. There's a --shared-types option when using clientgen, and there are a service::Request::visit method and response::ValueVisitor type-erased visitor you can use to bypass creating response::Value. When using clientgen, it also emits a ResponseVisitor that works with response::ValueVisitor to bypass response::Value and fill in the generated Response type directly from a response::ValueTokenStream.

What's Changed

Full Changelog: v5.0.0-rc1...v5.0.0-rc2