Release Notes
This release fixes a few bugs and brings some goodies.
Server
- Fixed fields merging logic and improve overall performance #1199 by @ghostdogpr
- Fixed tapir-based subscriptions (
stop
commands were not properly handled) #1205 by @ghostdogpr - Fixed behavior when no value has been provided for a variable (keep it empty instead of making it null) #1195 by @guymers
- Added cost estimation wrappers #1180 by @paulpdaniels
- Added helpers and a full-fledged example for using
Http4sAdapter
withF[_]
and cats-effect #1206 by @ghostdogpr - Changed
RequestInterceptor
to be same as the oldContextWrapper
, making it possible to wrap the effect and change the ZIO environment #1208 by @ghostdogpr
Tools
- Added a new option to schema generation for preserving input names #1186 by @LaurenceWarne