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
52 stars 13 forks source link

Bump AkkaVersion from 1.5.20 to 1.5.21 #457

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps AkkaVersion from 1.5.20 to 1.5.21. Updates Akka.TestKit.Xunit2 from 1.5.20 to 1.5.21

Release notes

Sourced from Akka.TestKit.Xunit2's releases.

Akka.NET v1.5.21

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Changes:

  • be52f7f656ee4fb4bec16e4176a11828a77f4e30 Add contributor table and milestone link (#7208)
  • 5b2cef5746c3bb5044362bfbe67a32afb4f4f18e Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade02517cd177571b36fc835938361070320 Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a0762ffbcb13931387ad09f93dc48f5e6d [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb27343a74631c33160b641d7d0b9586b635df Update documentation-guidelines.md (#7204)
  • 8100d3021e4ea109cb424f404ba4bd5add59e95e Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using serialize-messages=on (#7200)
  • 45b5193c701e21e4f01ed55d0c78b1af1baffc4c Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be47302425caf04bd36bacb747082d8c48f1b1f ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226e8b140215427bbd8ffd58130662d7ff28 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
  • 3f0be58a661150c3d14572cd4615b526ba5e037a fix race conditions with ReceivePersistentActorTests (#7194)
  • e470000d6ff75728fd2f89726efe91852033645d Clean up HelloWorld sample (#7192)
  • 2d2e4fb4cb966c76342352f4f00c29b76fbea6f5 Modernize ClusterTools example project (#7190)
  • da8c8bb97baeed8220f1bdd43a556d1144801b07 Fix IsInfoEnabled on Error bug (#7185) (#7186)
  • ba3639e49c528a84ea176b27234c00c9c699d30b Update RELEASE_NOTES.md
  • 3e7e1d0813892ec4afe203888e0928907438cd49 Update RELEASE_NOTES.md for 1.5.20 (#7180)
  • 9c63bfe99036f0bd30b928fabf488c112c1b2fee Added v1.5.20 placeholder for nightly releases
  • 1ef18692e5fe841199f8e57d2e4bb4dc3f42e1e5 HashedWheelTimer startup crash on .NET 6+ (#7174)
  • 906c4d1dc2bdfd298d603ffa292f5d9d299bf357 [Akka.Streams] make default LogSources actually usable (#7168) [ #7126 ]
  • f8a3c885b63933a0e1c52b0edc2fc4697921135c Fix racy FunctionRefSpecs (#7169)

... (truncated)

Changelog

Sourced from Akka.TestKit.Xunit2's changelog.

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Commits
  • be52f7f Add contributor table and milestone link (#7208)
  • 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb273 Update documentation-guidelines.md (#7204)
  • 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type ...
  • 45b5193 Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be4730 ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emit...
  • 3f0be58 fix race conditions with ReceivePersistentActorTests (#7194)
  • Additional commits viewable in compare view


Updates Akka.Cluster.Sharding from 1.5.20 to 1.5.21

Release notes

Sourced from Akka.Cluster.Sharding's releases.

Akka.NET v1.5.21

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Changes:

  • be52f7f656ee4fb4bec16e4176a11828a77f4e30 Add contributor table and milestone link (#7208)
  • 5b2cef5746c3bb5044362bfbe67a32afb4f4f18e Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade02517cd177571b36fc835938361070320 Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a0762ffbcb13931387ad09f93dc48f5e6d [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb27343a74631c33160b641d7d0b9586b635df Update documentation-guidelines.md (#7204)
  • 8100d3021e4ea109cb424f404ba4bd5add59e95e Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using serialize-messages=on (#7200)
  • 45b5193c701e21e4f01ed55d0c78b1af1baffc4c Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be47302425caf04bd36bacb747082d8c48f1b1f ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226e8b140215427bbd8ffd58130662d7ff28 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
  • 3f0be58a661150c3d14572cd4615b526ba5e037a fix race conditions with ReceivePersistentActorTests (#7194)
  • e470000d6ff75728fd2f89726efe91852033645d Clean up HelloWorld sample (#7192)
  • 2d2e4fb4cb966c76342352f4f00c29b76fbea6f5 Modernize ClusterTools example project (#7190)
  • da8c8bb97baeed8220f1bdd43a556d1144801b07 Fix IsInfoEnabled on Error bug (#7185) (#7186)
  • ba3639e49c528a84ea176b27234c00c9c699d30b Update RELEASE_NOTES.md
  • 3e7e1d0813892ec4afe203888e0928907438cd49 Update RELEASE_NOTES.md for 1.5.20 (#7180)
  • 9c63bfe99036f0bd30b928fabf488c112c1b2fee Added v1.5.20 placeholder for nightly releases
  • 1ef18692e5fe841199f8e57d2e4bb4dc3f42e1e5 HashedWheelTimer startup crash on .NET 6+ (#7174)
  • 906c4d1dc2bdfd298d603ffa292f5d9d299bf357 [Akka.Streams] make default LogSources actually usable (#7168) [ #7126 ]
  • f8a3c885b63933a0e1c52b0edc2fc4697921135c Fix racy FunctionRefSpecs (#7169)

... (truncated)

Changelog

Sourced from Akka.Cluster.Sharding's changelog.

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Commits
  • be52f7f Add contributor table and milestone link (#7208)
  • 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb273 Update documentation-guidelines.md (#7204)
  • 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type ...
  • 45b5193 Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be4730 ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emit...
  • 3f0be58 fix race conditions with ReceivePersistentActorTests (#7194)
  • Additional commits viewable in compare view


Updates Akka.Remote from 1.5.20 to 1.5.21

Release notes

Sourced from Akka.Remote's releases.

Akka.NET v1.5.21

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Changes:

  • be52f7f656ee4fb4bec16e4176a11828a77f4e30 Add contributor table and milestone link (#7208)
  • 5b2cef5746c3bb5044362bfbe67a32afb4f4f18e Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade02517cd177571b36fc835938361070320 Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a0762ffbcb13931387ad09f93dc48f5e6d [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb27343a74631c33160b641d7d0b9586b635df Update documentation-guidelines.md (#7204)
  • 8100d3021e4ea109cb424f404ba4bd5add59e95e Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using serialize-messages=on (#7200)
  • 45b5193c701e21e4f01ed55d0c78b1af1baffc4c Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be47302425caf04bd36bacb747082d8c48f1b1f ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226e8b140215427bbd8ffd58130662d7ff28 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
  • 3f0be58a661150c3d14572cd4615b526ba5e037a fix race conditions with ReceivePersistentActorTests (#7194)
  • e470000d6ff75728fd2f89726efe91852033645d Clean up HelloWorld sample (#7192)
  • 2d2e4fb4cb966c76342352f4f00c29b76fbea6f5 Modernize ClusterTools example project (#7190)
  • da8c8bb97baeed8220f1bdd43a556d1144801b07 Fix IsInfoEnabled on Error bug (#7185) (#7186)
  • ba3639e49c528a84ea176b27234c00c9c699d30b Update RELEASE_NOTES.md
  • 3e7e1d0813892ec4afe203888e0928907438cd49 Update RELEASE_NOTES.md for 1.5.20 (#7180)
  • 9c63bfe99036f0bd30b928fabf488c112c1b2fee Added v1.5.20 placeholder for nightly releases
  • 1ef18692e5fe841199f8e57d2e4bb4dc3f42e1e5 HashedWheelTimer startup crash on .NET 6+ (#7174)
  • 906c4d1dc2bdfd298d603ffa292f5d9d299bf357 [Akka.Streams] make default LogSources actually usable (#7168) [ #7126 ]
  • f8a3c885b63933a0e1c52b0edc2fc4697921135c Fix racy FunctionRefSpecs (#7169)

... (truncated)

Changelog

Sourced from Akka.Remote's changelog.

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Commits
  • be52f7f Add contributor table and milestone link (#7208)
  • 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb273 Update documentation-guidelines.md (#7204)
  • 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type ...
  • 45b5193 Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be4730 ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emit...
  • 3f0be58 fix race conditions with ReceivePersistentActorTests (#7194)
  • Additional commits viewable in compare view


Updates Akka.DistributedData from 1.5.20 to 1.5.21

Release notes

Sourced from Akka.DistributedData's releases.

Akka.NET v1.5.21

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Changes:

  • be52f7f656ee4fb4bec16e4176a11828a77f4e30 Add contributor table and milestone link (#7208)
  • 5b2cef5746c3bb5044362bfbe67a32afb4f4f18e Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade02517cd177571b36fc835938361070320 Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a0762ffbcb13931387ad09f93dc48f5e6d [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb27343a74631c33160b641d7d0b9586b635df Update documentation-guidelines.md (#7204)
  • 8100d3021e4ea109cb424f404ba4bd5add59e95e Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using serialize-messages=on (#7200)
  • 45b5193c701e21e4f01ed55d0c78b1af1baffc4c Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be47302425caf04bd36bacb747082d8c48f1b1f ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226e8b140215427bbd8ffd58130662d7ff28 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
  • 3f0be58a661150c3d14572cd4615b526ba5e037a fix race conditions with ReceivePersistentActorTests (#7194)
  • e470000d6ff75728fd2f89726efe91852033645d Clean up HelloWorld sample (#7192)
  • 2d2e4fb4cb966c76342352f4f00c29b76fbea6f5 Modernize ClusterTools example project (#7190)
  • da8c8bb97baeed8220f1bdd43a556d1144801b07 Fix IsInfoEnabled on Error bug (#7185) (#7186)
  • ba3639e49c528a84ea176b27234c00c9c699d30b Update RELEASE_NOTES.md
  • 3e7e1d0813892ec4afe203888e0928907438cd49 Update RELEASE_NOTES.md for 1.5.20 (#7180)
  • 9c63bfe99036f0bd30b928fabf488c112c1b2fee Added v1.5.20 placeholder for nightly releases
  • 1ef18692e5fe841199f8e57d2e4bb4dc3f42e1e5 HashedWheelTimer startup crash on .NET 6+ (#7174)
  • 906c4d1dc2bdfd298d603ffa292f5d9d299bf357 [Akka.Streams] make default LogSources actually usable (#7168) [ #7126 ]
  • f8a3c885b63933a0e1c52b0edc2fc4697921135c Fix racy FunctionRefSpecs (#7169)

... (truncated)

Changelog

Sourced from Akka.DistributedData's changelog.

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Commits
  • be52f7f Add contributor table and milestone link (#7208)
  • 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb273 Update documentation-guidelines.md (#7204)
  • 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type ...
  • 45b5193 Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be4730 ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emit...
  • 3f0be58 fix race conditions with ReceivePersistentActorTests (#7194)
  • Additional commits viewable in compare view


Updates Akka.Persistence from 1.5.20 to 1.5.21

Release notes

Sourced from Akka.Persistence's releases.

Akka.NET v1.5.21

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Changes:

  • be52f7f656ee4fb4bec16e4176a11828a77f4e30 Add contributor table and milestone link (#7208)
  • 5b2cef5746c3bb5044362bfbe67a32afb4f4f18e Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade02517cd177571b36fc835938361070320 Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a0762ffbcb13931387ad09f93dc48f5e6d [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb27343a74631c33160b641d7d0b9586b635df Update documentation-guidelines.md (#7204)
  • 8100d3021e4ea109cb424f404ba4bd5add59e95e Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using serialize-messages=on (#7200)
  • 45b5193c701e21e4f01ed55d0c78b1af1baffc4c Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be47302425caf04bd36bacb747082d8c48f1b1f ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226e8b140215427bbd8ffd58130662d7ff28 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
  • 3f0be58a661150c3d14572cd4615b526ba5e037a fix race conditions with ReceivePersistentActorTests (#7194)
  • e470000d6ff75728fd2f89726efe91852033645d Clean up HelloWorld sample (#7192)
  • 2d2e4fb4cb966c76342352f4f00c29b76fbea6f5 Modernize ClusterTools example project (#7190)
  • da8c8bb97baeed8220f1bdd43a556d1144801b07 Fix IsInfoEnabled on Error bug (#7185) (#7186)
  • ba3639e49c528a84ea176b27234c00c9c699d30b Update RELEASE_NOTES.md
  • 3e7e1d0813892ec4afe203888e0928907438cd49 Update RELEASE_NOTES.md for 1.5.20 (#7180)
  • 9c63bfe99036f0bd30b928fabf488c112c1b2fee Added v1.5.20 placeholder for nightly releases
  • 1ef18692e5fe841199f8e57d2e4bb4dc3f42e1e5 HashedWheelTimer startup crash on .NET 6+ (#7174)
  • 906c4d1dc2bdfd298d603ffa292f5d9d299bf357 [Akka.Streams] make default LogSources actually usable (#7168) [ #7126 ]
  • f8a3c885b63933a0e1c52b0edc2fc4697921135c Fix racy FunctionRefSpecs (#7169)

... (truncated)

Changelog

Sourced from Akka.Persistence's changelog.

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Commits
  • be52f7f Add contributor table and milestone link (#7208)
  • 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb273 Update documentation-guidelines.md (#7204)
  • 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type ...
  • 45b5193 Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be4730 ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emit...
  • 3f0be58 fix race conditions with ReceivePersistentActorTests (#7194)
  • Additional commits viewable in compare view


Updates Akka.DependencyInjection from 1.5.20 to 1.5.21

Release notes

Sourced from Akka.DependencyInjection's releases.

Akka.NET v1.5.21

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Changes:

  • be52f7f656ee4fb4bec16e4176a11828a77f4e30 Add contributor table and milestone link (#7208)
  • 5b2cef5746c3bb5044362bfbe67a32afb4f4f18e Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade02517cd177571b36fc835938361070320 Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a0762ffbcb13931387ad09f93dc48f5e6d [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb27343a74631c33160b641d7d0b9586b635df Update documentation-guidelines.md (#7204)
  • 8100d3021e4ea109cb424f404ba4bd5add59e95e Akka.Actor.Serialization: remember to serialize envelope AND underlying type when using serialize-messages=on (#7200)
  • 45b5193c701e21e4f01ed55d0c78b1af1baffc4c Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be47302425caf04bd36bacb747082d8c48f1b1f ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226e8b140215427bbd8ffd58130662d7ff28 Akka.Event: add log filtering system to prevent Akka.NET logs from being emitted in first place (#7179)
  • 3f0be58a661150c3d14572cd4615b526ba5e037a fix race conditions with ReceivePersistentActorTests (#7194)
  • e470000d6ff75728fd2f89726efe91852033645d Clean up HelloWorld sample (#7192)
  • 2d2e4fb4cb966c76342352f4f00c29b76fbea6f5 Modernize ClusterTools example project (#7190)
  • da8c8bb97baeed8220f1bdd43a556d1144801b07 Fix IsInfoEnabled on Error bug (#7185) (#7186)
  • ba3639e49c528a84ea176b27234c00c9c699d30b Update RELEASE_NOTES.md
  • 3e7e1d0813892ec4afe203888e0928907438cd49 Update RELEASE_NOTES.md for 1.5.20 (#7180)
  • 9c63bfe99036f0bd30b928fabf488c112c1b2fee Added v1.5.20 placeholder for nightly releases
  • 1ef18692e5fe841199f8e57d2e4bb4dc3f42e1e5 HashedWheelTimer startup crash on .NET 6+ (#7174)
  • 906c4d1dc2bdfd298d603ffa292f5d9d299bf357 [Akka.Streams] make default LogSources actually usable (#7168) [ #7126 ]
  • f8a3c885b63933a0e1c52b0edc2fc4697921135c Fix racy FunctionRefSpecs (#7169)

... (truncated)

Changelog

Sourced from Akka.DependencyInjection's changelog.

1.5.21 May 28th 2024

Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.

Log Message Filtering

You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the logging documentation.

New Akka.Analyzers Rule

Added AK1006 rule to suggest user to use PersistAll() and PersistAllAsync() when applicable. Documentation can be read in the documentation

COMMITS LOC+ LOC- AUTHOR
7 900 53 Aaron Stannard
5 497 1187 Gregorius Soedharmo
1 1 1 Åsmund

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

Commits
  • be52f7f Add contributor table and milestone link (#7208)
  • 5b2cef5 Update RELEASE_NOTES,md for 1.5.21 release (#7207)
  • 06e5ade Bump Akka.Analyzers to 0.2.5 (#7206)
  • ef04e3a [DOC] Add Akka.Analyzers AK1006 documentation (#7205)
  • 28cb273 Update documentation-guidelines.md (#7204)
  • 8100d30 Akka.Actor.Serialization: remember to serialize envelope AND underlying type ...
  • 45b5193 Fix missing sendOneMessageToEachGroup field in Publish (#7202)
  • 8be4730 ensure we use correct serializer in DistributedPubSubSerializerSpecs (#7199)
  • d1ed226 Akka.Event: add log filtering system to prevent Akka.NET logs from being emit...
  • 3f0be58 fix race conditions with ReceivePersistentActorTests (#7194)
  • 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 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 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)