Akka.NET v1.4.40
1.4.40 July 19 2022
Akka.NET v1.4.40 is a minor release that contains a bug fix for DotNetty SSL support.
- Akka.Remote: SSL Configuration Fails even EnbleSsl property is set to false
- Akka.Streams: Add IAsyncEnumerable Source
If you want to see the full set of changes made in Akka.NET v1.4.40, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
8 | 544 | 64 | Gregorius Soedharmo |
1 | 669 | 3 | Aaron Stannard |
1 | 123 | 26 | Ebere Abanonu |
1 | 101 | 3 | aminchenkov |
Changes
- Model-based tests for
PersistentShardCoordinator.State
by @Aaronontheweb in #5974 - Add Cluster.Sharding ActorInitializationException spec by @Arkatufus in #5999
- Fix Akka.Persistence.TCK Persistence.Oracle issue by @Arkatufus in #6006
- [BACKPORT #6038] SSL Configuration fails even EnbleSsl property is set to false by @eaba in #6043
- [BACKPORT #6044] Add IAsyncEnumerable as Akka.Streams Source by @Arkatufus in #6047
- [BACKPORT #6045] cleaned up
IAsyncEnumerable
Source to use local functions by @Arkatufus in #6048 - Update RELEASE_NOTES.md for 1.4.40 release by @Arkatufus in #6046
Full Changelog: 1.4.39...1.4.40