akkadotnet / Akka.Persistence.PostgreSql

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

Bump AkkaVersion from 1.5.2 to 1.5.3 #197

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps AkkaVersion from 1.5.2 to 1.5.3. Updates Akka.Persistence.Sql.Common from 1.5.2 to 1.5.3

Release notes

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

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

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

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

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

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

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

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard
Commits


Updates Akka.Persistence.Sql.TestKit from 1.5.2 to 1.5.3

Release notes

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

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

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

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

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

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

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

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard
Commits


Updates Akka.TestKit.Xunit2 from 1.5.2 to 1.5.3

Release notes

Sourced from Akka.TestKit.Xunit2's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

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

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

Sourced from Akka.TestKit.Xunit2's changelog.

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

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

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard
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)