akkadotnet / Akka.Persistence.Redis

Redis storage for Akka.NET Persistence
Apache License 2.0
29 stars 19 forks source link

Bump AkkaVersion from 1.5.13 to 1.5.19 #321

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps AkkaVersion from 1.5.13 to 1.5.19. Updates Akka from 1.5.13 to 1.5.19

Release notes

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

1.5.18 March 13th 2024

Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.

COMMITS LOC+ LOC- AUTHOR
1 9 9 Aaron Stannard
1 1 1 dependabot[bot]

You can see the full set of changes for Akka.NET v1.5.18 here.

1.5.17.1 March 1st 2024

... (truncated)

Commits


Updates Akka.Persistence from 1.5.13 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.

1.5.18 March 13th 2024

Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.

COMMITS LOC+ LOC- AUTHOR
1 9 9 Aaron Stannard
1 1 1 dependabot[bot]

You can see the full set of changes for Akka.NET v1.5.18 here.

1.5.17.1 March 1st 2024

... (truncated)

Commits


Updates Akka.Persistence.Query from 1.5.13 to 1.5.19

Release notes

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

1.5.18 March 13th 2024

Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.

COMMITS LOC+ LOC- AUTHOR
1 9 9 Aaron Stannard
1 1 1 dependabot[bot]

You can see the full set of changes for Akka.NET v1.5.18 here.

1.5.17.1 March 1st 2024

... (truncated)

Commits


Updates Akka.Streams from 1.5.13 to 1.5.19

Release notes

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

1.5.18 March 13th 2024

Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.

COMMITS LOC+ LOC- AUTHOR
1 9 9 Aaron Stannard
1 1 1 dependabot[bot]

You can see the full set of changes for Akka.NET v1.5.18 here.

1.5.17.1 March 1st 2024

... (truncated)

Commits


Updates Akka.Persistence.TCK from 1.5.13 to 1.5.19

Release notes

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

1.5.18 March 13th 2024

Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.

COMMITS LOC+ LOC- AUTHOR
1 9 9 Aaron Stannard
1 1 1 dependabot[bot]

You can see the full set of changes for Akka.NET v1.5.18 here.

1.5.17.1 March 1st 2024

... (truncated)

Commits


Updates Akka.TestKit.Xunit2 from 1.5.13 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.

1.5.18 March 13th 2024

Akka.NET v1.5.18 is a patch release for Akka.NET with a feature addition.