This commit is contained in:
Aaron Stannard 2020-05-26 20:13:12 -05:00 коммит произвёл GitHub
Родитель 00e084e769
Коммит eb174173f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,14 @@
#### 1.4.7 May 12 2020 ####
**Placeholder for nightlies**
#### 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 blocking `ActorSystem` creation](https://github.com/akkadotnet/akka.net/pull/4424) - 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 other `ActorSystem` properties](https://github.com/akkadotnet/akka.net/issues/4426)
* [Akka.Streams: update and modernize Attributes](https://github.com/akkadotnet/akka.net/pull/4437)
* [Akka.DistributedData.LightningDb: Wire format stabilized](https://github.com/akkadotnet/akka.net/issues/4261) - 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](https://github.com/akkadotnet/akka.net/milestone/38).
#### 1.4.6 May 12 2020 ####
**Maintenance Release for Akka.NET 1.4**