Skip to content

Releases: nactio/nact

v4.4.1

17 Jan 09:25
Compare
Choose a tag to compare
Added freeze

v4.4.0

16 Jan 20:50
Compare
Choose a tag to compare
Bumping the version number to mark release of logger

Added Supervision

20 Dec 12:56
Compare
Choose a tag to compare

v4.2.0

09 Dec 11:28
Compare
Choose a tag to compare
Refactored timeout and snapshotting to be simpler

Updated Query Function

05 Dec 11:07
Compare
Choose a tag to compare

The query function can now optionally accept a message function. This function takes in the temporary actor reference and returns the message to dispatch to the sender. This is to cater for the use case where actors expect an actor reference in a message.

Updated README and minor fix

04 Dec 12:54
Compare
Choose a tag to compare
v4.0.1

Updated readme

Added Snapshotting to nact

03 Dec 23:08
b9343da
Compare
Choose a tag to compare
Merge pull request #26 from ncthbrt/feature/snapshotting

Feature/snapshotting

Actor Timeout

02 Dec 20:09
3d56554
Compare
Choose a tag to compare
Merge pull request #25 from ncthbrt/feature/timeout

Feature/timeout

Allow underscores in actor names

20 Nov 17:03
9c7a9ed
Compare
Choose a tag to compare

Updated Documentation and Restructured Codebase

04 Nov 12:15
Compare
Choose a tag to compare

This release does not break userland.