1.5.5 May 4th 2023
- TestKit: Add new variant of
ExpectAll
that accepts predicates - FSharp: Downgrade FSharp to v6.0.5
- Core: Bump Google.Protobuf from 3.22.1 to 3.22.3
- Core: Fix ByteString to check for index bounds
- Core: Fix ReceiveActor ReceiveAsync ReceiveTimeout bug
- Core: Fix race condition inside FastLazy
If you want to see the full set of changes made in Akka.NET v1.5.5, click here.
7 contributors since release 1.5.4
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
16 | 68 | 34 | Ebere Abanonu |
9 | 598 | 1053 | Simon Cropp |
4 | 4 | 4 | dependabot[bot] |
2 | 229 | 5 | Gregorius Soedharmo |
1 | 33 | 28 | Aaron Stannard |
1 | 256 | 3 | Malcolm Learner |
1 | 148 | 140 | Sergey Popov |
Changes:
- 8a26155 Update RELEASE_NOTES.md for v1.5.5 release (#6728)
- f1eba91 [CS0420]
ActorCell
Warning Disable (#6683) - 4b19cd1 [CS0618]
GraphDslCompileSpec
- Warning Disable (#6680) - 502370e [CS0612]
QueryEventsSql
Warning Disable (#6702) - b7ec446 use Directory.Build.props convention (#6724)
- 7d5fb2b use some pattern matching (#6715)
- c2559ff Fix FastLazy race condition and waiting thread hanging (#6336) (#6707)
- 541ffc9 Fix ReceiveAsync resetting ReceiveTimeout (#6718)
- 95000a6 use Polyfill (#6693)
- cb9362a remove an empty finally (#6716)
See More
- be59e3a inline some out variables (#6712)
- 53333bb simplify TryGetByName (#6711)
- 90d6349 [CS0618] AbstractStage Warning Disable (#6672)
- 29b1513 remove some casts (#6710)
- 24dec7f [CS0618]
Serializer
Warning Disable (#6703) - a1a371d added real bounds checking to
ByteString.Slice
(#6709) - 9676cc1 remove redundant DefineConstants RELEASE (#6695)
- 48a6054 Bump Verify.Xunit from 19.14.0 to 19.14.1 (#6706)
- d2a4db3 Bump Verify.Xunit from 19.13.1 to 19.14.0 (#6701)
- d04a23c [CS0414]
AsyncWriteJournal
:_continuationOptions
value is never used (#6698) - faaf9b2 [CS1998]
ClusterHeartbeatReceiverSpec
This async method lacksawait
operators (#6699) - dcdf45f remove duplicate copyrights (#6696)
- 7533c92 [CS0168]
ShardRegion
(#6700) - 0bf9082 Bump Google.Protobuf from 3.22.1 to 3.22.3 (#6648)
- 0f3b42d Bump Verify.Xunit from 19.13.0 to 19.13.1 (#6692)
- 468f167 [CS0618]
StreamRefsSpec
Sink.ActorRef<TIn>(IActorRef, object)
is obsolete (#6691) - 79425f6 [CS0618]
ActorRefSinkSpec
Sink.ActorRef<TIn>(IActorRef, object)
is obsolete (#6690) - 331dc1b [Fix][CS0168]
RemoteDeploymentDeathWatchSpec
- The variable 'ex' never used (#6681) - 9b532ac [CS0660][CS0661]
TestActorRef
Warning Disable (#6686) - f55da53 [CS0618][Stage] Warning Disable (#6676)
- 4b8924d Bump back to
FSharp.Core
6.0.5
(#6688) - 54259a3 [Fix][CS0169]
RemoteReDeploymentSpec
- The field_identify
is never used (#6682) - 0c1120e [DependencyInjection] Stashing actor spec (#6689)
- 7e1cc7b [Issue #6667] New methods and tests to enable "ExpectAll" with Predicates (#6668)
- 1f029df [fix][DependencyResolverSetup] Ambiguous reference in cref attribute (#6678)
This list of changes was auto generated.