Skip to content

Release Notes 0.6.0

Martin Krasser edited this page Aug 21, 2013 · 1 revision

Eventsourced is a library that adds scalable actor state persistence and at-least-once message delivery guarantees to Akka. Its relation to event-sourcing is described here.

Documentation

Mailing lists

Repositories

Changes

Since 0.5.1

API:

  • New Java API (links to examples in this post)
  • Journal creation: XXXJournalProps(...).createJournal instead of Journal(XXXJournalProps(...)) (deprecated)

Journals:

Snapshots:

  • All journals now support snapshotting based on the Hadoop FileSystem abstraction (incl. local filesystem)

Bug fixes:

  • Message.confirm() doesn't work for remote channel destinations (#107)

Project:

  • Upgrades
    • Scala 2.10.2
    • Akka 2.2.0
    • MongoDB Casbah Driver to version 2.6.2
    • Reactivemongo Driver to version 0.9 using Akka 2.2.0
  • Documentation

Contributors

Many thanks to all contributors!