Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-10-09 | 867 Bytes | |
Version 0.5.0 source code.tar.gz | 2015-10-09 | 709.4 kB | |
Version 0.5.0 source code.zip | 2015-10-09 | 1.3 MB | |
Totals: 3 Items | 2.0 MB | 0 |
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