v2.1.4.1
Pre-release
Pre-release
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