Releases: zio/interop-reactive-streams
Release v2.0.2
What's Changed
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Update dependency com.github.vovapolu:scaluzzi to v0.1.23 by @renovate in #340
- Update hmarr/auto-approve-action action to v2.4.0 by @renovate in #335
- Remove Use Of Interruptible by @adamgfraser in #337
- fix race in Adapters.publisherToStream by @darl in #339
- Publish Docs to The NPM Registry by @khajavi in #349
- Fix Publish Docs Command In CI by @khajavi in #350
- chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.0 by @renovate in #348
- chore(deps): update dependency de.heikoseeberger:sbt-header to v5.9.0 by @renovate in #346
- Update Introduction Section by @khajavi in #352
- Add Scaladoc Support by @khajavi in #354
New Contributors
Full Changelog: v2.0.0...v2.0.1
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
v1.3.12
This release contains a small bugfix for situations where on the ZIO side only a prefix of the stream smaller than the buffer size is consumed, but the underlying Producer tries to send more than prefix size messages. Thanks to @zeal18 for this fix.
What's Changed
New Contributors
Full Changelog: v1.3.10...v1.3.12
v2.0.0-RC7
This release contains support for ZIO 2.0.0-RÇ6.
v1.3.11
No-change release to fix publishing of 1.3.10.
v1.3.10-2
No-change release to fix publishing of 1.3.10.
v1.3.10
This is a dependencies only release, that bumps ZIO to 1.0.14.
Changes
- Update dependency de.heikoseeberger:sbt-header to v5.7.0 @renovate (#318)
- Update dependency ch.epfl.scala:sbt-scalafix to v0.10.0 @renovate (#314)
- Update actions/checkout action to v3.0.1 @renovate (#317)
- Update zioVersion to v1.0.14 @renovate (#316)
- Update hmarr/auto-approve-action action to v2.2.1 @renovate (#312)
v2.0.0-RC6
Compatible with ZIO 2.0.0-RC5
v2.0.0-RC5
Compatible with ZIO 2.0.0-RC4