Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

2.1.15

Choose a tag to compare

@kyri-petrou kyri-petrou released this 05 Feb 10:47
· 553 commits to series/2.x since this release
299f180

Highlights

This release contains various under-the-hood optimizations and minor bug fixes.

Important

One noteable change is the update of izumi-reflect to v3.x from v2.x. This version of izumi-reflect generates tags that are not binary/backwards compatible for Scala 3 opaque types with those generated by v2.x.

Since zio itself does not use opaque types, we considered this as a safe change. However, library authors that have ZIO as a dependency might want to check whether this change affects them in any way and release a new version using the updated zio / izumi-reflect versions

What's Changed

Other changes (CI, dependencies and documentation)

New Contributors

Full Changelog: v2.1.14...v2.1.15