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.32.1 in /src/WebApiTemplate #378

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

Akka.Persistence.Azure v1.5.32.1

1.5.32.1 December 23rd 2024

1.5.32 December 19th 2024

We've added a new way to configure Akka.Persistence.Azure by allowing users to directly inject TableServiceClient and BlobServiceClient into Azure journal and snapshot store.

var credential = new DefaultAzureCredential();
var tableClient = new TableServiceClient(tableServiceUri, credential);
var blobClient = new BlobServiceClient(blobServiceUri, credential);
akkaConfigurationBuilder.WithAzurePersistence(
tableServiceClientFactory: () => tableClient,
blobServiceClientFactory: () => blobClient
);

1.5.31 December 3rd 2024

1.5.28 September 11th 2024

1.5.26 July 3 2024

1.5.17.1 March 4 2024

... (truncated)

Changelog

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

1.5.32.1 December 23rd 2024

1.5.32 December 19th 2024

We've added a new way to configure Akka.Persistence.Azure by allowing users to directly inject TableServiceClient and BlobServiceClient into Azure journal and snapshot store.

var credential = new DefaultAzureCredential();
var tableClient = new TableServiceClient(tableServiceUri, credential);
var blobClient = new BlobServiceClient(blobServiceUri, credential);
akkaConfigurationBuilder.WithAzurePersistence(
tableServiceClientFactory: () => tableClient,
blobServiceClientFactory: () => blobClient
);

1.5.31 December 3rd 2024

1.5.28 September 11th 2024

Commits
  • 9151eb7 Update RELEASE_NOTES.md for 1.5.32.1 release (#462)
  • 05fb09b Fix service client configuration failure (#461)
  • 17b9801 Update RELEASE_NOTES.md for 1.5.32 release (#460)
  • 7015e27 Bump AkkaHostingVersion from 1.5.31.1 to 1.5.32 (#456)
  • 2011df3 Add option to inject arbitrary service client into journal/snapshot using fac...
  • 343d465 Bump AkkaVersion from 1.5.31 to 1.5.32 (#457)
  • 0e9ac0b Revert "Fix possible auth caching issue (#453)" (#455)
  • 375306a Update RELEASE_NOTES.md for 1.5.31 release (#454)
  • f47e319 Fix possible auth caching issue (#453)
  • e15828a Bump Azure.Data.Tables from 12.9.0 to 12.9.1 (#430)
  • 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.Azure.Hosting](https://github.com/petabridge/Akka.Persistence.Azure) from 1.5.26 to 1.5.32.1.
- [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.32.1)

---
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 24, 2024
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