Releases: akkadotnet/akka.net
Akka.NET v1.5.25
1.5.25 June 14th 2024
Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.
Logging Errors Introduced in v1.5.21
Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.
This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.
Other fixes:
- Akka.Router: sending a message to a remote actor via
IScheduledTellMsg
results in serialization error - Akka.Discovery: Make Akka.Discovery less coupled with Akka.Management
You can see the full set of changes for Akka.NET v1.5.25 here.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
6 | 347 | 44 | Aaron Stannard |
2 | 1197 | 1015 | Gregorius Soedharmo |
Changes:
- 31222aa added v1.5.25 release notes (#7257)
- be4ed4d Akka.Event: restore missing log data (#7256) [ #7255 ]
- 6bcab70 Akka.Router: automatically unpack
IScheduledTellMsg
when being handled through a router (#7249) [ #7247 ] - 487218c Modernize Cluster.Client code (#7251)
- 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
- a14bb84 Fix Akka.Discovery
ServiceDiscovery
instantiation (#7245) - 3bd219e [Benchmarks] Add
Ask
vs.Tell
memory pressure baseline (#7244) - b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
- 12619cb Added v1.5.25 (#7240)
This list of changes was auto generated.
Akka.NET v1.5.24
1.5.24 June 7th 2024
Akka.NET v1.5.24 is a patch release for Akka.NET that addresses CVE-2018-8292 and also adds a quality of life improvement to IActorRef serialization.
- Fix invalid serializer was being used when serialize-message is set to true
- Add Serialization.DeserializeActorRef() QoL method
- Resolve CVE-2018-8292 in this PR and this PR
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
3 | 35 | 22 | Gregorius Soedharmo |
1 | 26 | 51 | Mike Perrin |
1 | 15 | 2 | Aaron Stannard |
You can see the full set of changes for Akka.NET v1.5.24 here.
- 0522779 Update RELEASE_NOTES.md for 1.5.24 release (#7239)
- 525a282 Partial fix on CVE-2018-8292 (#7238)
- e144c5d Added
Serialization.DeserializeActorRef
method (#7237) - 79f9bc6 Fix serialize-messages=on DeadLetter inside DeadLetter bug (#7236)
- 3c61f46 Partial fix for CVE-2018-8292 (#7235)
- 64a71b8 Tidied up the language on Fault Tolerance page (#7232)
This list of changes was auto generated.
Akka.NET v1.5.23
1.5.23 June 4th 2024
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
2 | 299 | 44 | Aaron Stannard |
1 | 47 | 49 | Gregorius Soedharmo |
1 | 1 | 1 | Hassan Abu Bakar |
You can see the full set of changes for Akka.NET v1.5.23 here.
Changes:
- 2dfbecf Update RELEASE_NOTES.md for 1.5.23 (#7233)
- efaea2d
ShardedDaemonProcess
push mode (#7229) [ #7195 ] - 356c911 Change from Gitter to Discord (#7231)
- 5a2818f Fix missing
HandOverDone
handler in ClusterSingletonManager (#7230) - 7747a68 Added v1.5.23 placeholder (#7227)
This list of changes was auto generated.
Akka.NET v1.5.22
1.5.22 June 4th 2024
Akka.NET v1.5.22 is a patch release for Akka.NET with a few bug fixes and logging improvement.
- Streams: Bump Reactive.Streams to 1.0.4
- Remote: Bump DotNetty.Handlers to 0.7.6
- Core: Resolve CVE-2018-8292 for Akka.Streams and Akka.Remote
- Core: Expose
BusLogging
EventStream
as public API - Remote: Add cross-platform support to the exception serializer
On Resolving CVE-2018-8292
In order to resolve this CVE, we had to update DotNetty.Handlers
to the latest version and unfortunately, this comes with about 10% network throughput performance hit. We are looking into possible replacement for DotNetty
to improve this performance lost in the future (see #7225
for updates).
Before
Num clients, Total [msg], Msgs/sec, Total [ms], Start Threads, End Threads
1, 200000, 125000, 1600.62, 46, 76
5, 1000000, 494072, 2024.04, 84, 95
10, 2000000, 713013, 2805.73, 103, 107
15, 3000000, 724463, 4141.38, 115, 115
20, 4000000, 714669, 5597.66, 123, 123
25, 5000000, 684932, 7300.37, 131, 107
30, 6000000, 694525, 8639.88, 115, 93
After
Num clients, Total [msg], Msgs/sec, Total [ms], Start Threads, End Threads
1, 200000, 123763, 1616.32, 46, 73
5, 1000000, 386101, 2590.66, 81, 90
10, 2000000, 662691, 3018.54, 98, 104
15, 3000000, 666223, 4503.86, 112, 113
20, 4000000, 669681, 5973.89, 121, 113
25, 5000000, 669255, 7471.86, 121, 105
30, 6000000, 669121, 8967.61, 113, 92
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
6 | 167 | 188 | Aaron Stannard |
3 | 93 | 10 | Gregorius Soedharmo |
You can see the full set of changes for Akka.NET v1.5.22 here.
Bug Fixes and Improvements
- Akka: Use ranged nuget versioning for Newtonsoft.Json
- Akka: Pipe of Canceled Tasks
- Akka: CircuitBreaker's Open state should return a faulted Task instead of throwing
- Akka.Remote: Can DotNetty socket exception include information about the address?
- Akka.Remote: log full exception upon deserialization failure
- Akka.Cluster: SBR fix & update
- Akka.Streams: Restart Source|Flow|Sink: Configurable stream restart deadline
- Akka.DistributedData: ddata replicator stops but doesn't look like it can be restarted easily
- Akka.DistributedData: ddata ReadMajorityPlus and WriteMajorityPlus
- Akka.DistributedData: DData Max-Delta-Elements may not be fully honoured
You can see the full set of changes introduced in Akka.NET v1.4.22 here
Akka.Cluster.Sharding.RepairTool
In addition to the work done on Akka.NET itself, we've also created a separate tool for cleaning up any left-over data in the event of an Akka.Cluster.Sharding cluster running with akka.cluster.sharding.state-store-mode=persistence
was terminated abruptly before it had a chance to cleanup.
We've added documentation to the Akka.NET website that explains how to use this tool here: https://getakka.net/articles/clustering/cluster-sharding.html#cleaning-up-akkapersistence-shard-state
And the tool itself has documentation here: https://github.com/petabridge/Akka.Cluster.Sharding.RepairTool
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
16 | 1254 | 160 | Gregorius Soedharmo |
7 | 104 | 83 | Aaron Stannard |
5 | 8 | 8 | dependabot[bot] |
4 | 876 | 302 | Ismael Hamed |
2 | 3942 | 716 | zbynek001 |
2 | 17 | 3 | Andreas Dirnberger |
1 | 187 | 2 | andyfurnival |
1 | 110 | 5 | Igor Fedchenko |
Changes:
- 1255fa1 Update RELEASE_NOTES.md for 1.5.22 release (#7224)
- 7ce5030 Add cross-platform exception serialization support (#7222)
- b73fe64 removed Google.Protobuf tooling from build script (#7220)
- 1af99d3 added docs for
Valve
Akka.Streams stage (#7219) [ #7217 ] - f9666a1 Debugging racy ClusterShardingDeliveryGracefulShutdown MNTR spec (#7218)
- 5956b82 Akka.Event: expose the
EventStream
onBusLogging
for extensibility purposes (#7210) [ #7209 ] - 1f0d09c disable auto-downing on restart specs (#7214)
- 3befea4 Bump Reactive.Streams from 1.0.2 to 1.0.4 (#7213)
- eeeb59b v1.5.22 placeholder (#7211)
- 7f7c357 Bump DotNetty.Handlers to 0.7.6 (#7198)
This list of changes was auto generated.
Akka.NET v1.5.21
1.5.21 May 28th 2024
Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.
- Core: Fix error logging bug
- Core: Add log filtering feature
- Pub-Sub: Fix missing SendOneMessageToEachGroup property
- Core: Fix incorrect IWrappedMessage deserialization when serialize-messages setting is on
- Core: Bump Akka.Analyzers to 0.2.5
Log Message Filtering
You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.
New Akka.Analyzers Rule
Added AK1006 rule to suggest user to use PersistAll()
and PersistAllAsync()
when applicable. Documentation can be read in the documentation
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
7 | 900 | 53 | Aaron Stannard |
5 | 497 | 1187 | Gregorius Soedharmo |
1 | 1 | 1 | Åsmund |
You can see the full set of changes for Akka.NET v1.5.21 here.
Changes:
- be52f7f Add contributor table and milestone link (#7208)
- 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
- 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
- ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
- 28cb273 Update documentation-guidelines.md (#7204)
- 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using
serialize-messages=on
(#7200) - 45b5193 Fix missing
sendOneMessageToEachGroup
field inPublish
(#7202) - 8be4730 ensure we use correct serializer in
DistributedPubSubSerializerSpecs
(#7199) - d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
- 3f0be58 fix race conditions with
ReceivePersistentActorTests
(#7194)
See More
- e470000 Clean up
HelloWorld
sample (#7192) - 2d2e4fb Modernize ClusterTools example project (#7190)
- da8c8bb Fix IsInfoEnabled on Error bug (#7185) (#7186)
- ba3639e Update RELEASE_NOTES.md
- 3e7e1d0 Update RELEASE_NOTES.md for 1.5.20 (#7180)
- 9c63bfe Added v1.5.20 placeholder for nightly releases
- 1ef1869
HashedWheelTimer
startup crash on .NET 6+ (#7174) - 906c4d1 [Akka.Streams] make default
LogSource
s actually usable (#7168) [ #7126 ] - f8a3c88 Fix racy
FunctionRefSpecs
(#7169) - a19b825 Generate Protobuf C# objects automatically in MSBuild (#7063)
- 329b2b3 Akka.Remote.Tests: harden
ActorsLeakSpec
(#7155) - 522aad3 Fix
AkkaEqualException
message formatting (#7164) - f758869 Fix SBR unreachable observer cleanup (#7141)
- 4c5d455 Bump Akka.MultiNode.TestAdapter from 1.5.13 to 1.5.18 (#7160)
- 403c76b Update RELEASE_NOTES.md for 1.5.19 release (#7159)
- 167fbac fixed compilation error (#7158)
- 2057bae Akka.TestKit: deleted
IAsyncQueue
; replaced withSystem.Threading.Channel<T>
(#7157) [ #7145 ] - 09a163e harden
AtLeastOnceDeliveryActorSpec
(#7156) - 7e30256 Fix #7130: Contention scheduling actions in HashedWheelTimerScheduler (#7144)
- 39d5015 Bump NDesk.Options.Core from 1.2.6 to 1.2.8 (#7146)
- 0ff16c6 Bump Microsoft.Data.SQLite from 8.0.3 to 8.0.4 (#7148)
- 38b6efa Bump actions/checkout from 2 to 4 (#7153)
- 0a3ffb0 Added video to DI page (#7154)
- 49fe208 improve Akka.Cluster / Akka.Remote
DeadLetter
logging (#7149) - 2d44c21 Bump github/codeql-action from 2 to 3 (#7152)
- 81beb24 Bump actions/setup-dotnet from 1 to 4 (#7151)
- eb1f8ff Update dependabot.yml
- e18674e Update dependabot.yml
- 3b86b07 Add GitHub Actions support to Dependabot (#7150)
- 6fc8d46 Bump Akka.Analyzers from 0.2.3.1 to 0.2.4 (#7143)
- 9d4c930 Update Akka.Analyzer rule documentations (#7140)
- 2e09197 Bump Google.Protobuf from 3.26.0 to 3.26.1 (#7138)
- 3ccc933 added embed for Akka.Cluster.Sharding video (#7132)
- 711c0f5 Bump Google.Protobuf from 3.25.3 to 3.26.0 (#7124)
- 40dadc4 Bump Microsoft.Data.SQLite from 8.0.2 to 8.0.3 (#7121)
- c7e945d Added v1.5.19 placeholder
- d726db8 Update RELEASE_NOTES.md for 1.5.18 release (#7119)
- 251622d migrated all internal dispatchers off the dedicated thread pool and onto default thread pool (#7117)
- ffa9258 Bump FluentDateTime from 2.1.0 to 3.0.0 (#7114)
- cd937c6 Update RELEASE_NOTES.md for 1.5.17.1 (#7112)
- dd31257 Bump Akka.Analyzers to 0.2.3.1 (#7111)
- 9d7b14d Update README.md
- a339d9a Update RELEASE_NOTES.md for 1.5.17 release (#7110)
- 86ddf1f Bump Akka.Analyzers to 0.2.3 (#7109)
- 62edf08 Implement Sharding.Delivery bypass feature (#7106)
- 87bd24a Suppress extremely chatty TimerScheduler debug messages (#7102)
- 1bba467 Update Discord badge (#7108)
- af961f8 Revert "Work on
ConsumerController
deadlock (#7092)" (#7107) - 1a9c209 [DOCS] Add custom sharding handoff message docs (#7101)
- e8f7e17 Bump Google.Protobuf from 3.25.2 to 3.25.3 (#7100)
- f7ed2ac Fix
IMessageExtractor
technical debts in tests (#7099) - 1c8ffc3 Work on
ConsumerController
deadlock (#7092) [ #7088 ] - 18247e1 Fix missing TOC entries and page header typo (#7098)
- b62c596 Bump Microsoft.Data.SQLite from 8.0.1 to 8.0.2 (#7096)
- 5e6e969 Bulleted summary made consistent with the figure shared above regarding remote deployment (#7095)
- a8146c6 Made all snapshot tests virtual (#7093)
- f623f42 Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#7087)
- 5249940 Typo fix (#7085)
- 944875f Bump Tmds.ExecFunction from 0.6.0 to 0.7.1 (#7080)
- 46d6711 Tentative nullref fix for
LogSource
(#7078) - e78a805 Update RELEASE_NOTES.md
- 38e4ff5 Update RELEASE_NOTES.md for 1.5.16 release (#7076)
- 7bd5501 [Docs] Add AK1002 and AK1003 to index page (#7077)
- 1b30145 Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
- bdc46f2 AK1003 - Add documentation (#7072)
- 55253f3 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
- ee77d7a Use NoOffset when running query from start (#7069)
- 0cb2881 Separate Metrics business and wire format models (#7067)
- 284d33a [CS0618]
InternalFlowOperations
- Warning Disable (#6674) - 809c432 Add documentation for AK1002 (#7066)
- 3fb9247 Akka.TestKit: remove
ConfigureAwait(false)
from internal synchronous TestKit methods and fixWatch
/Unwatch
bugs (#7037) [ #7033 ] - 0782c7d Add TestKit and TestKit.Xunit2 to the api spec (#7060)
- 187caa9 Fix cluster sharding benchmark (#7061)
- 2035d9a Fix sharding entity id extractor nullability (#7059)
- 0d0d668 Remove redundant assembly title (#6796)
- fb74738 Bump Microsoft.Data.SQLite from 8.0.0 to 8.0.1 (#7055)
- 0cadeac Bump BenchmarkDotNet.Diagnostics.dotTrace, BenchmarkDotNet, System.Collections.Immutabl...
Akka.NET v1.3.19
1.3.19 May 03 2024
1.3.19 consists of non-breaking update to the remoting primitive serializer.
To see the full set of changes in Akka.NET v1.3.19, click here.
Changes:
- aa5cb07 Update RELEASE_NOTES.md for 1.3.19 release (#7183)
- 506f8d0 [1.3] Implement cross platform primitive serializer (#7182) [ #4989, #5280, #5290 ]
- f23f15f added v1.3.18 release notes (#4311)
- be94d55 Merge pull request #4310 from Aaronontheweb/v1.3.18-backport
- c8cc24f close #4246 - no throw inside EndpointReader (#4249)
- 9475326 close #3879 - disable buffer pooling in DotNetty transport (#4252)
- da53e08 Fix atomic updates of AddressTerminatedTopic._subscribers. Also, optimize the implementation to not take copies on Subscribe() or Unsubscribe(). (#4307)
- 9f2948a Fix IActorRef leaks in AddressTerminatedTopic when entity terminates immediately after unwatching a remote actor. (#4305)
- c0cec03 adding NBench 2.0 to 1.3 Akka.NET (#4293) [ #4292 ]
- 5542210 update build YAML for v1.3 (#4296)
See More
- 546a5a0 compute incremental changes against the v1.3 branch for 1.3 PRs (#4295)
- 3f8a640 fixed-Akka-logo-readme
- d96a9ce cleaned up build status table in README (#3912)
- d07b944 Update and fix readme (#3910)
- e52125b added v1.3.17 release notes
- 4d89bba Akka.Remote: don't log aborted connection as disassociation error (#4101)
- a389364 close #4099 - made ActorSystem.Dispose method block until WhenTerminated.IsComplete == true (#4105)
- 58076c3 TypeExtensions.TypeQualifiedName like in Hyperion (#4071)
- 92fd094 Fix #4083 - Endpoint receive buffer stack overflow (#4089)
- 116e6e4 Convert to ImmutableHashSet for consistency in comparison (#4090)
- a595d15 Remove string interpolation from cluster logs (#4084)
- 8f97c3c Fix/inbox actor reference (#4073)
- fed9051 Added delayed heartbeat logging (#4057)
- 23c2206 Add timeout to abort joining of seed nodes (#3863)
- fc43334 Stop DeadLetterListener on terminate if LogDeadLettersDuringShutdown is disabled (#4042)
- 4487982 Fix state non-empty check when starting HandOffStopper (#4043)
This list of changes was auto generated.
Akka.NET v1.5.20
1.5.20 April 29th 2024
Akka.NET v1.5.20 is a patch release for Akka.NET with a few bug fixes and Akka.Streams quality of life improvement.
- Cluster: Fix split brain resolver downing all nodes when failure detector records are unclean/poisoned
- TestKit: Fix
AkkaEqualException
message formatting - Core: Generate Protobuf code automatically during build
- Streams:
LogSource
quality of life improvement - Core: Fix
HashedWheelTimer
startup crash
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
5 | 360 | 93 | Aaron Stannard |
3 | 187 | 20 | Gregorius Soedharmo |
1 | 81 | 41827 | Yan Pitangui |
You can see the full set of changes for Akka.NET v1.5.20 here.
Changes:
- 3e7e1d0 Update RELEASE_NOTES.md for 1.5.20 (#7180)
- 9c63bfe Added v1.5.20 placeholder for nightly releases
- 1ef1869
HashedWheelTimer
startup crash on .NET 6+ (#7174) - 906c4d1 [Akka.Streams] make default
LogSource
s actually usable (#7168) [ #7126 ] - f8a3c88 Fix racy
FunctionRefSpecs
(#7169) - a19b825 Generate Protobuf C# objects automatically in MSBuild (#7063)
- 329b2b3 Akka.Remote.Tests: harden
ActorsLeakSpec
(#7155) - 522aad3 Fix
AkkaEqualException
message formatting (#7164) - f758869 Fix SBR unreachable observer cleanup (#7141)
- 4c5d455 Bump Akka.MultiNode.TestAdapter from 1.5.13 to 1.5.18 (#7160)
This list of changes was auto generated.
Akka.NET v1.5.19
1.5.19 April 15th 2024
Akka.NET v1.5.19 is a patch release for Akka.NET with a few bug fixes.
- Persistence.SQLite: Bump Microsoft.Data.SQLite to 8.0.4
- Core: Bump Google.Protobuf to 3.26.1
- Core: Bump Akka.Analyzer to 0.2.4
- Remote: Improve logging
- Cluster: Improve logging
- Core: Fix resource contention problem with HashedWheelTimerScheduler during start-up
- TestKit: Fix async deadlock by replacing IAsyncQueue with System.Threading.Channel
Akka.Analyzers
We've added 3 new analyzer rules to Akka.Analyzers
:
-
AK1004
AK1004 warns users to replace any
ScheduleTellOnce()
andScheduleTellRepeatedly()
invocation inside an actor to implementIWithTimers
interface instead. Documentation can be read here -
AK1005
AK1005 warns users about improper
Sender
andSelf
access from inside an async lambda callbacks inside actor implementation. Documentation can be read here -
AK1007
AK1007 is an error message for any
Timers.StartSingleTimer()
andTimers.StartPeriodicTimer()
invocation from inside the actorPreRestart()
andAroundPreRestart()
lifecycle callback methods. Documentation can be read here
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
9 | 366 | 1951 | Aaron Stannard |
9 | 14 | 14 | dependabot[bot] |
2 | 516 | 30 | Gregorius Soedharmo |
You can see the full set of changes for Akka.NET v1.5.19 here.
Changes:
- 403c76b Update RELEASE_NOTES.md for 1.5.19 release (#7159)
- 167fbac fixed compilation error (#7158)
- 2057bae Akka.TestKit: deleted
IAsyncQueue
; replaced withSystem.Threading.Channel<T>
(#7157) [ #7145 ] - 09a163e harden
AtLeastOnceDeliveryActorSpec
(#7156) - 7e30256 Fix #7130: Contention scheduling actions in HashedWheelTimerScheduler (#7144)
- 39d5015 Bump NDesk.Options.Core from 1.2.6 to 1.2.8 (#7146)
- 0ff16c6 Bump Microsoft.Data.SQLite from 8.0.3 to 8.0.4 (#7148)
- 38b6efa Bump actions/checkout from 2 to 4 (#7153)
- 0a3ffb0 Added video to DI page (#7154)
- 49fe208 improve Akka.Cluster / Akka.Remote
DeadLetter
logging (#7149)
See More
- 2d44c21 Bump github/codeql-action from 2 to 3 (#7152)
- 81beb24 Bump actions/setup-dotnet from 1 to 4 (#7151)
- eb1f8ff Update dependabot.yml
- e18674e Update dependabot.yml
- 3b86b07 Add GitHub Actions support to Dependabot (#7150)
- 6fc8d46 Bump Akka.Analyzers from 0.2.3.1 to 0.2.4 (#7143)
- 9d4c930 Update Akka.Analyzer rule documentations (#7140)
- 2e09197 Bump Google.Protobuf from 3.26.0 to 3.26.1 (#7138)
- 3ccc933 added embed for Akka.Cluster.Sharding video (#7132)
- 711c0f5 Bump Google.Protobuf from 3.25.3 to 3.26.0 (#7124)
- 40dadc4 Bump Microsoft.Data.SQLite from 8.0.2 to 8.0.3 (#7121)
- c7e945d Added v1.5.19 placeholder
This list of changes was auto generated.
Akka.NET v1.5.18
1.5.18 March 13th 2024
Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
1 | 9 | 9 | Aaron Stannard |
1 | 1 | 1 | dependabot[bot] |
You can see the full set of changes for Akka.NET v1.5.18 here.
Changes:
- d726db8 Update RELEASE_NOTES.md for 1.5.18 release (#7119)
- 251622d migrated all internal dispatchers off the dedicated thread pool and onto default thread pool (#7117)
- ffa9258 Bump FluentDateTime from 2.1.0 to 3.0.0 (#7114)
This list of changes was auto generated.
Akka.NET v1.5.17.1
1.5.17.1 March 1st 2024
Akka.NET v1.5.17.1 is a patch release for Akka.NET with a bug fix.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
1 | 1 | 1 | Gregorius Soedharmo |
1 | 1 | 1 | Aaron Stannard |
Changes:
- cd937c6 Update RELEASE_NOTES.md for 1.5.17.1 (#7112)
- dd31257 Bump Akka.Analyzers to 0.2.3.1 (#7111)
- 9d7b14d Update README.md
This list of changes was auto generated.