v2.0.0
This version adds support for ZIO 2.0.0.
v2.0.0 has in great parts been rewritten to use more efficient lower level primitives. Instead of ZManaged
, Scope
is used. The extension methods toZIOStream
and toZIOSink
have been renamed to allow for easier use with other streaming libraries.
What's Changed
- make toSink managed by @runtologist in #209
- feat: no unsafeRun in subscriber by @runtologist in #286
- fix: do not enqueue invalid request by @runtologist in #290
- Zio 2.0.0-RC1 by @runtologist in #297
- fix: signal error without Promise in subscriberToSink by @runtologist in #298
- Fix ZStream From Pull Implementation by @adamgfraser in #299
- feat: rewrite subscription and demandUnfoldSink to not require unsafeRun by @runtologist in #287
- Fix race condition in toSink error signal by @vigoo in #305
- ZIO 2.0.0-RC3 by @vigoo in #310
- ZIO 2.0.0-RC5 by @vigoo in #315
- chore: Scala and plugins version bumps by @runtologist in #319
- feat: rename toSink to toZIOSink and toStream to toZIOStream by @runtologist in #320
- Upgrade to ZIO 2.0.0-RC6 by @adamgfraser in #323
- port a test for a fix in ZIO1 series by @runtologist in #325
- Update zioVersion to v1.0.15 by @renovate in #328
New Contributors
Full Changelog: v1.3.12...v2.0.0