Skip to content

Releases: Dwolla/async-utils

v0.0.5

28 Dec 23:16
22e92d2
Compare
Choose a tag to compare

What's Changed

  • ThriftServer.apply should return Resource[F, ListeningServer] by @bpholt in #15

Dependency Updates

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

05 Oct 21:30
6084f81
Compare
Choose a tag to compare

What's Changed

  • Scalafix rule for adding necessary implicits to generated code by @bpholt in #5

Full Changelog: v0.0.3...v0.0.4

v0.0.3

24 Sep 16:54
33c73d6
Compare
Choose a tag to compare

Adds ThriftServer and ThriftClient builders to make it easier to construct finagle servers and clients using cats-effect

v0.0.2

16 Jun 22:28
Compare
Choose a tag to compare

AsyncFunctorK can safely convert an algebra implemented in an impure effect like Future to an effect type F[_] that implements cats-effect Async[F], given instances of FunctorK[Alg] and Alg[ReaderT[Future, Alg[Future], *]] (which can be derived by cats-tagless)

v0.0.1

04 Jun 23:38
09d29b1
Compare
Choose a tag to compare

Initial implementation