Version 0.5.0 is a major feature release of the Orbit framework.
New Features
- Event Sourced state
- Actors can now use event sourcing for state.
- Provided at the actor layer of the framework, no need to update state extensions.
- See docs.
- Distributed Transactions
- A fully distributed transaction system is now part of the framework.
- Rollbacks, multi-actor transactions etc.
- See docs.
Improvements
- Various improvements to metrics system
- Initialization is now performed by the metrics module
- MongoDB Metrics
- JVM Metrics
- All third-party dependencies have been updated to the latest version
Bug Fixes
- Prevent duplication instantiation of extensions in some cases