- Applied pull request from @sbacquet (Fix the context not being valid when an actor receives a message sent from an async/task block)
- Upgraded Akka.NET dependencies to 1.5.27
- Applied pull request from @sbacquet (Use Async.StartImmediateAsTask instead of Async.StartAsTask in effects)
- Upgraded Akka.NET dependencies to 1.5.15
- Revised internal TypedMessageExtractor type to support new version of IMessageExtractor
- Updated Xunit packages
- Upgraded Akka.NET dependencies to 1.5
- Upgraded Akka.NET dependencies to 1.4.2
- Consolidated supported .NET version to .NET Standard 2.0
- Removed PersistentView (as its no longer supported)
- Akkling.Streams: added support to stream refs, observables, cancellation tokens and withContext variants.
- Akkling.Streams: switched tuple args to value tuples to match Akka.Streams API.
- Rollback FSharp.Core to 4.3.4
- Include XML docs
- New computation expression for Graph DSL
- Renamed graph join operator from => to =>>
- ByteString module
- New streams stages: valve, pulse, managedDelay, partition, statefulPartition, mapMatValue
- Restored multi-framework target
- .NET Standard update
- Removed F# quotations from the API
- Removed FsPickler dependency
- Akka.Streams.TestKit package
- More akka streams API exposed (including Graph stages)
- Initial functioning GraphDSL API
- Akka.Streams TCP wrappers
- Updated to Akka.NET v1.3.1
- Added experimental EntityRef for cluster sharding
- Extended Akkling.DistributedData API
- Extended Akkling.Streams API
- Minor bug fixes
- Fixed external package dependencies.
- Updated dependencies to match Akka.NET v1.2
- Updated features for Akka.Streams
- Switched to Hyperion as default serializer
- Adapter library for Akka.DistributedData
- Fixed Akka.NET dependency
- Relaxed dependency on System.Collections.Immutable
- Minor fix for persistent actors for unhandled messages
- Non-blocking interop with async computation expression
- Initial Akkling.Streams plugin
- Support for at-least-once-delivery semantic
- More examples
- Akkling.Cluster.Sharding and Akkling.TestKit packages
- new typed Props, all
spawn
functions now operates on them actorOf
functions now returns effects- new
become
effect - new effect combinators
<|>
and<&>
- Ask operator
<?
now returns async ofAskResult<'msg>
- Forward operator
<<!
- Parent property in actor contexts
- Split Persist/PersistAsyn effect into single- and multi-event versions
- Initialized native F# support for Akka.IO (Akkling.IO namespace)
- F# support for some of the Akka system messages in form of active patterns.
- Akkling.Behaviors module with set of common behaviors.
- New effects-based actor expression API
- New Persistence API based on effects
- Actor/persistent actor lifecycle events handled as messages
- using Akka nightly builds
- switched to Wire as default serializer
- minor function arguments precedence redesign
- Fixed problem with Discriminated Unions serialization
- Upgraded to Akka 1.0.4 and FsPickler 1.2
- Upgraded Newtonsoft.Json dependency to 7.0.1
- Akkling.Persistence package released
- Initial release
- Typed actor refs
- Simplified API