Releases: WyattTechnology/WAkka
Releases · WyattTechnology/WAkka
1.5.2
1.5.1
- Added "snapshot result handlers" (callbacks that are called when a snapshot result is received) that make it easier to handle snapshot result messages. See
WAkka.EventSourced.Actions.addSnapshotResultHandler
. - Made the underlying Akka logger (which has more functionality and better performance than the WAkka logging interface) more generally available through the
getAkkaLogger
action and the Logger member ofWAkka.Common.Logger
. - Added new
WAkka.Simple.Spawn
class with static methods for spawning simple actors that better mirror those added for event sourced actors. - Clarified in the documentation that the actor system can be started in any of the usual ways, not only using the Akkling startup functions.
1.5.0
Final package update, otherwise includes the changes from the 1.5.0-alpha* versions.
1.5.0-alpha3
Updated to Akka 1.5, Akkling 0.13, dotnet 8 and f#8.
1.5.0-alpha2
snapshot testing (#14) * Fixed some backwards compatibility issues * Updated version * Fixed issues with persistent actors that stop then always stopping when they are started again and using FilterOnly inside of a persist action. --------- Co-authored-by: Brett Hall <bhall@wyatt.com>
1.5.0-alpha
Three new features:
- HandleMessages action
- Actor classes to facilitate remote deployment
- Persistence Snapshots
1.4.0
Added Receive.FilterOnly
action that filters messages to those of a given type for which a given function returns true.
Fixed Actor Properties
Non-default actor properties were not being applied when actors were started. They now are.
Version-1.3.1
Just upping the version number to disambiguate the open-source version from the final internal package at Wyatt Technology.
Version 1.3.0
Initial open source release