1.4.5 April 29 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.5 consists mostly of bug fixes and quality-of-life improvements.
- Akka.Cluster.Sharding: release shard lease when shard stopped
- Akka.Cluster.DistributedData: ORMultiValueDictionary - DistributedData Serialization InvalidCastException Unable to cast object of type 'DeltaGroup[System.String]' to type 'Akka.DistributedData.ORSet1[System.String]'
- Akka.Actor: Support double wildcards in actor deployment config
To see the full set of changes for Akka.NET 1.4.5, please see the 1.4.5 milestone.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
3 | 6 | 6 | Michael Handschuh |
3 | 486 | 91 | Aaron Stannard |
3 | 3 | 3 | dependabot-preview[bot] |
2 | 44 | 3 | zbynek001 |
1 | 7 | 0 | JoRo |
1 | 6 | 21 | Ismael Hamed |
1 | 3 | 3 | Igor Fedchenko |
1 | 163 | 60 | Gregorius Soedharmo |
1 | 14 | 2 | Bogdan Rotund |
Changes:
- 241e851 Merge pull request #4398 from akkadotnet/dev
- c933863 added v1.4.5 release notes (#4397)
- 7a923ce Adding DeferAsync access to Eventsourced mailbox in FSharp. (#4395)
- 58c782c Akka.DistributedData: fix ORMultiDictionary Delta Serialization (#4394) [ #4367 ]
- e69d65c Bump NUnit from 3.6.1 to 3.12.0 (#3986)
- 24858af Fix copy pasta from ReceiveActor doc (#4389)
- 009c74e Grammar: Convert adjective to adverb (#4390)
- 0d78b71 Remove rogue character (#4391)
- 4289e45 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 (#4392)
- c83ce6b Added constructor that takes a configuration for PersistenceTestKit (#4387)
See More
- 0ef8faf Docs page fix (#4386)
- f32c506 timer log fix (#4379)
- 6a1a070 Make Member.AgeOrdering public (#4377)
- 40978f8 added EventStreamThroughputSpec to Akka.Tests.Performance (#4373)
- 55512a9 Add double wildcard support for deployment (#4372)
- 898a3fd v1.4.5 release_notes.md placeholder (#4374)
- 202c745 Bump BenchmarkDotNet from 0.12.0 to 0.12.1 (#4370)
- dce08fc sharding - release shard lease when stopped (#4369)
This list of changes was auto generated.