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.18 to 1.5.19 #233

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps Akka.Cluster.TestKit from 1.5.18 to 1.5.19.

Release notes

Sourced from Akka.Cluster.TestKit's releases.

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.

Akka.Analyzers

We've added 3 new analyzer rules to Akka.Analyzers:

  • AK1004

    AK1004 warns users to replace any ScheduleTellOnce() and ScheduleTellRepeatedly() invocation inside an actor to implement IWithTimers interface instead. Documentation can be read here

  • AK1005

    AK1005 warns users about improper Sender and Self 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() and Timers.StartPeriodicTimer() invocation from inside the actor PreRestart() and AroundPreRestart() 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:

  • 403c76b1827011c0260bb1a6c05d86f956b74eb9 Update RELEASE_NOTES.md for 1.5.19 release (#7159)
  • 167fbac35bd5b8a0b43f49e28e5c854149ef048c fixed compilation error (#7158)
  • 2057baefe97cf0867a4637676e10f562334de71c Akka.TestKit: deleted IAsyncQueue; replaced with System.Threading.Channel<T> (#7157) [ #7145 ]
  • 09a163ee24b252f51d4b439dc238976f3bf0fb38 harden AtLeastOnceDeliveryActorSpec (#7156)
  • 7e30256d8304bf60900440f3401523d31a420a64 Fix #7130: Contention scheduling actions in HashedWheelTimerScheduler (#7144)
  • 39d50159ccedcf630737a96dbd986ac9917a31d4 Bump NDesk.Options.Core from 1.2.6 to 1.2.8 (#7146)
  • 0ff16c6ff0588ef05c74dcae8ec554ab9c5cbcd2 Bump Microsoft.Data.SQLite from 8.0.3 to 8.0.4 (#7148)
  • 38b6efa860ee6a98277fda499edcf39dc61c75b8 Bump actions/checkout from 2 to 4 (#7153)
  • 0a3ffb0d6a3c85d8e1e26d4ea29758f52b56eb48 Added video to DI page (#7154)
  • 49fe208f61725b30f917ee6812e75d3779e723c4 improve Akka.Cluster / Akka.Remote DeadLetter logging (#7149)

... (truncated)

Changelog

Sourced from Akka.Cluster.TestKit's changelog.

1.5.19 April 15th 2024

Akka.NET v1.5.19 is a patch release for Akka.NET with a few bug fixes.

Akka.Analyzers

We've added 3 new analyzer rules to Akka.Analyzers:

  • AK1004

    AK1004 warns users to replace any ScheduleTellOnce() and ScheduleTellRepeatedly() invocation inside an actor to implement IWithTimers interface instead. Documentation can be read here

  • AK1005

    AK1005 warns users about improper Sender and Self 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() and Timers.StartPeriodicTimer() invocation from inside the actor PreRestart() and AroundPreRestart() 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.

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 16, 2024
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) April 19, 2024 19:54
@Arkatufus
Copy link
Contributor

@dependabot rebase

Bumps [Akka.Cluster.TestKit](https://github.com/akkadotnet/akka.net) from 1.5.18 to 1.5.19.
- [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.18...1.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Akka.Cluster.TestKit-1.5.19 branch from 07c4b5b to 6c1f6a3 Compare April 19, 2024 20:03
@Aaronontheweb Aaronontheweb merged commit 74a9ccb into dev Apr 19, 2024
4 checks passed
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Akka.Cluster.TestKit-1.5.19 branch April 19, 2024 20:08
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.

None yet

2 participants