Skip to content

Releases: scullxbones/pekko-persistence-mongo

1.1.0

19 Feb 14:08
Compare
Choose a tag to compare

This release adds publishing a Scala 3 artifact for pekko-persistence-mongo (however using CrossVersion.for3Use2_13, as there is not yet an official Scala 3 MongoDB driver).
Dependencies were also updated.

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

1.0.2

04 Sep 09:55
Compare
Choose a tag to compare

Bugfix release, fixing an issue where previously stored serialized Akka classes in the persistence journal could not be restored / deserialized because of the package rename from akka to org.apache.pekko.

What's Changed

  • make entries with legacy class names backwards compatible by @bdoyle0182 in #14

New Contributors

Full Changelog: v1.0.1...v1.0.2

1.0.1

29 Aug 13:40
v1.0.1
08a8607
Compare
Choose a tag to compare

Bugfix release, fixing an issue with an index name when migrating an existing project which previously made use of akka-persistence-mongo.
Also applied semantic versioning starting with this release.

What's Changed

  • #10 added migration steps section for migrating from akka-persistence-mongo to pekko-persistence-mongo by @thjaeckle in #11
  • make metadata index name configurable by @alstanchev in #12

New Contributors

Full Changelog: v1.0...v1.0.1

1.0

29 Aug 13:39
v1.0
ce14b2c
Compare
Choose a tag to compare
1.0

Initial release 1.0 of pekko-persistence-mongodb, being a fork of akka-persistence-mongo, supporting a single driver, the "Scala" driver.

What's Changed

Full Changelog: https://github.com/scullxbones/pekko-persistence-mongo/commits/v1.0