Skip to content

Releases: typelevel/catbird

catbird 0.19.0

29 Oct 18:38

Choose a tag to compare

This release updates the Twitter Util and Finagle versions to 17.10.0 (the first release in the new versioning scheme; note that future releases of catbird are likely to follow this scheme as well).

catbird 0.18.0

10 Sep 21:42

Choose a tag to compare

This release updates the Twitter Util and Finagle versions to 7.1.0 and the SBT version to 1.0.1 (#47).

catbird 0.17.0

20 Aug 16:14

Choose a tag to compare

This release updates the Twitter Util and Finagle versions to 7.0.0 (#44) and fixes a stack-safety issue that turned up in the iteratee.io tests (#45).

catbird 0.16.0

01 Aug 14:41

Choose a tag to compare

This release updates the Cats version to 1.0.0-MF and adds a new catbird-effect module with a cats.effect.Effect instance for Rerunnable.

It also makes Rerunnable a little more stack-safe (for map and liftToTry specifically), adds two new methods to the Rerunnable companion object for convenience (raiseError and suspend), and removes Rerunnable#step (which wasn't really intended to be user-facing, anyway).

catbird 0.15.0

09 Jun 23:57

Choose a tag to compare

This release updates Twitter Util and Finagle to 6.45.0.

catbird 0.14.0

22 Apr 22:41

Choose a tag to compare

This release updates the Twitter Util version to 6.43.0 and Finagle to 6.44.0. It also updates SBT, the Scala versions, plugin and test library versions, etc.

catbird 0.13.0

14 Mar 15:26

Choose a tag to compare

This release updates the Twitter Util version to 6.42.0 and Finagle to 6.43.0. It also updates SBT and several of its plugins, although these changes shouldn't affect the published artifacts in any way.

catbird 0.12.0

06 Feb 18:12

Choose a tag to compare

This release updates the Twitter Util version to 6.41.0 and Finagle to 6.42.0.

catbird 0.11.0

16 Jan 03:00

Choose a tag to compare

This release updates the Cats version to 0.9.0.

catbird 0.10.0

21 Dec 15:11

Choose a tag to compare

This release updates the Finagle version to 6.41.0 and includes Scala 2.12 support for catbird-finagle for the first time. It also adds a new Rerunnable.const convenience method, but no other changes to code.