All Versions
14
Latest Version
Avg Release Cycle
11 days
Latest Release
3359 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.0 Changes
January 16, 2016๐ This release is source compatible with the previous release, but not binary compatible.
โ Added
unionBecome
to change behavior when the actor is of a union type- ๐
apply
on union receive builders can be inferred
๐ Fixed
- ๐ Provers for union type membership were unnecessarily left-biased, see #8
-
v1.6.0-a24
January 16, 2016 -
v1.5.1 Changes
November 05, 2015โ Added
only
method to union typed actors to gain a view into a specific subcase of the union
-
v1.5.1-a24
November 05, 2015 -
v1.5.0 Changes
November 04, 2015๐ This release is source compatible with the previous release, but not binary compatible.
๐ Fixed
- the dependeny on
akka-actor
is set to theprovided
scope again
๐ Changed
TypedActor.Of
no longer requires an implicit classTag to be available.
โ Added
- ๐ Phantom Union types for Typed Actors to support mulitple unrelated messages
- the dependeny on
-
v1.5.0-a24
November 04, 2015 -
v1.4.0 Changes
October 17, 2015๐ This release is source compatible with the previous release, but not binary compatible.
โ Added
- ๐ New modules for Akka 2.4
๐ Changed
TypedActor
can now be extended directly and used as a trait
-
v1.4.0-a24
October 17, 2015 -
v1.3.1 Changes
October 01, 2015๐ Fixed
- Lubbing on
forward
could lead to unchecked messages being send
- Lubbing on
-
v1.3.0 Changes
October 01, 2015โ Added
TypedActor.apply
to quickly create an actor from a total function- ๐ Ask support for typed actors