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.Hosting from 0.4.2 to 0.4.3 #245

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps Akka.Persistence.Hosting from 0.4.2 to 0.4.3.

Release notes

Sourced from Akka.Persistence.Hosting's releases.

0.4.3

Update Akka.NET from 1.4.40 to 1.4.41Cluster.Hosting: Add split-brain resolver supportHosting: Add WithExtension() extension method

Changelog

Sourced from Akka.Persistence.Hosting's changelog.

[0.4.3] / 9 September 2022

WithExtension()

AkkaConfigurationBuilder.WithExtension<T>() works similarly to AkkaConfigurationBuilder.WithExtensions() and is used to configure the akka.extensions HOCON settings. The difference is that it is statically typed to only accept classes that extends the IExtensionId interface.

This pull request also adds a validation code to the AkkaConfigurationBuilder.WithExtensions() method to make sure that all the types passed in actually extends the IExtensionId interface. The method will throw a ConfigurationException exception if one of the types did not extend IExtensionId or if they are abstract or static class types.

Example:

// Starts distributed pub-sub, cluster metrics, and cluster bootstrap extensions at start-up
builder
    .WithExtension<DistributedPubSubExtensionProvider>()
    .WithExtension<ClusterMetricsExtensionProvider>()
    .WithExtension<ClusterBootstrapProvider>();

Clustering split-brain resolver support

The split-brain resolver can now be set using the second parameter named sbrOption in the .WithClustering() extension method. You can read more about this in the documentation.

Commits
  • 5ebc39b Update RELEASE_NOTES.md for v0.4.3 release (#104)
  • 6c23b04 Bump docfx.console from 2.59.3 to 2.59.4 (#103)
  • 60b4ffe Bump Serilog.Sinks.Console from 4.0.1 to 4.1.0 (#101)
  • c8f4781 Bump AkkaVersion from 1.4.40 to 1.4.41 (#100)
  • 8834538 Add Akka.Cluster.Hosting documentation (#99)
  • cad2cf7 Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 (#98)
  • 3ca967f Add split brain resolver configuration support to Akka.Cluster.Hosting (#95)
  • 45a5c67 Add statically typed WithExtension method (#97)
  • db99763 Change Setups field to public for testing purposes (#96)
  • c88a8fa Update README.md
  • 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 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.Hosting](https://github.com/akkadotnet/Akka.Hosting) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Hosting@0.4.2...0.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2022
@Aaronontheweb Aaronontheweb merged commit 20f2168 into dev Sep 12, 2022
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Akka.Persistence.Hosting-0.4.3 branch September 12, 2022 11:48
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.

1 participant