Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Akka.Persistence.Sql.Hosting from 1.5.12-beta1 to 1.5.13 in /src/clustering/sharding-sqlserver #137

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps Akka.Persistence.Sql.Hosting from 1.5.12-beta1 to 1.5.13.

Release notes

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

Akka.Persistence.Sql v1.5.13

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:

  • SqlJournalOptions.ReadIsolationLevel
  • SqlJournalOptions.WriteIsolationLevel
  • SqlSnapshotOptions.ReadIsolationLevel
  • SqlSnapshotOptions.WriteIsolationLevel

NOTE

Currently, there is a bug with Linq2Db and MySql implementation that can cause the SQL generator to throw an exception if you use the default IsolationLevel.Unspecified setting. Please use IsolationLevel.ReadCommitted if this happens to you.

1.5.2-beta3 April 19 2023

... (truncated)

Changelog

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

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.

Commits
  • e577632 Update RELEASE_NOTES.md for 1.5.13 release (#328)
  • 033f5d5 build(deps): bump jetbrains.resharper.globaltools (#326)
  • d43af21 build(deps): bump FluentAssertions from 5.10.3 to 6.12.0 (#309)
  • 99612bc build(deps): bump SqliteVersion from 1.0.117 to 1.0.118 (#267)
  • 98c7396 build(deps): bump linq2db from 5.1.1 to 5.2.2 (#266)
  • f2aaaca build(deps): bump Microsoft.SqlServer.SqlManagementObjects (#263)
  • 4a71d29 build(deps): bump coverlet.collector from 3.2.0 to 6.0.0 (#261)
  • ac8fd20 build(deps): bump System.Reactive.Linq from 5.0.0 to 6.0.0 (#260)
  • 3cfbc03 build(deps): bump xunit.runner.visualstudio from 2.4.5 to 2.5.1 (#327)
  • 427ef0d build(deps): bump xunit from 2.5.0 to 2.5.1 (#320)
  • 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 <dependency name> 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)

Bumps [Akka.Persistence.Sql.Hosting](https://github.com/akkadotnet/Akka.Persistence.Sql) from 1.5.12-beta1 to 1.5.13.
- [Release notes](https://github.com/akkadotnet/Akka.Persistence.Sql/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Persistence.Sql/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Persistence.Sql@1.5.12-beta1...1.5.13)

---
updated-dependencies:
- dependency-name: Akka.Persistence.Sql.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Aaronontheweb Aaronontheweb merged commit f8b5700 into master Oct 2, 2023
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/src/clustering/sharding-sqlserver/Akka.Persistence.Sql.Hosting-1.5.13 branch October 2, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants