Releases: zio/interop-cats
Releases · zio/interop-cats
v2.1.4.1
This release updates optional cats-mtl
dependency to binary-incompatible 1.0.0 version. Therefore it is not binary-compatible with any previous version of cats-mtl
/ or previous version of interop-cats
when it comes to usages of cats-mtl
instances.
Bincompat breaking changes
- Update cats-mtl to 1.0.0 (#235) by @danslapman
Other changes
- Add conversion method from ZStream to fs2.Stream (#216) by @joroKr21
- Add
cats-mtl
Ask
instance with subtyping (#231) (#232) by @danslapman - Optimise
effect.Timer[IO[E, *]]
implementation (#219) by @tomwadeson - Remove empty laws overrides (#215) by @joroKr21
- Fix resource leak in
.toResourceZIO
(#234) by @neko-kai - Update zio 1.0.1 fix (#233) by @lemastero
- Upgraded cats-effect to 2.2.0
v2.1.4.0
- Upgraded ZIO to 1.0.0 🎉 #213 by @adamgfraser
- Fixed an issue causing nested race interruption to not behave correctly #212 by @ghostdogpr
v2.1.4.0-RC17
- Fixed an issue with
race
causing fibers to hang with http4s (see zio/zio#3926) #205 by @Fristi - Added conversion from fs2 to ZStream using
import zio.stream.interop.fs2z._
#203 by @mindartur - Upgraded cats-effect to 2.1.4
v2.1.3.0-RC16
- Upgraded ZIO to 1.0.0-RC21
v2.1.3.0-RC15
- Re-aligned the version number with the cats-effect version (2.1.3)
- Upgraded ZIO to 1.0.0-RC20
v2.0.0.0-RC14
- Updated ZIO to 1.0.0-RC19. Dropped support for Scala 2.11 and published for Scala.js 1.x. #179 by @ghostdogpr @iravid @neko-kai
v2.0.0.0-RC13
- Add contravariant instance (#169) by @joroKr21
- Added ArrowChoice instance for ZManaged (#164) by @eugengarkusha
- Fixed ambiguity during Arrow instance resolution for ZIO and ZManaged (#174) by @eugengarkusha
v2.0.0.0-RC12
- Updated ZIO to 1.0.0-RC18-2 by @ghostdogpr
- Make both sides of race interruptible, generate interruptible races (and fix failing laws that way) #156 by @neko-kai
- Don't call callback in case of cancellation in
runCancelable
#154 by @ghostdogpr
v2.0.0.0-RC11
- Updated ZIO to 1.0.0-RC18 by @pierangeloc @ioleo @ghostdogpr
- Allowed ZIO's Queue to be used by Cats Effect (#146) by @calvinlfer
v2.0.0.0-RC10
- make
ZIO Test
dependencyOptional
(#120) by @adamgfraser