Releases: SwissBorg/pekko-persistence-postgres
Releases · SwissBorg/pekko-persistence-postgres
v0.8.0
Highlights
Update Pekko to 1.1.1 and drop usage of Slick 3.4.x usage in Scala 2.
What's Changed
- Update to Pekko to 1.1.0 by @tiagomota in #59
- Update pekko-persistence-query, ... to 1.1.1 by @scala-steward in #60
- Update sbt to 1.10.2 by @scala-steward in #61
- Update scala-library to 2.13.15 by @scala-steward in #62
- Update scala3-library to 3.3.4 by @scala-steward in #63
- Prep 0.8.0 release by @tiagomota in #65
Full Changelog: v0.7.0...v0.8.0
v0.8.0-RC1
Highlights
Update Pekko to 1.1.0 and drop usage of Slick 3.4.x usage in Scala 2.
v0.7.0
Highlights
This release brings dependencies updates and most notably cross-compilation to Scala 3.
What's Changed
- Update slick-pg, slick-pg_circe-json to 0.22.1 by @scala-steward in #30
- Update scalafmt-core to 3.8.1 by @scala-steward in #35
- Update logback-classic to 1.5.4 by @scala-steward in #36
- chore: Fix deprecated warning. by @He-Pin in #32
- Scala steward changes by @tiagomota in #37
- Update logback-classic to 1.5.5 by @scala-steward in #38
- Update slick, slick-hikaricp to 3.5.1 by @scala-steward in #39
- chore: remove unnecessary import by @laglangyue in #33
- Update scala-library to 2.13.14 by @scala-steward in #41
- Update sbt to 1.10.1 by @scala-steward in #47
- Update scalatest to 3.2.19 by @scala-steward in #46
- Update scaffeine to 5.3.0 by @scala-steward in #48
- Update scalafmt-core to 3.8.3 by @scala-steward in #49
- [FIX] CI Build by @tiagomota in #55
- Update sbt-ci-release to 1.6.1 by @scala-steward in #53
- Update logback-classic to 1.5.7 by @scala-steward in #52
- Update sbt-mima-plugin to 1.1.4 by @scala-steward in #51
- Update postgresql to 42.7.4 by @scala-steward in #56
- Update logback-classic to 1.5.8 by @scala-steward in #57
- Use Slick 3.4.x for Scala 2 and Slick 3.5.x for Scala 3. by @tiagomota in #54
- Prep for 0.7.0 release by @tiagomota in #58
New Contributors
- @He-Pin made their first contribution in #32
- @laglangyue made their first contribution in #33
Full Changelog: v0.7.0-RC1...v0.7.0
v0.7.0-RC1
Highlights
This release brings dependencies updates and most notably cross-compilation to Scala 3.
Changes
0.6.0
Initial release with the migration of the plugin to Apache Pekko.
This version is identical to the 0.6.0 release of akka-persistence-postgres, with akka replaced by Apache Pekko.
We expect future releases to diverge from the parent fork, adding new features and update in the current Pekko project.
0.6.0-M1
Test release to validate the setup for this new repo.