Skip to content

Releases: ironfish/akka-persistence-mongo

Release v.0.7.6

03 Aug 15:11
Compare
Choose a tag to compare
  • Upgrade sbt to 0.13.8.
  • Upgrade Scala cross-compilation to 2.10.5 & 2.11.7.
  • Upgrade Akka to 2.3.12.

Release v0.7.5

14 Jan 23:15
Compare
Choose a tag to compare

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 in akka-persistence-mongo-casbah as it was not needed.
  • Added pomOnly() resolution to casbah dependency, fixes #63.

Release v0.7.4

12 Nov 20:54
Compare
Choose a tag to compare

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.