Skip to content

v0.8.3

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 27 Jun 06:44
6ab4499

Release Notes

  • Upgraded ZIO and its dependencies to 1.0.0-RC21-1 #472 by @ghostdogpr
  • Improved the handling of uncaught errors (zio's Die) so that they are properly caught with path and location #463 by @ghostdogpr
  • Fixed the Schema for ZStream when it is used outside of a Subscription #457 by @ghostdogpr
  • Fixed the Schema for () => A #459 by @ghostdogpr
  • Used triple-quotes for multiline comments in code generation #465 by @AlixBa