akkadotnet-code-samples
akkadotnet-code-samples copied to clipboard
Bump Akka.Cluster.Sharding from 1.5.28 to 1.5.30 in /src/clustering/sharding-sqlserver
Bumps Akka.Cluster.Sharding from 1.5.28 to 1.5.30.
Release notes
Sourced from Akka.Cluster.Sharding's releases.
akka.net v1.5.30
1.5.30 October 1st 2024
Akka.NET v1.5.29 introduced an interface change on the
ISchedulerthat unfortunately caused a lot of other plugins to break due to API compatibility issues. v1.5.30 rolls back that change but still fixes the underlying bug in Akka.Persistence's handling and serialziation of timestamps without any interface changes. v1.5.29 will be deprecated from NuGet.
- DData: Remove Hyperion dependency
- Streams: Fix SelectAsync race condition bug
- Core: Add new IWithTimers API to allow sender override
- Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)
- Core: Fix AskTimeoutException message formatting bug
To see the full set of changes in Akka.NET v1.5.30, click here.
3 contributors since release 1.5.28
COMMITS LOC+ LOC- AUTHOR 8 259 104 Gregorius Soedharmo 1 10 10 Simon Cropp 1 0 1 Aaron Stannard 1.5.29 October 1st 2024
[!NOTE]
Deprecated
This version introduced breaking changes that needs to be reverted. Please use 1.5.30 instead.
Akka.NET v1.5.29 is an emergency patch release that addresses a severe bug for persistence users whom also use protobuf serializer.
- DData: Remove Hyperion dependency
- Streams: Fix SelectAsync race condition bug
- Core: Add new IWithTimers API to allow sender override
- Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)
- Core: Fix AskTimeoutException message formatting bug
To see the full set of changes in Akka.NET v1.5.29, click here.
3 contributors since release 1.5.28
COMMITS LOC+ LOC- AUTHOR 4 177 14 Gregorius Soedharmo 1 10 10 Simon Cropp 1 0 1 Aaron Stannard 1.5.28 September 5th 2024
Akka.NET v1.5.28 is a release with several bug fixes and improvements.
... (truncated)
Changelog
Sourced from Akka.Cluster.Sharding's changelog.
1.5.30 October 1st 2024
Akka.NET v1.5.29 introduced an interface change on the
ISchedulerthat unfortunately caused a lot of other plugins to break due to API compatibility issues. v1.5.30 rolls back that change but still fixes the underlying bug in Akka.Persistence's handling and serialziation of timestamps without any interface changes. v1.5.29 will be deprecated from NuGet.
- DData: Remove Hyperion dependency
- Streams: Fix SelectAsync race condition bug
- Core: Add new IWithTimers API to allow sender override
- Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)
- Core: Fix AskTimeoutException message formatting bug
To see the full set of changes in Akka.NET v1.5.30, click here.
3 contributors since release 1.5.28
COMMITS LOC+ LOC- AUTHOR 8 259 104 Gregorius Soedharmo 1 10 10 Simon Cropp 1 0 1 Aaron Stannard 1.5.29 October 1st 2024
[!NOTE]
Deprecated
This version introduced breaking changes that needs to be reverted. Please use 1.5.30 instead.
Akka.NET v1.5.29 is an emergency patch release that addresses a severe bug for persistence users whom also use protobuf serializer.
- DData: Remove Hyperion dependency
- Streams: Fix SelectAsync race condition bug
- Core: Add new IWithTimers API to allow sender override
- Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)
- Core: Fix AskTimeoutException message formatting bug
To see the full set of changes in Akka.NET v1.5.29, click here.
3 contributors since release 1.5.28
COMMITS LOC+ LOC- AUTHOR 4 177 14 Gregorius Soedharmo 1 10 10 Simon Cropp 1 0 1 Aaron Stannard
Commits
6fd8701Update RELEASE_NOTES.md for 1.5.30 release (#7355)d98d37fFix SnapshotMetadata.Timestamp bug (#7354)e5aebedRevert #7349 and #7352 (#7353)f5c4e63Fix unit tests related to the Persistence DateTime bug (#7352)5db9d86Update RELEASE_NOTES.md for 1.5.29 release (#7351)42dfbceFix AskTimeoutException message formatting bug (#7350)33fd92dFix DateTimeOffset.DateTime UTC bug (#7349)c295010sdk 8.0.402 (#7348)554086cAdd IWithTimers API with sender override (#7341)8e2e11dStreams: Fix SelectAsync race condition bug (#7338)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Superseded by #224.