Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Akka.Cluster.TestKit from 1.5.28 to 1.5.32 #268

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps Akka.Cluster.TestKit from 1.5.28 to 1.5.32.

Release notes

Sourced from Akka.Cluster.TestKit's releases.

Akka.NET v1.5.32

1.5.32 December 4th 2024

Akka.NET v1.5.32 is a maintenance release that addresses several bugs.

To see the full set of changes in Akka.NET v1.5.32, click here.

3 contributors since release 1.5.31

COMMITS LOC+ LOC- AUTHOR
8 750 350 Aaron Stannard
5 505 15 Gregorius Soedharmo
1 2 2 Ran Trifon

Changes:

  • 2f2bdf7f95e3cd73b05960fc22c1ac40d580f0d9 Add missing information to RELEASE_NOTES (#7404)
  • c8b1c5b72068374263eaac182db5ea49786bb10a Update RELEASE_NOTES.md for 1.5.32 release (#7403)
  • 1f448e9091d103525299eb8c5174d0ccc22511ed Added reproduction spec for missing custom mailbox when using DI (#7402)
  • 1a22e396d687aaa96cdf38da8b7a8a1f1d325e9b Akka.Cluster.Sharding: harden event-sourced RememberEntities infrastructure against transient Akka.Persistence failures (#7401) [ #7399 ]
  • 4becbdd823167b08d4261d916bdcec998a8f95ab cleaned up RememberEntitiesFailureSpecs (#7400)
  • 0968e9dbd639ddafdb44174c67a25d2902d598c7 Update books.md (#7397)
  • 0141b6ab9a94297fc73b5770afd2d068634b6757 Add note about duplicate PeriodicTimer messages when actors are busy (#7396)
  • 4ae47927da9f2539742c336acfa8ae0037fabbb7 Akka.Remote: ensure RemoteActorRef are serialized with correct Address when using multiple transports (#7393) [ #7378 ]
  • e412b58d0d50db4575937e2f86eefbba9418ac6b Harden Lease docs unit test (#7394)
  • bd8a823512a3dbafca2b3a14f4abb93fc187ba23 Added multi-transport addressing spec (#7391) [ #7378 ]
  • 866e053955bc0e6a76a5c6020d8f209b85b9a6bb Cleaned up TestTransport XML-DOC TBDs (#7390)
  • 36b0ec6dc4d8c6ecdeb6ce60896f2aeb41197989 Deprecate ClusterSingleton.Init() and add missing singleton feature to ClusterSingletonSettings (#7387)
  • 4082e9cb528e70311cda4f56579da731a50f5087 [DOCS] Add custom lease documentation (#7388)
  • 0ad0b77986bab593f2610c864c5074f930393ae1 Update RELEASE_NOTES.md
  • 84c2bcd1d241e68a72b491590f2d41d210c65441 Add v1.5.31 upgrade advisory (#7385)

This list of changes was auto generated.

Akka.NET v1.5.31

1.5.31 November 11th 2024

Akka.NET v1.5.31 is a maintenance release that addresses several bugs and added new features.

... (truncated)

Changelog

Sourced from Akka.Cluster.TestKit's changelog.

1.5.32 December 4th 2024

Akka.NET v1.5.32 is a maintenance release that addresses several bugs.

To see the full set of changes in Akka.NET v1.5.32, click here.

3 contributors since release 1.5.31

COMMITS LOC+ LOC- AUTHOR
8 750 350 Aaron Stannard
5 505 15 Gregorius Soedharmo
1 2 2 Ran Trifon

1.5.31 November 11th 2024

Akka.NET v1.5.31 is a maintenance release that addresses several bugs and added new features.

Upgrade Advisory

There is a slight change in how actor Stash behavior. In previous behavior, Stash will filter out any messages that are identical (see explanation below) when it is prepended with another. It will not do so now, which is the actual intended behavior.

This change will affect Akka.Persistence users or users who use the Stash.Prepend() method in their code. You will need to add a de-duplication code if your code depends on sending identical messages multiple times to a persistence actor while it is recovering.

Messages are considered as identical if they are sent from the same sender actor and have a payload message that Equals() to true against another message. Example payload types would be an object pointing to the same memory address (ReferenceEquals() returns true), value types (enum, primitives, structs), and classes that implements the IEquatable interface.

To see the full set of changes in Akka.NET v1.5.31, click here.

2 contributors since release 1.5.30

COMMITS LOC+ LOC- AUTHOR
9 627 154 Gregorius Soedharmo
4 133 40 Aaron Stannard

1.5.30 October 1st 2024

... (truncated)

Commits
  • 2f2bdf7 Add missing information to RELEASE_NOTES (#7404)
  • c8b1c5b Update RELEASE_NOTES.md for 1.5.32 release (#7403)
  • 1f448e9 Added reproduction spec for missing custom mailbox when using DI (#7402)
  • 1a22e39 Akka.Cluster.Sharding: harden event-sourced RememberEntities infrastructure...
  • 4becbdd cleaned up RememberEntitiesFailureSpecs (#7400)
  • 0968e9d Update books.md (#7397)
  • 0141b6a Add note about duplicate PeriodicTimer messages when actors are busy (#7396)
  • 4ae4792 Akka.Remote: ensure RemoteActorRef are serialized with correct Address wh...
  • e412b58 Harden Lease docs unit test (#7394)
  • bd8a823 Added multi-transport addressing spec (#7391)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Akka.Cluster.TestKit](https://github.com/akkadotnet/akka.net) from 1.5.28 to 1.5.32.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.28...1.5.32)

---
updated-dependencies:
- dependency-name: Akka.Cluster.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants