1.4.35 March 18 2022
Akka.NET v1.4.35 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: Fixed IActorRef leak inside EventStream
- Akka: Fixed ActorSystemSetup.And forgetting registered types
- Akka.Persistence.Query.Sql: Fixed Query PersistenceIds query bug
- Akka.Streams: Add MapMaterializedValue for SourceWithContext and FlowWithContext
If you want to see the full set of changes made in Akka.NET v1.4.35, click here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
6 | 2178 | 174 | Aaron Stannard |
2 | 43 | 33 | Gregorius Soedharmo |
1 | 71 | 19 | Ismael Hamed |
1 | 1 | 1 | dependabot[bot] |
1.4.34 March 7 2022
Akka.NET v1.4.34 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.34, 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:
- 54d8e5c Akka.NET 1.4.35 release
- 6b312e5 Merge branch 'dev'
- 5a506b7 Update RELEASE_NOTES.md for 1.4.35 release (#5726)
- a2dc4f8 close #5728 fix
ActorSystemSetup.And
(#5729) - 7732b36 Add MapMaterializedValue for Source/Flow WithContext (#5711)
- 19811a1 Bump Google.Protobuf from 3.17.3 to 3.19.4 (#5555)
- 8293f12 supress InvalidOperationException in xUnit OutputLogger (#5722)
- b6214ef Fixed
IActorRef
leak insideEventStream
(#5720) [ #5717, #5719 ] - d055f46 fix video embeds on mobile (#5719)
- 7123d0f [DocFx] custom Akka.NET theme (#5659)
See More
- 2e1d4ea Fix PersistenceId Query and Sqlite unit tests (#5715)
- cef5031 Added placeholder for 1.4.35 (#5709)
This list of changes was auto generated.