Releases: typelevel/catbird
v22.12.0
Updates to the latest Finagle and Twitter-Utils packages: v22.7.0
.
What's Changed
- Update sbt-scoverage to 2.0.6 by @typelevel-steward in #496
- Update cats-effect, cats-effect-laws, ... to 3.4.3 by @typelevel-steward in #505
- Update sbt-typelevel to 0.4.17 by @typelevel-steward in #501
- Update cats-core, cats-laws to 2.9.0 by @typelevel-steward in #499
- Update scalafmt-core to 3.6.1 by @typelevel-steward in #498
- Update sbt to 1.7.3 by @typelevel-steward in #497
- Update Finagle to 22.12.0 by @milanvdm in #521
New Contributors
Full Changelog: v22.7.0...v22.12.0
v22.7.0
Updates to the latest Finagle and Twitter-Utils packages: v22.7.0
.
What's Changed
- switch to NoPublishPlugin to actually skip MiMa in unpublished modules by @bpholt in #470
- Update sbt-scalafix, scalafix-core, ... to 0.10.1 by @scala-steward in #462
- Update scalafmt-core to 3.5.8 by @scala-steward in #464
- Update cats-core, cats-laws to 2.8.0 by @scala-steward in #466
- Update cats-effect, cats-effect-laws, ... to 3.3.13 by @scala-steward in #467
- Update discipline-scalatest to 2.2.0 by @scala-steward in #468
- Update sbt-scoverage to 2.0.0 by @scala-steward in #465
- Update scala-library to 2.12.16 by @scala-steward in #463
- Update sbt to 1.7.1 by @scala-steward in #472
- Update cats-effect, cats-effect-laws, ... to 3.3.14 by @scala-steward in #473
- Update scalafmt-core to 3.5.9 by @typelevel-steward in #479
- Update scalacheck to 1.17.0 by @typelevel-steward in #482
- Update sbt to 1.7.2 by @typelevel-steward in #490
- Update sbt-typelevel to 0.4.16 by @typelevel-steward in #493
- Update scalatest to 3.2.14 by @typelevel-steward in #489
- Update scalafmt-core to 3.6.0 by @typelevel-steward in #495
- Update scala-library to 2.13.10 by @typelevel-steward in #494
- Setup MiMa for finagle by @armanbilge in #430
- Update finagle-core, util-core to 22.7.0 by @typelevel-steward in #476
- Update sbt-scoverage to 2.0.5 by @typelevel-steward in #491
- Update sbt-scalafix, scalafix-core to 0.10.4 by @typelevel-steward in #492
- Update scala-library to 2.12.17 by @typelevel-steward in #484
New Contributors
- @typelevel-steward made their first contribution in #479
Full Changelog: v22.4.0...v22.7.0
v22.4.0
What's Changed
This release completes the move from io.catbird
to org.typelevel
. Going forward, artifacts will be published using the org.typelevel
organization name, and the root package for the project is also now org.typelevel
. There is a Scalafix rule named RenameIoCatbirdPackage
that can rewrite existing code to use the new package names.
- Update discipline-core to 1.3.0 by @scala-steward in #390
- Update sbt-unidoc to 0.5.0 by @scala-steward in #391
- Update sbt-scoverage to 1.9.2 by @scala-steward in #395
- Update sbt-scalafmt to 2.4.4 by @scala-steward in #398
- Update sbt to 1.5.8 by @scala-steward in #413
- Use sbt-ci-release by @bpholt in #384
- Update cats-core, cats-laws to 2.7.0 by @scala-steward in #401
- Update sbt-scalafmt to 2.4.6 by @scala-steward in #415
- Update sbt-scoverage to 1.9.3 by @scala-steward in #421
- Update sbt to 1.6.2 by @scala-steward in #433
- Migrate to sbt-typelevel by @armanbilge in #429
- Update scala-library to 2.13.8 by @scala-steward in #422
- Update cats-effect, cats-effect-laws, ... to 3.3.11 by @scala-steward in #446
- Update scalatest to 3.2.12 by @scala-steward in #452
- Update discipline-core to 1.5.1 by @scala-steward in #450
- Update scalacheck to 1.16.0 by @scala-steward in #448
- Update scalafmt-core to 3.5.2 by @scala-steward in #451
- Update Finagle, Util to 22.4 by @mishriky in #454 (via #461)
- Enable snapshots by @armanbilge in #455
- Update scalafmt-core to 3.5.3 by @scala-steward in #457
- Update cats-effect, cats-effect-laws to 2.5.5 by @scala-steward in #458
- update versioning settings… by @bpholt in #460
- Setup versioning and MiMa by @armanbilge in #461
- Update cats-effect, cats-effect-laws, ... to 3.3.12 by @scala-steward in #459
New Contributors
- @bpholt made their first contribution in #384
- @armanbilge made their first contribution in #429
- @mishriky made their first contribution in #454
Full Changelog: v21.8.0...v22.4.0
Catbird 21.8.0
This release updates the Finagle and Util versions to 21.8.0.
Catbird 21.5.0
This release updates the Finagle and Util versions to 21.5.0. It also updates Cats from 2.0.0 to 2.6.1 and Cats Effect from 2.0.0 to 2.5.1, and drops Scala 2.11 support.
Update: we have also published an experimental new module (catbird-effect3) with support for Cats Effect 3 under this version, from commit 4c92e11. Thanks to @felixbr, @dangerousben, and others for pushing forward this migration.
Catbird 21.2.0
This release updates the Twitter Util and Finagle versions to 21.2.0.
Catbird 20.10.0
This release updates the Twitter Util and Finagle versions to 20.10.0.
Catbird 20.9.0
This release updates the Twitter Util and Finagle versions to 20.9.0 and includes a couple of other changes:
Alternative
instance forAsyncStream
by @dangerousben (#242).- Improved documentation for methods that use
Await
by @dangerousben (#244).
There have also been several test and build dependency updates since 20.6.0.
Catbird 20.6.0
This release updates the Twitter Util and Finagle versions to 20.6.0 and includes several other changes:
ContextShift
instance forRerunnable
by @felixbr (#216).- Improved conversion methods by @felixbr (#209).
RerunnableTimer
andRerunnableClock
by @felixbr (#215).Bracket
instance forFuture
by @dangerousben (#237).toFuture
FunctionK
forRerunnable
by @dangerousben (#240).
There are also several test and build improvements by @felixbr and @dangerousben.
catbird 20.3.0
This release updates the Twitter Util and Finagle versions to 20.3.0.