Skip to content

v1.0.3.2-RC1 compatible with ZIO 1.0.0-RC13

Pre-release
Pre-release
Compare
Choose a tag to compare
@mijicd mijicd released this 25 Sep 20:36
· 228 commits to master since this release
8111f49

This release adds compatibility with ZIO 1.0.0-RC13.

While previous releases implemented and passed all required and most blackbox tests of the TCK, this release passes all required and optional blackbox and whitebox tests.

Breaking changes:

  • Sink migrated to the Step-less ZIO-1.0.0-RC13 API
  • Constructor parameters of value classes are now private

By @runtologist