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.Azure.Hosting from 1.5.26 to 1.5.28 in /src/WebApiTemplate #367

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps Akka.Persistence.Azure.Hosting from 1.5.26 to 1.5.28.

Release notes

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

Akka.Persistence.Azure v1.5.28

1.5.28 September 11th 2024

1.5.26 July 3 2024

1.5.17.1 March 4 2024

1.5.13 October 6 2023

1.5.1 March 16 2023

Multi Journal Support

You can now add more than one Akka.Persistence.Azure settings and use them singularly for different Akka plugins.

In the example below, we set up two separate journal options with two distinct identifier, one is being used as default persistence plugin, and the other are being used as the journal for cluster sharding.

var persistenceJournal = new AzureTableStorageJournalOptions(true)
{
    Identifier = "azure-journal",
    ConnectionString = connectionString
};
var shardJournal = new AzureTableStorageJournalOptions(false)
{
</tr></table> 

... (truncated)

Changelog

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

1.5.28 September 11th 2024

Commits
  • 92e33f0 Update RELEASE_NOTES.md for 1.5.28 release (#429)
  • 9c33d3a Bump Azure.Storage.Blobs from 12.20.0 to 12.21.2 (#421)
  • 545983d Bump Azure.Data.Tables from 12.8.3 to 12.9.0 (#417)
  • 83314d6 Implement SnapshotStore SaveSnapshot spec from TCK (#428)
  • 18b9e86 Bump AkkaHostingVersion from 1.5.25 to 1.5.28 (#427)
  • 6bf4c18 Bump AkkaVersion from 1.5.26 to 1.5.28 (#424)
  • 5ad7a15 Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 (#422)
  • 78c2f9b Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 (#415)
  • 25bed33 Bump Azure.Identity from 1.11.4 to 1.12.0 (#410)
  • See full diff 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.Azure.Hosting](https://github.com/petabridge/Akka.Persistence.Azure) from 1.5.26 to 1.5.28.
- [Release notes](https://github.com/petabridge/Akka.Persistence.Azure/releases)
- [Changelog](https://github.com/petabridge/Akka.Persistence.Azure/blob/dev/RELEASE_NOTES.md)
- [Commits](petabridge/Akka.Persistence.Azure@1.5.26...1.5.28)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

Superseded by #368.

@dependabot dependabot bot closed this Dec 4, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/WebApiTemplate/Akka.Persistence.Azure.Hosting-1.5.28 branch December 4, 2024 11:08
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants