Skip to content

Bump Akka.Persistence.Hosting from 0.4.1 to 0.4.2#233

Merged
Aaronontheweb merged 1 commit intodevfrom
dependabot/nuget/Akka.Persistence.Hosting-0.4.2
Aug 15, 2022
Merged

Bump Akka.Persistence.Hosting from 0.4.1 to 0.4.2#233
Aaronontheweb merged 1 commit intodevfrom
dependabot/nuget/Akka.Persistence.Hosting-0.4.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps Akka.Persistence.Hosting from 0.4.1 to 0.4.2.

Release notes

Sourced from Akka.Persistence.Hosting's releases.

0.4.2

Update Akka.NET from 1.4.39 to 1.4.40Add WithExtensions() methodAdd AddStartup method

Changelog

Sourced from Akka.Persistence.Hosting's changelog.

[0.4.2] / 11 August 2022

WithExtensions()

AkkaConfigurationBuilder.WithExtensions() is used to configure the akka.extensions HOCON settings. It is used to set an Akka.NET extension provider to start-up automatically during ActorSystem start-up.

Example:

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

AddStartup()

AddStartup() method adds StartupTask delegate to the configuration builder.

This feature is useful when a user need to run a specific initialization code if anf only if the ActorSystem and all of the actors have been started. Although it is semantically the same as AddActors and WithActors, it disambiguate the use-case with a guarantee that it will only be executed after everything is ready.

For example, this feature is useful for:

  • kicking off actor initializations by using Tell()s once all of the actor infrastructure are in place, or
  • pre-populating certain persistence or database data after everything is set up and running, useful for unit testing or adding fake data for local development.
Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2022
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) August 15, 2022 18:09
@Aaronontheweb
Copy link
Member

@dependabot rebase

Bumps [Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting) from 0.4.1 to 0.4.2.
- [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.1...0.4.2)

---
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 force-pushed the dependabot/nuget/Akka.Persistence.Hosting-0.4.2 branch from a63adb7 to 55f441e Compare August 15, 2022 18:09
@Aaronontheweb Aaronontheweb merged commit da2cbfe into dev Aug 15, 2022
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Akka.Persistence.Hosting-0.4.2 branch August 15, 2022 18:14
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