1.4.7 May 26 2020
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.7 is a fairly sizable path that introduces some significant new features and changes:
- Akka: added
akka.logger-async-start
HOCON setting to allow loggers to start without blockingActorSystem
creation - useful for developers running Akka.NET on Xamarin or in other environments with low CPU counts; - Akka: ported
ActorSystemSetup
to allow programmatic config of serializers and otherActorSystem
properties - Akka.Streams: update and modernize Attributes
- Akka.DistributedData.LightningDb: Wire format stabilized - Akka.Distributed.Data.LightningDb is now ready for production use.
To see the full set of changes for Akka.NET 1.4.7, please see the 1.4.7 milestone.
Changes:
- 4fa4a39 Merge pull request #4444 from akkadotnet/dev
- eb17417 added v1.4.7 release notes (#4441)
- 00e084e Move LMDB into release version (#4442)
- 4edd7c4 close #4288 - DData is no longer in beta (#4440)
- 596baa6 Update attributes (#4437)
- a155dcc Make loggers to not block ActorSystem creation (#4424) [ #4054 ]
- deb0348 Update finite-state-machine.md (#4435)
- 1772edb Implement ActorSystemSetup (#4428) [ #4426 ]
- 953905b Bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#4411)
- 37ea7fc Change the SinkRef documentation temporarily until we can fix serialization (#4431)
See More
- 8a21ce7 Bump Google.Protobuf from 3.11.4 to 3.12.1 (#4423)
- 200a0fc Bump FSharp.Core from 4.7.1 to 4.7.2 (#4429)
- 5d5d7cb Unit test hardening, skip flaky specs if it can't be trivially fixed. (#4427)
- 1452a58 Fix MNTK ddata DurableDataSpec (#4416)
- 299b9a2 standardize LMDB wire format (#4414)
- 1b24898 Unit test hardening (#4405)
- 95dc3e0 Harden _currentMessageId from integer overflow. (#4413)
- 7b5734f Bump Microsoft.Data.SQLite from 3.1.3 to 3.1.4 (#4410)
- a53c0aa Bump Microsoft.Extensions.DependencyModel from 3.1.3 to 3.1.4 (#4412)
- 96e24ae fix: improve doc for persistenceId for sharded entity actor (#4409)
- 5953e91 Added v1.4.7 placeholder for nightly builds
This list of changes was auto generated.