v5.0.0 Release Candidate 2
Pre-release
Pre-release
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
- more tweaks for the next release candidate by @wravery in #319
- fix: #321 by @wravery in #322
- fix: #324 by @wravery in #325
- fix: #320 by @wravery in #326
Full Changelog: v5.0.0-rc1...v5.0.0-rc2