-
Notifications
You must be signed in to change notification settings - Fork 98
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.
Since 0.5.1
API:
- New Java API (links to examples in this post)
- Journal creation:
XXXJournalProps(...).createJournal
instead ofJournal(XXXJournalProps(...))
(deprecated)
Journals:
- LevelDB Java port (#43,
native
configuration property ofLeveldbJournalProps
)
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
- Enhancements and additions to user guide sections channels and channel recovery
- choedl (dependency fixes, documentation enhancements)
- cluelessjoe (documentation enhancements)
- Duncan DeVore (MongoDB Casbah journal and MongoDB Reactive journal enhancements)
- Nicolas Deverge (documentation enhancements)
- Scott Clasen (DynamoDB journal enhancements)
Many thanks to all contributors!