Releases: dlepex/actorish4j
Releases · dlepex/actorish4j
v0.8
v0.7.5
v0.7.4
Renaming the library
Renaming the library: the name was to broad
Doc fixes
Minor StateMachine enhancement
- recover() was added to SM.
- Enqueuer.Conf purge ensureLockFree tweak as totally useless.
- doc fixes
StateMachine implementation
- StateMachine implementation (inspired by Erlang gen_statem)
- unboundedQueue is now a default queue choice in Enqueuer.Conf
v0.7
Simplifying API
- Using traditional ctors instead of factory methods
- It is now possible to inherit from Enq-r class (which may be desirable for some cases)
- Renaming id() method to avoid potential name clashes.
Extending configuration to support queue customisation.
Config refactoring, improving default queue choice.
v0.4 log string fix