Skip to content

0.2.0

Compare
Choose a tag to compare
@lorandszakacs lorandszakacs released this 06 Apr 15:46
· 36 commits to main since this release
98879a3

Features:

  • loosen constraint on all *attempt* like methods from Sync[F] to MonadThrow[F]. There was no reason for it to be Sync.
  • add .reattempt syntax for Stream[F, A]

Removed deprecations:

  • remove (Applicative/Monad/Bracket)Attempt types. Use The *Throw aliases.

Version upgrades:

New Scala versions:

  • 3.0.0-RC2

Internals: