Releases: ironfish/akka-persistence-mongo
Releases · ironfish/akka-persistence-mongo
Release v.0.7.6
Release v0.7.5
0.7.5
- Upgrade
sbt
to 0.13.7. - Upgrade
Scala
cross-compilation to 2.10.4 & 2.11.4. - Upgrade
Akka
to 2.3.7. - Examples moved to their own repository.
- Removed
logback.xml
inakka-persistence-mongo-casbah
as it was not needed. - Added
pomOnly()
resolution tocasbah
dependency, fixes #63.
Release v0.7.4
Changes Since 0.7.3-SNAPSHOT
- First release version to Maven Central Releases.
- Upgrade
Sbt
to 0.13.5. - Upgrade
Scala
cross-compilation to 2.10.4 & 2.11.2. - Upgrade
Akka
to 2.3.5. - Added exception if
/database
or.collection
are not accessible upon boot. Thanks @Fristi. - Modified snapshot feature for custom serialization support. Thanks @remcobeckers.