1.4.34 March 7 2022
Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code.
Bug fixes:
- Akka: Added support to pass a state object into CircuitBreaker to reduce allocations
- Akka.DistributedData: ORSet merge operation performance improvement
- Akka.Streams: FlowWithContext generic type parameters have been reordered to make them easier to read
Improvements:
If you want to see the full set of changes made in Akka.NET v1.4.33, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
12 | 1177 | 718 | Ebere Abanonu |
6 | 192 | 47 | Gregorius Soedharmo |
3 | 255 | 167 | Ismael Hamed |
1 | 3 | 0 | Aaron Stannard |
1 | 126 | 10 | Drew |
Changes:
- 1e7581a Merge pull request #5708 from akkadotnet/dev
- 3bf4c12 Update RELEASE_NOTES.md for 1.4.34 release (#5707)
- 5296c64 Add Stateful methods for circuitbreaker (#5650)
- 60d95ac Reorder Source/FlowWithContext type parameters (#5648)
- 2bbc58c Fix confusing logging when receiving gossip from unknown (#5706)
- 4db81c1 Call
base.AfterAll()
to kill TestKit ActorSystem (#5705) - e47f99d Fix Serialization documentation discoverability (#5699)
- ba86390 Fixed broken toc.yml (#5694)
- b1ab515 Optimize PipeTo ConfigureAwait call (#5688)
- 655e4f3 Make PipeTo ConfigureAwait() optional (#5684)
See More
- 700f33d Fix ORSet.Merge with AddDeltaOperation takes too long to complete (#5686)
- 8faab89 Updated developement scenario (#5533)
- 0b89fb5 Improve code reference hygiene with exisiting code block (#5680)
- af10db0 Correct the usage of
integration
(#5679) - 02334cf [Docs] Improve coordinated shutdown doc hygiene (#5677)
- f6c716a Make sure DocFX warning check step only executed in PR (#5674)
- 3667a62 Check for possible broken documentation by failing on DocFX warning (#5542)
- 4573bcc Resolved invalid links (#5669)
- 9ca6768 [Docs]: Fix Metadata Reference (#5668)
- aeb22a4 Fix link issue with
xref
(#5666) - 0ab5783 Moved the
akka core
configuration page into `modules`` (#5664) - 05dfaff Change WatchTermination signature to Task (#5647)
- 79594a3 Fix invalid paths (#5658)
- 06f9c9e Resolve hocon paths (#5644)
- c85cbf2 Update RELEASE_NOTES.md (#5653)
This list of changes was auto generated.