Releases: scullxbones/akka-persistence-mongo
Releases · scullxbones/akka-persistence-mongo
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
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
v2.2.0
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)