Highlights
This release brings a performance improvement to users of PartitionedJournalDao
. As explained in the migration guide, a new journal_metadata
table is used to store data about each persistence id, to have fast access to it and avoid the usage of the following query:
select max("sequence_number") from "journal" where "persistence_id" = ?
.
Please follow the migration guide for examples.
Changes
- Scala 2.13.12
- sbt 1.9.8
- sbt-scalafmt 2.5.2
- sbt-mima-plugin 1.1.3
- postgresql 42.7.1
- scalatest 3.2.17
- logback-classic 1.4.14