-
Notifications
You must be signed in to change notification settings - Fork 98
Release Notes 0.5 M1
krasserm edited this page Mar 26, 2013
·
3 revisions
(originally posted here)
Eventsourced is a library that adds event-sourcing to Akka actors via stackable traits.
since version 0.4.1.
- Journal config APIs
- Journal provider API
- Throttled replay (LeveldbJournal only)
- LeveldbJournal now running on Windows too (#23)
- Channel config API extensions
- ReliableChannelProps (incl. more redelivery options)
- DefaultChannelProps
- Automatically deregister stopped processors and channels from EventsourcingExtension
-
senderMessageId
field removed fromMessage
(#44, see also idempotency)
- OSGi metadata (#34)
- Upgrades
- Scala 2.10.0
- Akka 2.1.0
- Further examples
- Documentation
- User guide enhancements
- FAQ page started
- Raman Gupta (configurable dispatchers for journals, OSGi metadata)
Many thanks to all contributors!