Releases: elasticsoftwarefoundation/elasticactors
Releases · elasticsoftwarefoundation/elasticactors
v3.1.0
Commits
- [b7dea58]: [maven-release-plugin] prepare for next development iteration (Andre Brait)
- [b962e0b]: Remove files section from release action (Andre Brait)
- [295891e]: Remove Bintray download link (Andre Brait)
- [4021916]: Update README (Andre Brait)
- [22fa95f]: Update Maven Central button (Andre Brait)
- [b6c70a5]: updated library dependencies (jwijgerd) #61
- [481d48e]: updated version to 3.1.0-SNAPSHOT for next release (jwijgerd)
- [2f36bc4]: [maven-release-plugin] prepare release v3.1.0 (jwijgerd)
v3.0.0
Commits
- [f4dd59d]: [maven-release-plugin] prepare for next development iteration (Andre Brait)
- [c2bb746]: Add test for ensuring MethodHandler ordering (Andre Brait)
- [8045703]: Prepare for migration to Maven Central (Andre Brait)
- [6b75e55]: Split build and deploy steps for release workflow (Andre Brait)
- [a007b6b]: Skip tests on maven publish action (Andre Brait)
- [29c5e23]: Skip tests on maven deploy phase of publish action (Andre Brait)
- [63c308c]: Merge build and publish steps back together (Andre Brait)
- [b63c22c]: [maven-release-plugin] prepare release v3.0.0 (Andre Brait)
v0.20.1
v0.20.0
- Implemented ActorSystemEventListenerRegistry where actors can register a message to be sent when an event happens in the ActorSystem
- Currently supports the ACTOR_SHARD_INITIALIZED event that is triggered when an ActorShard is started (after a scale-out or a failover)