1.4.30 December 13 2021
Akka.NET v1.4.30 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.
New features:
- Akka: Added StringBuilder pooling in NewtonsoftJsonSerializer
- Akka.TestKint: Added InverseFishForMessage
- Akka.Streams: Added custom frame sized Flow to Framing
- Akka.Streams: Allow Stream to be consumed as IAsyncEnumerable
Bug fixes:
If you want to see the full set of changes made in Akka.NET v1.4.30, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
6 | 75 | 101 | Aaron Stannard |
2 | 53 | 5 | Brah McDude |
2 | 493 | 12 | Drew |
1 | 289 | 383 | Andreas Dirnberger |
1 | 220 | 188 | Gregorius Soedharmo |
1 | 173 | 28 | Ismael Hamed |
Changes:
- 594b1ba Version 1.4.30 Release
- 2890b54 Merge branch 'dev'
- 6b8f312 Update RELEASE_NOTES.md for 1.4.30 release (#5451)
- b77ed9a Allow Streams to be consumed as IAsyncEnumerable (#4742)
- a0f4705 remove the forced waiting on the underlying transport to start up (#5440) [ #5442, #5433, #5444, #5428 ]
- 42501db optimize
Props
NewExpression
allocations (#5428) - bf581e9 Custom frame size computation support in Framing (#5444)
- 985e5ed Make updates to
FishUntil
(#5433) - 60807fe racy spec fix:
BackoffOnRestartSupervisor_must_respect_maxNrOfRetries_property_of_OneForOneStrategy
(#5442) - 4b37296 revert #5398 (#5437)
See More
- 3aa8fd6 Remove TestUtils.TemporaryServerAddress, suspected racy test source (#5431)
- d760387 Added a positive test and a negative test for InverseFishForMessage (#5434)
- 7e48e35 Added InverseFishForMessage and nuget package fluent-assertertions (#5430)
- a9859db Add StringBuilder pooling in NewtonsoftJsonSerializer (#4929)
- 12c26c2 Refactor Props (#5416)
- bea6634 Added v1.4.30 placeholder to
RELEASE_NOTES.md
(#5427)
This list of changes was auto generated.