Skip to content

Releases: scullxbones/akka-persistence-mongo

v2.2.6

29 Apr 01:33
Compare
Choose a tag to compare

2.2.6

  • Suffixed collections scala driver migration (#232)
  • Fixes for cross-build and publishing from sbt 1.x upgrade
  • Fixes related to sbt 1.x upgrade

v2.2.5

09 Apr 03:28
Compare
Choose a tag to compare

2.2.5

  • Use Akka DynamicAccess for reflective classloading (#230)

v2.2.4

13 Mar 01:13
Compare
Choose a tag to compare

2.2.4

  • Improve collection creation for long-running systems under high load (#225)
  • Document the minimum akka 2.5 version

v2.2.3

05 Mar 03:49
Compare
Choose a tag to compare

2.2.3

  • Merge pull request #223 from bsinno/bugfix/213
  • Issue #213 - recover from NamespaceExists in ScalaDriverPE.ensureCollection
  • Merge pull request #222 from scullxbones/wip-219
  • Issue #219 - IDs should match between journal & realtime

v2.2.2

12 Jan 23:44
Compare
Choose a tag to compare

Makes metricRegistry lazy (#217)

  • Allows to exclude dropwizard dependency

Allow persisting org.bson.BsonValue as passing DB object of type bson (#216)

  • allow to persist org.bson.BsonValue as passing DB object of type bson for event journal and snapshots
  • fixed check for Bson type in order to handle NULL values correctly for Optionals

v2.2.1

15 Dec 04:02
Compare
Choose a tag to compare

2.2.1

  • Allows to provide a custom MetricsBuilder (#211 )
  • Merge pull request #212 from bsinno/optimize-snapshot-collection-cache
  • Merge branch 'master' into optimize-snapshot-collection-cache
  • Optimization: snapshot collection cache

v2.2.0

22 Nov 04:22
Compare
Choose a tag to compare

2.2.0

  • Merge pull request #208 from scullxbones/wip-184
    • Fix off-by-1 in casbah; update official scala to support ensureCollection
    • Try rxm 0.16 against latest master
    • Bump to reactive-mongo 0.15.1
    • Use the defined failoverStrategy for authenticated connection
    • Add akka.test.timefactor=3 option by default to tests
    • Re-enable parallel-execution
    • Use new ensureCollection method in MongoPersistenceExtension
    • Add an 'ensureCollection' method in MongoPersistenceExtension to be implemented in subclasses
    • JournalTckSpec: Run the DB cleanup after all the tests rather than before
    • Fix compilation error due to API change after upgrading to rxmongo 0.15
    • Upgraded to reactivemongo 0.15
    • Updated docker conf to delete the containers
  • Add mongodb official scala driver support (#207)

v2.1.1

01 Nov 01:28
Compare
Choose a tag to compare

2.1.1

  • fix: Race condition on deleteFrom #203 (#205)
  • fix: replace fix #179 with akka/akka #24321 (#206)

v2.1.0

01 Oct 01:12
Compare
Choose a tag to compare

2.1.0

  • Change live queries to be directly connected to database (#202)

v2.0.12

15 Sep 14:33
Compare
Choose a tag to compare

2.0.12

  • Merge pull request #201 from scullxbones/wip-200
  • Fix for case when query is run before collections exist