akkadotnet / Akka.Persistence.MongoDB

MongoDB support for Akka.Persistence
Apache License 2.0
31 stars 36 forks source link

Bump AkkaVersion from 1.5.12 to 1.5.13 #358

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps AkkaVersion from 1.5.12 to 1.5.13. Updates Akka.Persistence.Query from 1.5.12 to 1.5.13

Release notes

Sourced from Akka.Persistence.Query's releases.

Akka.NET v1.5.13

1.5.13 August 26th 2023

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13, click here.

COMMITS LOC+ LOC- AUTHOR
18 25 25 dependabot[bot]
6 435 200 Gregorius Soedharmo
4 512 293 Aaron Stannard
2 3 7 Simon Cropp
1 7 0 Sergey Popov
1 66 17 Ismael Hamed
1 1 1 HamzaAmjad-RG

Changes:

  • 51f0574081f857f155674fc3e81c58b4d09a9e1a Update RELEASE_NOTES.md for 1.5.13 release (#6922)
  • 8c8d1918bf7fa916de03c9644435c380bfe039b7 * clean up and optimize actor name validation. (#6919)
  • 15bb5ca79d731db02d4e556a91f60bdf5691ea95 Bump Microsoft.Data.SQLite from 7.0.10 to 7.0.11 (#6917)
  • cd8b8bc6a31a3fc9ed4e2f33494abea2c58d6b24 Bump Google.Protobuf from 3.24.1 to 3.24.3 (#6909)
  • f4445d4300de1553dab22d204cd41f1c09fd3e3e Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.7 to 0.13.8 (#6910)
  • eb5703a55b0d919ad92167905ef03e7d92190d38 Fix build documentation redirect link (#6912)
  • 1cded6da2dcbdf1d0e9e7d77cfbf4f4ab7800548 Bump BenchmarkDotNet from 0.13.7 to 0.13.8 (#6908)
  • f2025e3eff9f353c882ac8bbcb56cb30ec4dbf0e Fix possible NRE bug in Dispatchers (#6906)
  • 067bd76319c516546e184cac91a3c5d12ea75b29 remove redundant langversion (#6902)
  • 42fbc8398e77656cb04eed7fbb438373d18b2478 Bump Polyfill from 1.24.1 to 1.27.1 (#6899)
  • f5ce02c8a879cc6a0f16b73278512122b073b532 Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#6900)
  • 2f554be865cba9f0dd01208d91dd48b74f1ebe24 Bump Verify.Xunit from 20.8.1 to 20.8.2 (#6895)
  • a91bb5e02994f11d5af85e83c3e898d3565ea378 Akka.Actor: tuck all scheduled Tell messages into IScheduledMsg envelope (#6461)
  • 24cbbb359b232f5ee8054cd938640cfada52035f Update RELEASE_NOTES.md for 1.5.13-beta1 release (#6894)
  • 0c49fdb8fbd567be28587b66bc34062cfec3a31e Fixed DDataShardCoordinator NullReferenceException (#6892) [ #6890 ]
  • 8b2ded4c53f72297246f98797e04b882421b814c Bump Google.Protobuf from 3.24.0 to 3.24.1 (#6891)

... (truncated)

Changelog

Sourced from Akka.Persistence.Query's changelog.

1.5.13 August 26th 2023

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13, click here.

COMMITS LOC+ LOC- AUTHOR
18 25 25 dependabot[bot]
6 435 200 Gregorius Soedharmo
4 512 293 Aaron Stannard
2 3 7 Simon Cropp
1 7 0 Sergey Popov
1 66 17 Ismael Hamed
1 1 1 HamzaAmjad-RG

1.5.13-beta1 August 26th 2023

Akka.NET v1.5.13-beta1 is a maintenance release with several performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13-beta1, click here.

COMMITS LOC+ LOC- AUTHOR
11 15 15 dependabot[bot]
3 302 143 Aaron Stannard
2 384 195 Gregorius Soedharmo
1 7 0 Sergey Popov

... (truncated)

Commits


Updates Akka.Streams from 1.5.12 to 1.5.13

Release notes

Sourced from Akka.Streams's releases.

Akka.NET v1.5.13

1.5.13 August 26th 2023

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13, click here.

COMMITS LOC+ LOC- AUTHOR
18 25 25 dependabot[bot]
6 435 200 Gregorius Soedharmo
4 512 293 Aaron Stannard
2 3 7 Simon Cropp
1 7 0 Sergey Popov
1 66 17 Ismael Hamed
1 1 1 HamzaAmjad-RG

Changes:

  • 51f0574081f857f155674fc3e81c58b4d09a9e1a Update RELEASE_NOTES.md for 1.5.13 release (#6922)
  • 8c8d1918bf7fa916de03c9644435c380bfe039b7 * clean up and optimize actor name validation. (#6919)
  • 15bb5ca79d731db02d4e556a91f60bdf5691ea95 Bump Microsoft.Data.SQLite from 7.0.10 to 7.0.11 (#6917)
  • cd8b8bc6a31a3fc9ed4e2f33494abea2c58d6b24 Bump Google.Protobuf from 3.24.1 to 3.24.3 (#6909)
  • f4445d4300de1553dab22d204cd41f1c09fd3e3e Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.7 to 0.13.8 (#6910)
  • eb5703a55b0d919ad92167905ef03e7d92190d38 Fix build documentation redirect link (#6912)
  • 1cded6da2dcbdf1d0e9e7d77cfbf4f4ab7800548 Bump BenchmarkDotNet from 0.13.7 to 0.13.8 (#6908)
  • f2025e3eff9f353c882ac8bbcb56cb30ec4dbf0e Fix possible NRE bug in Dispatchers (#6906)
  • 067bd76319c516546e184cac91a3c5d12ea75b29 remove redundant langversion (#6902)
  • 42fbc8398e77656cb04eed7fbb438373d18b2478 Bump Polyfill from 1.24.1 to 1.27.1 (#6899)
  • f5ce02c8a879cc6a0f16b73278512122b073b532 Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#6900)
  • 2f554be865cba9f0dd01208d91dd48b74f1ebe24 Bump Verify.Xunit from 20.8.1 to 20.8.2 (#6895)
  • a91bb5e02994f11d5af85e83c3e898d3565ea378 Akka.Actor: tuck all scheduled Tell messages into IScheduledMsg envelope (#6461)
  • 24cbbb359b232f5ee8054cd938640cfada52035f Update RELEASE_NOTES.md for 1.5.13-beta1 release (#6894)
  • 0c49fdb8fbd567be28587b66bc34062cfec3a31e Fixed DDataShardCoordinator NullReferenceException (#6892) [ #6890 ]
  • 8b2ded4c53f72297246f98797e04b882421b814c Bump Google.Protobuf from 3.24.0 to 3.24.1 (#6891)

... (truncated)

Changelog

Sourced from Akka.Streams's changelog.

1.5.13 August 26th 2023

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13, click here.

COMMITS LOC+ LOC- AUTHOR
18 25 25 dependabot[bot]
6 435 200 Gregorius Soedharmo
4 512 293 Aaron Stannard
2 3 7 Simon Cropp
1 7 0 Sergey Popov
1 66 17 Ismael Hamed
1 1 1 HamzaAmjad-RG

1.5.13-beta1 August 26th 2023

Akka.NET v1.5.13-beta1 is a maintenance release with several performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13-beta1, click here.

COMMITS LOC+ LOC- AUTHOR
11 15 15 dependabot[bot]
3 302 143 Aaron Stannard
2 384 195 Gregorius Soedharmo
1 7 0 Sergey Popov

... (truncated)

Commits


Updates Akka.Persistence.TCK from 1.5.12 to 1.5.13

Release notes

Sourced from Akka.Persistence.TCK's releases.

Akka.NET v1.5.13

1.5.13 August 26th 2023

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13, click here.

COMMITS LOC+ LOC- AUTHOR
18 25 25 dependabot[bot]
6 435 200 Gregorius Soedharmo
4 512 293 Aaron Stannard
2 3 7 Simon Cropp
1 7 0 Sergey Popov
1 66 17 Ismael Hamed
1 1 1 HamzaAmjad-RG

Changes:

  • 51f0574081f857f155674fc3e81c58b4d09a9e1a Update RELEASE_NOTES.md for 1.5.13 release (#6922)
  • 8c8d1918bf7fa916de03c9644435c380bfe039b7 * clean up and optimize actor name validation. (#6919)
  • 15bb5ca79d731db02d4e556a91f60bdf5691ea95 Bump Microsoft.Data.SQLite from 7.0.10 to 7.0.11 (#6917)
  • cd8b8bc6a31a3fc9ed4e2f33494abea2c58d6b24 Bump Google.Protobuf from 3.24.1 to 3.24.3 (#6909)
  • f4445d4300de1553dab22d204cd41f1c09fd3e3e Bump BenchmarkDotNet.Diagnostics.dotTrace from 0.13.7 to 0.13.8 (#6910)
  • eb5703a55b0d919ad92167905ef03e7d92190d38 Fix build documentation redirect link (#6912)
  • 1cded6da2dcbdf1d0e9e7d77cfbf4f4ab7800548 Bump BenchmarkDotNet from 0.13.7 to 0.13.8 (#6908)
  • f2025e3eff9f353c882ac8bbcb56cb30ec4dbf0e Fix possible NRE bug in Dispatchers (#6906)
  • 067bd76319c516546e184cac91a3c5d12ea75b29 remove redundant langversion (#6902)
  • 42fbc8398e77656cb04eed7fbb438373d18b2478 Bump Polyfill from 1.24.1 to 1.27.1 (#6899)
  • f5ce02c8a879cc6a0f16b73278512122b073b532 Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#6900)
  • 2f554be865cba9f0dd01208d91dd48b74f1ebe24 Bump Verify.Xunit from 20.8.1 to 20.8.2 (#6895)
  • a91bb5e02994f11d5af85e83c3e898d3565ea378 Akka.Actor: tuck all scheduled Tell messages into IScheduledMsg envelope (#6461)
  • 24cbbb359b232f5ee8054cd938640cfada52035f Update RELEASE_NOTES.md for 1.5.13-beta1 release (#6894)
  • 0c49fdb8fbd567be28587b66bc34062cfec3a31e Fixed DDataShardCoordinator NullReferenceException (#6892) [ #6890 ]
  • 8b2ded4c53f72297246f98797e04b882421b814c Bump Google.Protobuf from 3.24.0 to 3.24.1 (#6891)

... (truncated)

Changelog

Sourced from Akka.Persistence.TCK's changelog.

1.5.13 August 26th 2023

Akka.NET v1.5.13 is a maintenance release with several bug fixes and also performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13, click here.

COMMITS LOC+ LOC- AUTHOR
18 25 25 dependabot[bot]
6 435 200 Gregorius Soedharmo
4 512 293 Aaron Stannard
2 3 7 Simon Cropp
1 7 0 Sergey Popov
1 66 17 Ismael Hamed
1 1 1 HamzaAmjad-RG

1.5.13-beta1 August 26th 2023

Akka.NET v1.5.13-beta1 is a maintenance release with several performance and QOL improvements.

If you want to see the full set of changes made in Akka.NET v1.5.13-beta1, click here.

COMMITS LOC+ LOC- AUTHOR
11 15 15 dependabot[bot]
3 302 143 Aaron Stannard
2 384 195 Gregorius Soedharmo
1 7 0 Sergey Popov

... (truncated)

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 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)