Skip to content

Releases: snowplow-incubator/scala-lru-map

Version 0.6.1

17 Jan 19:09
Compare
Choose a tag to compare

This release adds support for scala 3. Many thanks to @hamnis for contributing the work for this release.

Changelog

  • Update copyright text to 2023 (#55)
  • Build and publish for scala 3 (#56)

Version 0.6.0

21 Feb 08:23
Compare
Choose a tag to compare

Release providing mainly dependency upgrades containing the most significant one, namely upgrade to Cats Effect 3

Changelog

  • Remove gh-pages sbt plugin (#53)
  • Use cats.effect.Sync bound on pure cache instance (#52)
  • Add publishing ScalaDocs (#51)
  • Add sbt-coveralls (#50)
  • Update copyright to 2022 (#49)
  • Add sbt-mima-plugin (#48)
  • Migrate from travis to github actions (#35)
  • Bump sbt-tpolecat to 0.1.20 (#45)
  • Bump sbt-scoverage to 1.9.3 (#44)
  • Bump sbt-ghpages to 0.6.3 (#43)
  • Bump sbt-site to 1.4.1 (#42)
  • Bump sbt-scalafmt to 2.4.6 (#41)
  • Remove specs2-core dependency (#39)
  • Bump scalacheck to 1.15.4 (#38)
  • Bump cats-core to 2.7.0 (#36)
  • Bump cats-effect to 3.3.5 (#37)
  • Bump sbt to 1.6.2 (#40)
  • Bump scala to 2.13.8, 2.12.15 (#46)
  • Replacement for scalacache-guava (#34)

Version 0.5.0

27 Aug 10:45
Compare
Choose a tag to compare

A release having both scalacache (from 0.3.1) and cats 2.x (from 0.4.0)

Improvements

Cherry-pick #29 from 0.3.1 (#31)

Version 0.3.1

27 Aug 10:43
Compare
Choose a tag to compare

A hotfix release replacing java.util.LinkedHashMap implementation with scalacache and guava. Cats remain on 1.x branch to be compatible with scala-lru-map 0.3.0.

Improvements

  • Switch to scala-cache (#29)

Version 0.4.0

27 Aug 10:38
Compare
Choose a tag to compare

Scala 2.13 and Cats 2.

Bumps

  • Add Scala 2.13 support (#27)

Under the hood

  • Extend copyright notice to 2020 (#26)
  • Fix #14 in CHANGELOG (#24)

Version 0.3.0

25 Jul 15:06
Compare
Choose a tag to compare

Tagless final API and version bumps.

API changes

  • Switch to tagless final API (#14)
  • Remove "maximind" part from package (#13)

Under the hood

  • Use sbt-tpolecat (#17)
  • Switch to OpenJDK (#22)

Version bumps

  • Bump cats to 1.6.1 (#12)
  • Bump cats-effect to 1.3.1 (#11)
  • Bump SBT to 1.2.8 (#20)

v0.2.0 (2018-09-07)

07 Sep 13:59
Compare
Choose a tag to compare

This release bumps cats-effect to a stable 1.0.0 version and cats to 1.3.1.

v0.1.0 (2018-06-27)

29 Jun 14:45
Compare
Choose a tag to compare

Initial release