Skip to content

Releases: elasticsoftwarefoundation/elasticactors

v3.1.0

11 May 16:19

Choose a tag to compare

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

21 Apr 11:53
v3.0.0
b63c22c

Choose a tag to compare

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

19 Mar 11:19

Choose a tag to compare

[maven-release-plugin]  copy for tag v0.20.1

v0.20.0

24 Feb 17:51

Choose a tag to compare

  • 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)

v0.19.0

04 Feb 10:23

Choose a tag to compare

  • fixed a race condition that happened when stopping persistent actors. It could happen that the delete in the Persistent Actor Store was executed before the last state update, essentially resurrecting the actor