Releases: zio/interop-cats
Releases · zio/interop-cats
v1.3.1.0-RC3
Changes in this release:
- added
ZManaged.toResourceZIO
extension method toResource
now preserves interruptibility of Reservation,toResourceZIO
also preserves inner interruptible sections- relax constraints for .toManaged (now requires
Effect
, notConcurrentEffect
) - tighten contraints for .toResource, fix possible deadlock (now requires
Effect
, notSync
)
Merged PRs:
Binary compatible with ZIO version 1.0-RC9-4
only
v1.3.1.0-RC2
Fix failing release (#7)
v1.3.1.0-RC1
Fix tag to reflect new versioning scheme (#6)