Skip to content

Releases: WyattTechnology/WAkka

1.5.2

01 Apr 17:31
0f029f2
Compare
Choose a tag to compare

Added selective event persistence via the persistSkippable and persistSkippableSimple actions.

1.5.1

14 Mar 15:34
074ce35
Compare
Choose a tag to compare
  • 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 of WAkka.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

15 Nov 00:06
2029ad9
Compare
Choose a tag to compare

Final package update, otherwise includes the changes from the 1.5.0-alpha* versions.

1.5.0-alpha3

12 Dec 23:02
824beac
Compare
Choose a tag to compare
1.5.0-alpha3 Pre-release
Pre-release

Updated to Akka 1.5, Akkling 0.13, dotnet 8 and f#8.

1.5.0-alpha2

27 Oct 16:20
85cf14b
Compare
Choose a tag to compare
1.5.0-alpha2 Pre-release
Pre-release
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

25 Oct 23:56
4d89910
Compare
Choose a tag to compare
1.5.0-alpha Pre-release
Pre-release

Three new features:

  • HandleMessages action
  • Actor classes to facilitate remote deployment
  • Persistence Snapshots

1.4.0

21 Sep 17:50
65c1719
Compare
Choose a tag to compare

Added Receive.FilterOnly action that filters messages to those of a given type for which a given function returns true.

Fixed Actor Properties

20 Sep 23:09
26ea37f
Compare
Choose a tag to compare

Non-default actor properties were not being applied when actors were started. They now are.

Version-1.3.1

06 Sep 16:31
a667f9b
Compare
Choose a tag to compare

Just upping the version number to disambiguate the open-source version from the final internal package at Wyatt Technology.

Version 1.3.0

04 Sep 23:46
ccf829a
Compare
Choose a tag to compare

Initial open source release