1.0.3
This minor release contains a fix to a regression introduced in v1.0.2 regarding tags. Upgrading is recommended for all users. This release is binary compatible with v1.0.0.
Notable Changes
ZIO Core
- Implement a ZIO#foreach Variant for Array (#4297) (by @adamgfraser)
- Implement ZIO#schedule (#4296) (by @adamgfraser)
- Handle Heterogeneous Collections in ChunkBuilder (#4295) (by @adamgfraser)
- Generalize returnValue access in accessible macro (#4266) (by @timaliberdov)
ZIO Stream
- accessible accessors for ZStream/ZSink (#4223) (#4224) (by @dpovey)
- Fix GZip compression for input >= 2^16 (#4299) (by @fsvehla )
ZIO Test
- Fixing JUnit test runner failure reporting (#4286) (by @dkarlinsky)
- ZIO Test: Implement TestAspect.sized (#4301) (by @adamgfraser )