Skip to content

Releases: scullxbones/akka-persistence-mongo

v2.3.3

18 May 02:38
Compare
Choose a tag to compare

2.3.3

  • Update push parameters for post release script
  • Merge pull request #341 from JeanFrancoisGuena/akka25
  • Try to fix #338 issue: clearing metadata is optional now

v3.0.1

30 Apr 02:48
Compare
Choose a tag to compare
  • workaround for DocumentDB to retrieve maxSequenceNr without sorting on the compound index (#329)
  • Update scalatest and akka in-sync
  • Fixes for release process hiccups

Scala-steward PRs:

  • Merge pull request #291 from scala-steward/update/reactivemongo-0.19.7
  • Merge pull request #292 from scala-steward/update/junit-4.13
  • Merge pull request #325 from scala-steward/update/sbt-1.3.10
  • Merge pull request #323 from scala-steward/update/mongodb-driver-3.12.3
  • Merge pull request #326 from scala-steward/update/netty-buffer-4.1.49.Final
  • Merge pull request #327 from scala-steward/update/log4j-core-2.13.2
  • Update log4j-api, log4j-core, ... to 2.13.2
  • Update netty-buffer, netty-handler, ... to 4.1.49.Final
  • Update sbt to 1.3.10
  • Update mongodb-driver, ... to 3.12.3
  • Update junit to 4.13
  • Merge branch 'master' into update/junit-4.13
  • Upgrade to akka 2.6 (#301)
  • Update junit to 4.13
  • Update reactivemongo, ... to 0.19.7

v3.0.0

22 Mar 02:08
Compare
Choose a tag to compare

3.0.0

  • Upgrade to akka 2.6 (#301)

v2.3.2

23 Dec 15:34
Compare
Choose a tag to compare

2.3.2

  • Upgrade what was possible; fix some scalatest deprecations; scalatest 3.1.0 requires akka to jump first due to recompile requirement
  • Clean up outstanding warnings, deprecations, etc
  • Update to latest sbt-pgp sbt-sonatype
  • Merge pull request #282 from scala-steward/update/sbt-1.3.5
  • Merge pull request #284 from scala-steward/update/slf4j-api-1.7.30
  • Merge pull request #288 from scala-steward/update/reactivemongo-0.19.5
  • Merge pull request #287 from scala-steward/update/mongodb-driver-3.12.0
  • Update reactivemongo, ... to 0.19.5
  • Update mongodb-driver, ... to 3.12.0
  • Merge branch 'master' into update/slf4j-api-1.7.30
  • Merge pull request #273 from scala-steward/update/reactivemongo-0.18.8
  • Merge pull request #274 from scala-steward/update/metrics4-akka_a24-4.1.1
  • Merge pull request #277 from scala-steward/update/mongodb-driver-3.11.2
  • Merge pull request #283 from scala-steward/update/log4j-core-2.13.0
  • Merge pull request #286 from scala-steward/update/netty-buffer-4.1.44.Final
  • Update netty-buffer, netty-handler, ... to 4.1.44.Final
  • Update slf4j-api to 1.7.30* Update log4j-api, log4j-core, ... to 2.13.0
  • Update sbt to 1.3.5
  • Update mongodb-driver, ... to 3.11.2
  • Update metrics4-akka_a24 to 4.1.1
  • Update reactivemongo, ... to 0.18.8

v2.3.1

20 Sep 02:20
Compare
Choose a tag to compare

2.3.1

  • Remove unintended for-comp filter sugar

  • Use snapshot collection cache in scala driver too. (#261)

  • Improve collections count (#260)

  • Update netty-buffer, netty-handler, ... to 4.1.41.Final

  • Update slf4j-api to 1.7.28

  • Update reactive-streams to 1.0.3

  • Update mockito-all to 1.10.19

  • Update log4j-api, log4j-core, ... to 2.12.1

  • Update junit to 4.12

v2.3.0

03 Sep 02:28
Compare
Choose a tag to compare

2.3.0

  • Merge pull request #247 from WellingR/feature/scala-2.13-support
  • Support scala 2.13
  • Libary upgrades in preparation for scala 2.13

v2.2.10

24 Aug 01:42
Compare
Choose a tag to compare

2.2.10

  • Reactive Mongo 0.18.4 Compatibility (#244)
  • Clean up some old deprecation and warning messages; reintroduce configured writeconcern

v2.2.9

10 Jul 02:16
Compare
Choose a tag to compare

2.2.9

  • improve the way official driver settings are used for connection (#236)

v2.2.8

16 Jun 12:55
Compare
Choose a tag to compare

2.2.8

  • Merge pull request #235 from JeanFrancoisGuena/streamed-currentPersistenceIds
  • Source for current Persistence Ids processed in a streamed manner
  • Undo overzealous regex changes from pre release script

v2.2.7

10 Jun 02:08
Compare
Choose a tag to compare

Allow for "heavy load" migration to suffixed collections (#233)

Migration Tool - support parallel-by-pid (heavy mode) for larger event journal migrations

  • add 'heavy load' migration feature
  • update documentation, and add 'heavy-load' unit tests