Akka.NET v1.4.29
1.4.29 December 13 2021
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.28 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.
New features:
Documentation:
Bug fixes:
- Akka.Cluster: Changed Akka.Cluster startup sequence
- Akka.DistributedData: Fix LightningDB throws MDB_NOTFOUND when data directory already exist
- Akka.IO: Fix memory leak on UDP connector
- Akka.Persistence.Sql: Fix performance issue with highest sequence number query
If you want to see the full set of changes made in Akka.NET v1.4.29, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
7 | 82 | 51 | Aaron Stannard |
6 | 1381 | 483 | Gregorius Soedharmo |
4 | 618 | 85 | Andreas Dirnberger |
1 | 4 | 4 | Luca V |
1 | 1 | 1 | dependabot[bot] |
Changes:
- 4d2a7d7 Merge pull request #5426 from akkadotnet/dev
- 054ad7f Merge branch 'master' into dev
- 9c06a76 Update RELEASE_NOTES.md for 1.4.29 release (#5425)
- 0619316 MDB throws a MDB_NOTFOUND exception when the database directory already exists (#5424)
- 1cf4156 Update cluster sharding documentation (#5421)
- 580b9af Add reproduction spec, not a bug, works as intended. (#5422)
- c1b0924 Fixes performance issue with HighestSequenceNrSql query (#5420)
- 1382b3c [Documentation] Add extra help information on serializer id errors (#5418)
- ccb4670 Add new ChannelTaskScheduler Extension (#5403)
- 7ec9417 Mark socket connection messages with IDeadLetterSuppression (#5412)
See More
- a920b07 Fix UDP memory leak (#5404)
- fe0f10a changed API doc root link back to
index.md
(#5410) - 7786cfb Upgraded DocFx to 2.58.9, dropped
TargetFramework
(#5409) - 8ac8522 Fix API reference documentation (#5405)
- 3798977 remove of Cluster.Get(sys) (#5399)
- bcd4bc3 Fix Akka.Cluster Startup (#5398)
- 086a110 MeasurementsSinkReady not used as intended (#5396)
- 215a3d8 Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#5382)
- 2959b27 make Akka.Discovery RTM, rather than beta status (#5380)
- dc700b3 added thread count tracking to RemotePingPong (#5384)
- e27220a rewrite
PipeTo
to useasync
/await
instead of aContinueWith
(#5361) - 7455752 Added v1.4.29 placeholder for nightlies (#5379)
This list of changes was auto generated.