1.5.40 March 24th, 2025
- Remote:
Endpoint
actor cleanup - Streams: Implement nullability in
Buffer
- Streams: Refactor
SelectAsyncUnordered
ContinueWith
to local function - Core: Cleanup build warnings
- Streams: Make
SelectAsync
check equality by reference instead of by struct value - Query.InMemory: Properly unwrap tagged messages in all queries
- Resolve Akka.Delivery and Akka.Cluster.Sharding.Delivery issues
- Persistence: Remove Akka.Persistence.Sql.Common and Akka.Persistence.Query.Sql packages
- Persistence: Remove Akka.Persistence.Sqlite
2 contributors since release 1.5.39
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
28 | 1177 | 2458 | Aaron Stannard |
7 | 788 | 9534 | Gregorius Soedharmo |
To see the full set of changes in Akka.NET v1.5.40, click here.
Changes:
- 8ab24c1 Update 1.5.40 release notes (#7576)
- f56ebb3 Build Warnings: Miscellanous (#7575)
- 15e5d8b fixed TestKit build warnings (#7572)
- 4471d6a fixed all
ClusterSingletonManager.DefaultConfig()
build warnings (#7571) - 1f9a678 Akka.DistributedData.Tests: resolved all build warnings (#7570)
- 8ccc78e Akka.Remote: fixed all build warnings (#7567)
- b2661ac Akka.Cluster: Fix AK1004 warnings (#7279)
- 09e7e50 Akka.Tests: fixed build warnings (#7569)
- be32427 Akka.TestKit.Tests: fix build warnings (#7568)
- 2564c51 harden
QueueSinkSpec
(#7566)
See More
- 2d5025a Added debug logging to
DistributedPubSubRestartSpecs
(#7563) - 76e0eda Akka.Streams.TestKit: remove all
ConfigureAwait(false)
(#7561) - a7fa31a Remove Akka.Persistence.Sql.Common and Akka.Persistence.Sqlite altogether (#7559)
- 39e3ea7 Add Akka.Persistence.Sql.Common deprecation advisory (#7560)
- 9d73a21 Update RELEASE_NOTES.md for 1.5.40 release (#7558)
- ad69cfd Remove Akka.Persistence.Sql.Common and Akka.Persistence.Query.Sql (#7551) [ #7550 ]
- 4cd5dca Akka.Streams.Test: harden
FlowThrottleSpecs
(#7554) - ce9ef9c Resolve Akka.Delivery and Akka.Cluster.Sharding.Delivery issues (#7538) [ #7529, #7530 ]
- eb888f1 Fix race conditions in CancelableDelay tests using TaskCompletionSource for reliable synchronization (#7553)
- 96c0dd5 Akka.Persistence.Sqlite: remove batching journal specs (#7552)
- 224a3fa Akka.Peristence.Query.InMemory: properly unwrap
Tagged
messages in all queries (#7548) [ #7528 ] - 28fa378 Chore: remove unused
IMemoryJournal
API (#7547) - 485c17f
SelectAsync
: check equality by reference on placeholder, rather than by value onstruct
(#7543) - a655bef Fix racy
PersistentFsmSpec
s (#7545) - acf66b0 Akka.Persistence.Query.InMemory.Tests: standardize
refresh-interval
(#7544) - a0d7201 CodeQL: fix
net48
breakage (#7542) - 7c22d05 Fix race condition in cancelable_delay test by using TaskCompletionSource for synchronization (#7540)
- a1996d4 Streams: Port missing SelectAsync unit tests (#7532) [ #7533, #7534 ]
- 9de5ed0
TcpSpec
: hardenChainOfEchoes
spec (#7539) - 5015c5c Akka.Streams: Have
SelectAsyncUnordered
use localasync
function instead ofContinueWith
(#7531) - 5793a6b chore: clean up build warnings (#7522)
- 04a98d3 Implement nullability in streams Buffer (#7496)
- 33daa3c Akka.Remote:
Endpoint
actor cleanup (#7524) - 3f972cc Akka.Analyzer: Add AK2002 documentation (#7527)
- 47a6609 Update RELEASE_NOTES.md
This list of changes was auto generated.