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

Skip to content

2.1.13

Choose a tag to compare

@kyri-petrou kyri-petrou released this 20 Nov 05:32
· 606 commits to refs/heads/series/2.x since this release
6fe8720

Highlights

This seemingly small release brings a number of new features and important bugfixes:

  1. Adds support for the Junit 5 engine via the new zio-test-junit-engine module #9214.
  2. [ScalaJS] Adds support for accessing environment variables via zio.System in JS engines that support it (e.g., NodeJS) #9282.
  3. Fixes a bug to an issue some users faced with ZStream.mapZIOPar* methods since v2.1.12 #9312.

As always, this version is fully source and binary compatible with the rest of the v2.x series.

What's Changed

Other changes (CI, dependencies and documentation)

New Contributors

Full Changelog: v2.1.12...v2.1.13