Skip to content

v1.3.1

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 15 Dec 04:55
a1ca35b

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 with F[_] and cats-effect #1206 by @ghostdogpr
  • Changed RequestInterceptor to be same as the old ContextWrapper, making it possible to wrap the effect and change the ZIO environment #1208 by @ghostdogpr

Tools