Skip to content

Releases: typelevel/keypool

v0.4.10

16 Aug 17:32
2c018fa
Compare
Choose a tag to compare

New Features

Behind the scenes

Updates

  • Update nscplugin, sbt-scala-native, ... to 0.4.17 by @typelevel-steward in #524
  • Update munit to 1.0.0-M11 by @typelevel-steward in #525
  • Update scalafmt-core to 3.8.0 by @typelevel-steward in #527
  • Update sbt to 1.9.9 by @typelevel-steward in #528
  • Update kind-projector to 0.13.3 by @typelevel-steward in #529
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.7 by @typelevel-steward in #530
  • Update scala-library to 2.12.19 by @typelevel-steward in #531
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.6 by @typelevel-steward in #526
  • Update scala-library to 2.13.13 by @typelevel-steward in #532
  • Update scala3-library, ... to 3.3.3 by @typelevel-steward in #533
  • Update cats-effect-std, ... to 3.5.4 by @typelevel-steward in #534
  • Update scalafmt-core to 3.8.1 by @typelevel-steward in #536
  • Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in #538
  • Update munit-cats-effect to 2.0.0-M5 by @typelevel-steward in #540
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.0 by @typelevel-steward in #542
  • Update munit to 1.0.0-RC1 by @typelevel-steward in #543
  • Update scala-library to 2.13.14 by @typelevel-steward in #544
  • Update sbt to 1.10.0 by @typelevel-steward in #545
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.1 by @typelevel-steward in #546
  • Update munit-cats-effect to 2.0.0-RC1 by @typelevel-steward in #547
  • Update munit to 1.0.0 by @typelevel-steward in #548
  • Update munit-cats-effect to 2.0.0 by @typelevel-steward in #549
  • Update cats-core to 2.11.0 by @typelevel-steward in #550
  • Update scalafmt-core to 3.8.2 by @typelevel-steward in #553
  • Update sbt to 1.10.1 by @typelevel-steward in #560
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.2 by @typelevel-steward in #562
  • Update scalafmt-core to 3.8.3 by @typelevel-steward in #563

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9

18 Jan 17:54
4dbfa25
Compare
Choose a tag to compare

Fixes

Updates

  • Update scala-library to 2.12.18 by @typelevel-steward in #473
  • Update scala3-library, ... to 3.3.1 by @typelevel-steward in #496
  • Update scala-library to 2.13.12 by @typelevel-steward in #498
  • Update nscplugin, sbt-scala-native, ... to 0.4.16 by @typelevel-steward in #508
  • Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @typelevel-steward in #522
  • Update cats-effect-std, ... to 3.5.3 by @typelevel-steward in #523

Full Changelog: v0.4.8...v0.4.9

v0.4.8

15 Sep 14:40
e333766
Compare
Choose a tag to compare

This is the first release that supports Scala Native, thanks to @armanbilge!

What's Changed

Read more

v0.3.6

17 May 02:19
dec8376
Compare
Choose a tag to compare

This is the final planned release of keypool-0.3.x. Maintenance continues for 0.4.x.

What's changed

Behind the Scenes

Full Changelog: v0.3.5...v0.3.6

v0.4.7

19 Sep 00:54
c31384a
Compare
Choose a tag to compare

This release is source and binary compatible with 0.4.0, but contains an important deprecation.

Deprecation

  • #240: KeyPoolBuilder is deprecated in favor of the new KeyPool.Builder. The latter's construction is generalized to A => Resource[F, B]. The former pair of A => F[B] and B => F[Unit] is also supported.

Dependency updates

  • cats-effect-3.2.9

v0.4.6

27 Jun 17:30
ac8df79
Compare
Choose a tag to compare
  • Adds ScalaJS Support

v0.4.5

21 May 12:59
Compare
Choose a tag to compare

Identical to v0.4.4 except for MiMa-excluded versions after publishing failures.

v0.4.4

21 May 04:25
002f778
Compare
Choose a tag to compare

Build with Scala 2.13.6.

v0.4.3

20 May 13:17
02a5756
Compare
Choose a tag to compare

Crossbuilds

  • Add Scala 3
  • Drop Scala 3.0.0-RC2, Scala-3.0.0-RC3

Dependencies

  • cats-2.6.1
  • cats-effect-3.1.1

v0.3.5

17 May 14:28
84b488d
Compare
Choose a tag to compare

Dependencies

  • cats-2.6.1
  • cats-effect-2.5.1

Crossbuilds

  • Add Scala 3
  • Drop Scala 3.0.0-RC2, 3.0.0-RC3