petabridge / DrawTogether.NET

Apache License 2.0
53 stars 9 forks source link

Bump Akka.Persistence.Sql.Hosting from 1.5.13 to 1.5.20 #43

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps Akka.Persistence.Sql.Hosting from 1.5.13 to 1.5.20.

Release notes

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

Akka.Persistence.Sql v1.5.20

1.5.20 May 8th 2024

1.5.14-alpha April 19 2024

1.5.13 September 28 2023

1.5.12 August 8 2023

Akka.Persistence.Sql is now out of beta and ready for general use.

1.5.12-beta1 August 4 2023

1.5.9-beta1 July 20 2023

1.5.4-beta1 April 25 2023

Added transaction for every SQL queries with adjustable isolation level for read and write operations. You can go to the official Microsoft documentation to read more about these transaction isolation level settings.

Four new HOCON settings are introduced:

  • akka.persistence.journal.sql.read-isolation-level
  • akka.persistence.journal.sql.write-isolation-level
  • akka.persistence.snapshot-store.sql.read-isolation-level
  • akka.persistence.snapshot-store.sql.write-isolation-level

In Akka.Persistence.Sql.Hosting, These settings can be set programmatically through these new properties:

... (truncated)

Changelog

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

1.5.20 May 8th 2024

1.5.14-alpha April 19 2024

Commits
  • 5b563f9 Change pack step to use powershell instead (#386)
  • 1ad913e Fix UseDotNet@2 to use global.json like the PR validation script (#385)
  • 122369d Fix release yaml script (#384)
  • e073e58 build(deps): bump Npgsql from 8.0.2 to 8.0.3 (#383)
  • c241194 Remove FAKE from build system (#382)
  • a6f3928 Update RELEASE_NOTES.md for 1.5.20 release (#381)
  • 0e5419e build(deps): bump jetbrains.resharper.globaltools (#380)
  • fb0886c build(deps): bump Microsoft.Data.SqlClient from 5.1.4 to 5.2.0 (#379)
  • 49ca5d9 build(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0 (#373)
  • eb854c2 build(deps): bump Npgsql from 7.0.6 to 8.0.2 (#377)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)