1.4.10 August 20th 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.10 includes some minor bug fixes and some major feature additions to Akka.Persistence.Query:
- Fixed: Akka.Persistence.Sql SqlJournal caching all Persistence Ids in memory does not scale
- Fixed Akka.Persistence.Query PersistenceIds queries now work across all nodes, rather than local node
- Akka.Actor: Akka.Pattern: Pass in clearer error message into OpenCircuitException
- Akka.Persistence: Allow persistence plugins to customize JournalPerfSpec's default values
- Akka.Remote: Racy RemotingTerminator actor crash in Akka.Remote initialization
To see the full set of fixes in Akka.NET v1.4.10, please see the milestone on Github.
Changes:
- ad8ab55 Merge pull request #4547 from akkadotnet/dev
- b7e9b6e added v1.4.10 release notes (#4546)
- d612c89 Re-implement PersistenceIds persitence query to match scala implementation behavior (#4531)
- 6ebceff Bump Google.Protobuf from 3.12.4 to 3.13.0 (#4543)
- 9be939e Add docs about routing management messages (#4545)
- ebdd637 Marked some JournalPerfSpec's fields as protected in order to make then customizable for plugins. (#4544)
- 2b3e2d3 Bump LightningDB from 0.12.0 to 0.13.0 (#4535)
- 4eb845c Bump Microsoft.Data.SQLite from 3.1.6 to 3.1.7 (#4542)
- cc07969 Clear language on clustering conditions (#4541)
- e5c328a Remove hanging "and" in doc benefit overview (#4540)
See More
- a578074 Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#4538)
- 9dfdfa0 Enhance OpenCircuitException error reporting (#4534)
- 1bdd3f9 Minor fix to the automatic passivation documentation (#4536)
- 796b74c close #4530 - skip call to LogSource.FromActorRef to prevent NRE during RemotingTerminator startup (#4532)
- 163d5b8 Bump Google.Protobuf from 3.12.3 to 3.12.4 (#4529)
- 8fd4af4 Add live and current variant to AllEvents query and their documentation (#4523)
- 861d4f8 Add v1.4.10 placeholder
This list of changes was auto generated.