akkadotnet / Akka.Persistence.PostgreSql

Akka.Persistence.PostgreSql provider
Apache License 2.0
32 stars 35 forks source link

Bump AkkaVersion from 1.5.0-beta3 to 1.5.0-beta4 #184

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps AkkaVersion from 1.5.0-beta3 to 1.5.0-beta4. Updates Akka.Persistence.Sql.Common from 1.5.0-beta3 to 1.5.0-beta4

Release notes

Sourced from Akka.Persistence.Sql.Common's releases.

Akka.NET v1.5.0-beta4

1.5.0-beta4 February 28th 2023

Version 1.5.0-beta4 contains breaking API changes and new API changes for Akka.NET.

COMMITS LOC+ LOC- AUTHOR
2 110 37 Aaron Stannard
1 253 7 Gregorius Soedharmo

Changes:

  • 9087be776f47d03c63ce4bfff8544462c4a5a16f added v1.5.0-beta4 release notes (#6470)
  • 963e6b80d9b2b0d7242d4dcfe4ca1f8ca7a3eeff [PORT #6250] Make transport adapter messages public (#6469)
  • 4d9cfb44eb6aca14133b8ae0d42a0101c86ca5f2 fixed issues with AwaitConditionAsync (#6467)
  • f0a63c53c809cdb3ad41713b55dfe8208b193799 copy Obsolete attributes to Akka.Persistence.TCK (#6465)
  • c7ac23b360c5bcc2826729536cc43ef1d5a475da added 1.5.0-beta3 release notes (#6464)
  • a2ee84e9dcaab150a2705957cc4cd7ff79bd3521 remove ancient Mono work-around in ActorSystemImpl (#6463)
  • 6d2d83cac78ded7fabae0b50733cd64bf795fd6c Remove NameAndUuid from Akka.Actor (#6460)
  • 35cb6df9cd662776c2113912b875c3a4d6c1cc12 Use ActorSystem for Materializer (#6453)
  • 21a3d316190d0b44c3dd06913cdbe17dc6352166 Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#6423)
  • 3ec5ea06eb918c36147e5fb0b7dad55e9e60999a Remove obsolete methods from Akka.IO (#6456)
  • 026f737c098ffc229101d1aba7917588d15926cf Remove obsolete methods from Akka.Event and Akka.Dispatch (#6457)
  • c513a011bb3ea76634e7d83e9768b86bf8246e60 Remove obsolete methods from Akka.Routing (#6455)
  • 8f186198545e24042b984d10036ac8419283dc56 Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 (#6454)
  • 76b1e805501a071c837dc4c5c13528f8e954e823 Update Obsolete attribute guideline (#6452)
  • 99bbd801a0cc34973bbfa18efd967260e524a68c Remove all obsolete methods from Akka.Cluster.Sharding (#6441)
  • 750acb3203fb7334f97b00e6cf3466a3c4419779 Revert obsolete DData constructor changes (#6451)
  • f4078ccbecb544a38746e2c6ba54c20850664206 Remove obsolete methods from Akka.DistributedData (#6443)
  • d25b669f3991dc7e0e167126d0d262d7660a662f Remove obsolete methods and properties from Akka.Cluster (#6445)
  • 9c6501c7c89a91316559786444beab7c87e2565d Set akka.persistence.query.journal.sql.max-concurrent-queries = 100 by default (#6449)
  • 994f1e7eedd6543458ad8ddac6109924aef37e11 Append message content to deadletter log message (#6448)
  • 4da2f29ef7d92891a652e07fa60addf44e9e5e3a Bump Fsharp.Core from 6.0.6 to 7.0.200 (#6402)
  • 0bc246476ec78d3055be50a7655b8dbd44eb6814 Akka.Persistence.Query Throttling implementation - "QueryPermitter" (#6436)
  • f0ff08aa7cab4eb518df7e65913d858ab201ae59 Remove obsolete methods from Akka.Persistence (#6447)
  • 90e87700b706bfb919dc44ab019fced46896ba40 Remove obsolete methods from Akka.Cluster.Tools (#6442)
  • da1fceb9019fcfb18283d2c01a753dad43408045 Akka.Streams: memory-optimize ActorMaterializer HOCON injection (#6440)
  • 05cfaca27c41f213add1abdfbe37ea0558dce0e2 Remove DeprecatedSchedulerExtensions (#6438)
  • 0e75c68a2c9f4bfe2ed10ce6ba02addfe28a9f30 Remove TypedActor (#6437)
  • 30e762c8c3abecc4b203827f6c30bda061ad13da added v1.5.0-beta2 release notes (#6434)
  • bd793f03f7249dea6e1cc59bf225b8d844371d9c Bump Google.Protobuf from 3.21.12 to 3.22.0 (#6410)
  • 32b832b727a27e115fd96629e29e5d95f2f95815 Akka.Persistence: improve AsyncWriteJournal and PersistentActor performance (#6432)
  • e58b04185401389f62487592786eb21200611f93 Remove unsafe implicit conversion operators in AtomicBoolean and AtomicReference<T> (#6429)
  • ac3c06ad087030d4c480356cd3bfc966c970dae4 Standardize on C# 11.0 (#6431) [ #11 ]
  • ee2513c93b65f5792988fd1bca653cedfd011956 close #5506 - deleted PersistenceBenchmark (#6428)

... (truncated)

Changelog

Sourced from Akka.Persistence.Sql.Common's changelog.

1.5.0-beta4 February 28th 2023

Version 1.5.0-beta4 contains breaking API changes and new API changes for Akka.NET.

COMMITS LOC+ LOC- AUTHOR
2 110 37 Aaron Stannard
1 253 7 Gregorius Soedharmo
Commits


Updates Akka.Persistence.Sql.TestKit from 1.5.0-beta3 to 1.5.0-beta4

Release notes

Sourced from Akka.Persistence.Sql.TestKit's releases.

Akka.NET v1.5.0-beta4

1.5.0-beta4 February 28th 2023

Version 1.5.0-beta4 contains breaking API changes and new API changes for Akka.NET.

COMMITS LOC+ LOC- AUTHOR
2 110 37 Aaron Stannard
1 253 7 Gregorius Soedharmo

Changes:

  • 9087be776f47d03c63ce4bfff8544462c4a5a16f added v1.5.0-beta4 release notes (#6470)
  • 963e6b80d9b2b0d7242d4dcfe4ca1f8ca7a3eeff [PORT #6250] Make transport adapter messages public (#6469)
  • 4d9cfb44eb6aca14133b8ae0d42a0101c86ca5f2 fixed issues with AwaitConditionAsync (#6467)
  • f0a63c53c809cdb3ad41713b55dfe8208b193799 copy Obsolete attributes to Akka.Persistence.TCK (#6465)
  • c7ac23b360c5bcc2826729536cc43ef1d5a475da added 1.5.0-beta3 release notes (#6464)
  • a2ee84e9dcaab150a2705957cc4cd7ff79bd3521 remove ancient Mono work-around in ActorSystemImpl (#6463)
  • 6d2d83cac78ded7fabae0b50733cd64bf795fd6c Remove NameAndUuid from Akka.Actor (#6460)
  • 35cb6df9cd662776c2113912b875c3a4d6c1cc12 Use ActorSystem for Materializer (#6453)
  • 21a3d316190d0b44c3dd06913cdbe17dc6352166 Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#6423)
  • 3ec5ea06eb918c36147e5fb0b7dad55e9e60999a Remove obsolete methods from Akka.IO (#6456)
  • 026f737c098ffc229101d1aba7917588d15926cf Remove obsolete methods from Akka.Event and Akka.Dispatch (#6457)
  • c513a011bb3ea76634e7d83e9768b86bf8246e60 Remove obsolete methods from Akka.Routing (#6455)
  • 8f186198545e24042b984d10036ac8419283dc56 Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 (#6454)
  • 76b1e805501a071c837dc4c5c13528f8e954e823 Update Obsolete attribute guideline (#6452)
  • 99bbd801a0cc34973bbfa18efd967260e524a68c Remove all obsolete methods from Akka.Cluster.Sharding (#6441)
  • 750acb3203fb7334f97b00e6cf3466a3c4419779 Revert obsolete DData constructor changes (#6451)
  • f4078ccbecb544a38746e2c6ba54c20850664206 Remove obsolete methods from Akka.DistributedData (#6443)
  • d25b669f3991dc7e0e167126d0d262d7660a662f Remove obsolete methods and properties from Akka.Cluster (#6445)
  • 9c6501c7c89a91316559786444beab7c87e2565d Set akka.persistence.query.journal.sql.max-concurrent-queries = 100 by default (#6449)
  • 994f1e7eedd6543458ad8ddac6109924aef37e11 Append message content to deadletter log message (#6448)
  • 4da2f29ef7d92891a652e07fa60addf44e9e5e3a Bump Fsharp.Core from 6.0.6 to 7.0.200 (#6402)
  • 0bc246476ec78d3055be50a7655b8dbd44eb6814 Akka.Persistence.Query Throttling implementation - "QueryPermitter" (#6436)
  • f0ff08aa7cab4eb518df7e65913d858ab201ae59 Remove obsolete methods from Akka.Persistence (#6447)
  • 90e87700b706bfb919dc44ab019fced46896ba40 Remove obsolete methods from Akka.Cluster.Tools (#6442)
  • da1fceb9019fcfb18283d2c01a753dad43408045 Akka.Streams: memory-optimize ActorMaterializer HOCON injection (#6440)
  • 05cfaca27c41f213add1abdfbe37ea0558dce0e2 Remove DeprecatedSchedulerExtensions (#6438)
  • 0e75c68a2c9f4bfe2ed10ce6ba02addfe28a9f30 Remove TypedActor (#6437)
  • 30e762c8c3abecc4b203827f6c30bda061ad13da added v1.5.0-beta2 release notes (#6434)
  • bd793f03f7249dea6e1cc59bf225b8d844371d9c Bump Google.Protobuf from 3.21.12 to 3.22.0 (#6410)
  • 32b832b727a27e115fd96629e29e5d95f2f95815 Akka.Persistence: improve AsyncWriteJournal and PersistentActor performance (#6432)
  • e58b04185401389f62487592786eb21200611f93 Remove unsafe implicit conversion operators in AtomicBoolean and AtomicReference<T> (#6429)
  • ac3c06ad087030d4c480356cd3bfc966c970dae4 Standardize on C# 11.0 (#6431) [ #11 ]
  • ee2513c93b65f5792988fd1bca653cedfd011956 close #5506 - deleted PersistenceBenchmark (#6428)

... (truncated)

Changelog

Sourced from Akka.Persistence.Sql.TestKit's changelog.

1.5.0-beta4 February 28th 2023

Version 1.5.0-beta4 contains breaking API changes and new API changes for Akka.NET.

COMMITS LOC+ LOC- AUTHOR
2 110 37 Aaron Stannard
1 253 7 Gregorius Soedharmo
Commits


Updates Akka.TestKit.Xunit2 from 1.5.0-beta3 to 1.5.0-beta4

Release notes

Sourced from Akka.TestKit.Xunit2's releases.

Akka.NET v1.5.0-beta4

1.5.0-beta4 February 28th 2023

Version 1.5.0-beta4 contains breaking API changes and new API changes for Akka.NET.

COMMITS LOC+ LOC- AUTHOR
2 110 37 Aaron Stannard
1 253 7 Gregorius Soedharmo

Changes:

  • 9087be776f47d03c63ce4bfff8544462c4a5a16f added v1.5.0-beta4 release notes (#6470)
  • 963e6b80d9b2b0d7242d4dcfe4ca1f8ca7a3eeff [PORT #6250] Make transport adapter messages public (#6469)
  • 4d9cfb44eb6aca14133b8ae0d42a0101c86ca5f2 fixed issues with AwaitConditionAsync (#6467)
  • f0a63c53c809cdb3ad41713b55dfe8208b193799 copy Obsolete attributes to Akka.Persistence.TCK (#6465)
  • c7ac23b360c5bcc2826729536cc43ef1d5a475da added 1.5.0-beta3 release notes (#6464)
  • a2ee84e9dcaab150a2705957cc4cd7ff79bd3521 remove ancient Mono work-around in ActorSystemImpl (#6463)
  • 6d2d83cac78ded7fabae0b50733cd64bf795fd6c Remove NameAndUuid from Akka.Actor (#6460)
  • 35cb6df9cd662776c2113912b875c3a4d6c1cc12 Use ActorSystem for Materializer (#6453)
  • 21a3d316190d0b44c3dd06913cdbe17dc6352166 Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#6423)
  • 3ec5ea06eb918c36147e5fb0b7dad55e9e60999a Remove obsolete methods from Akka.IO (#6456)
  • 026f737c098ffc229101d1aba7917588d15926cf Remove obsolete methods from Akka.Event and Akka.Dispatch (#6457)
  • c513a011bb3ea76634e7d83e9768b86bf8246e60 Remove obsolete methods from Akka.Routing (#6455)
  • 8f186198545e24042b984d10036ac8419283dc56 Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 (#6454)
  • 76b1e805501a071c837dc4c5c13528f8e954e823 Update Obsolete attribute guideline (#6452)
  • 99bbd801a0cc34973bbfa18efd967260e524a68c Remove all obsolete methods from Akka.Cluster.Sharding (#6441)
  • 750acb3203fb7334f97b00e6cf3466a3c4419779 Revert obsolete DData constructor changes (#6451)
  • f4078ccbecb544a38746e2c6ba54c20850664206 Remove obsolete methods from Akka.DistributedData (#6443)
  • d25b669f3991dc7e0e167126d0d262d7660a662f Remove obsolete methods and properties from Akka.Cluster (#6445)
  • 9c6501c7c89a91316559786444beab7c87e2565d Set akka.persistence.query.journal.sql.max-concurrent-queries = 100 by default (#6449)
  • 994f1e7eedd6543458ad8ddac6109924aef37e11 Append message content to deadletter log message (#6448)
  • 4da2f29ef7d92891a652e07fa60addf44e9e5e3a Bump Fsharp.Core from 6.0.6 to 7.0.200 (#6402)
  • 0bc246476ec78d3055be50a7655b8dbd44eb6814 Akka.Persistence.Query Throttling implementation - "QueryPermitter" (#6436)
  • f0ff08aa7cab4eb518df7e65913d858ab201ae59 Remove obsolete methods from Akka.Persistence (#6447)
  • 90e87700b706bfb919dc44ab019fced46896ba40 Remove obsolete methods from Akka.Cluster.Tools (#6442)
  • da1fceb9019fcfb18283d2c01a753dad43408045 Akka.Streams: memory-optimize ActorMaterializer HOCON injection (#6440)
  • 05cfaca27c41f213add1abdfbe37ea0558dce0e2 Remove DeprecatedSchedulerExtensions (#6438)
  • 0e75c68a2c9f4bfe2ed10ce6ba02addfe28a9f30 Remove TypedActor (#6437)
  • 30e762c8c3abecc4b203827f6c30bda061ad13da added v1.5.0-beta2 release notes (#6434)
  • bd793f03f7249dea6e1cc59bf225b8d844371d9c Bump Google.Protobuf from 3.21.12 to 3.22.0 (#6410)
  • 32b832b727a27e115fd96629e29e5d95f2f95815 Akka.Persistence: improve AsyncWriteJournal and PersistentActor performance (#6432)
  • e58b04185401389f62487592786eb21200611f93 Remove unsafe implicit conversion operators in AtomicBoolean and AtomicReference<T> (#6429)
  • ac3c06ad087030d4c480356cd3bfc966c970dae4 Standardize on C# 11.0 (#6431) [ #11 ]
  • ee2513c93b65f5792988fd1bca653cedfd011956 close #5506 - deleted PersistenceBenchmark (#6428)

... (truncated)

Changelog

Sourced from Akka.TestKit.Xunit2's changelog.

1.5.0-beta4 February 28th 2023

Version 1.5.0-beta4 contains breaking API changes and new API changes for Akka.NET.

COMMITS LOC+ LOC- AUTHOR
2 110 37 Aaron Stannard
1 253 7 Gregorius Soedharmo
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 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[bot] commented 1 year ago

Superseded by #187.