akkadotnet / Akka.Hosting

Akka.Hosting - standardized Akka.NET hosting without any HOCON configuration. Ties into Microsoft.Extensions.Configuration, Logging, Hosting, and DependencyInjection.
Apache License 2.0
56 stars 13 forks source link

Bump AkkaVersion from 1.5.18 to 1.5.19 #446

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps AkkaVersion from 1.5.18 to 1.5.19. Updates Akka.TestKit.Xunit2 from 1.5.18 to 1.5.19

Release notes

Sourced from Akka.TestKit.Xunit2'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.TestKit.Xunit2'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


Updates Akka.Cluster.Sharding from 1.5.18 to 1.5.19

Release notes

Sourced from Akka.Cluster.Sharding'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.Sharding'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


Updates Akka.Remote from 1.5.18 to 1.5.19

Release notes

Sourced from Akka.Remote'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.Remote'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


Updates Akka.DistributedData from 1.5.18 to 1.5.19

Release notes

Sourced from Akka.DistributedData'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.DistributedData'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


Updates Akka.Persistence from 1.5.18 to 1.5.19

Release notes

Sourced from Akka.Persistence'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.Persistence'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


Updates Akka.DependencyInjection from 1.5.18 to 1.5.19

Release notes

Sourced from Akka.DependencyInjection'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.DependencyInjection'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 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 ignore conditions` will show all of the ignore conditions of the specifie... _Description has been truncated_