8000 Tags · zio/interop-cats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zio/interop-cats

Tags

v23.1.0.5

Toggle v23.1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move uninterruptibleMask outside of ZIO.acquireReleaseExit in toScope…

…dZIO (#707)

The `restore` before this change must've been a no-op, since it was created inside an uninterruptible section

v23.1.0.4

Toggle v23.1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use microseconds in realTime, aligned with cats impl (#704)

Related #699
cats IO returns microsecond precision https://github.com/typelevel/cats-effect/blob/7102a235fd8beeeb8b13131552706c4127b0fb7a/core/shared/src/main/scala/cats/effect/IOFiber.scala#L295

v23.1.0.3

Toggle v23.1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the ZIO version to 2.1.7 (#698)

v23.1.0.2

Toggle v23.1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to ZIO 2.0.22 and latest Scala LTS + maintenance versions (#690)

* Update Cats Effect and FS2

- Update Cats Effect to 3.5.3
- Update FS2 to 3.9.4 and use updated APIs

* Update to ZIO 2.0.22 and latest Scala LTS + maintenance versions and fix all Xsource errors

* Update GitHub Action Scala builds

v23.1.0.1

Toggle v23.1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix memory leak issue in ZIOConcurrent (#688)

* OnInterrupt added

* interruptFork

v23.1.0.0

Toggle v23.1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cats' Ask and Local without ZEnvironment (#685)

* remove ZEnv from Ask and Local

* return back old instances for ZEnv

* return back .sbtopts

v23.0.0.8

Toggle v23.0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing class name to interop trace (#672)

* Add missing class name to interop trace

* Remove redundant interns of pieces of trace string

* Increase cache initial capacity

* fix tracer tests

* Remove redundant 0 column

v23.0.0.7

Toggle v23.0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Split InteropTracer into a separate artifact zio-interop-tracer (#671)

* Split InteropTracer into a separate artifact zio-interop-tracer

* scalafmt

v23.0.0.6

Toggle v23.0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add instances for fs2.io (#668)

v23.0.0.5

Toggle v23.0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: zio 2.0.13 (#663)

Co-authored-by: Adam Fraser <adam.fraser@gmail.com>
0