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 and Akka #22

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2024

Bumps Akka.Persistence and Akka. These dependencies needed to be updated together.
Updates Akka.Persistence from 1.4.0-beta1 to 1.4.0-beta3

Changelog

Sourced from Akka.Persistence's changelog.

1.4.0-beta3 October 30 2019

Third pre-release candidate for Akka.NET 1.4 This release contains some more significant changes for Akka.NET v1.4.0.

  • All APIs in Akka.Streams, Akka, and elsewhere which used to return Tuple<T1, T2> now support the equivalent ValueTuple<T1,T2> syntax - so new language features such as tuple deconstruction can be used by our users.
  • Upgraded to Hyperion 0.9.10, which properly supports .NET Core 3.0 and cross-platform communication between .NET Framework and .NET Core.
  • All ILoggingAdapter instances running inside Akka.NET actors will now include the full Akka.Remote Address during logging, which is very helpful for users who aggregate their logs inside consolidated systems.
  • Various Akka.Cluster.Sharding fixes.

To follow our progress on the Akka.NET v1.4 milestone, click here.

We expect to release more beta versions in the future, and if you wish to get access to nightly Akka.NET builds then click here.

COMMITS LOC+ LOC- AUTHOR

| 115 | 10739 | 8969 | Aaron Stannard | | 13 | 11671 | 1059 | Bartosz Sypytkowski | | 10 | 16 | 16 | dependabot-preview[bot] | | 6 | 897 | 579 | Sean Gilliam | | 6 | 1744 | 358 | zbynek001 | | 5 | 568 | 240 | Ismael Hamed | | 5 | 116 | 14 | Andre Loker | | 3 | 4457 | 8 | Valdis Zobēla | | 3 | 2 | 2 | Arjen Smits | | 3 | 14 | 9 | cptjazz | | 2 | 7 | 7 | jdsartori | | 2 | 4 | 6 | Onur Gumus | | 2 | 1341 | 1182 | Igor Fedchenko | | 1 | 65 | 47 | Ondrej Pialek | | 1 | 3 | 3 | Abi | | 1 | 3 | 1 | jg11jg | | 1 | 18 | 16 | Peter Huang | | 1 | 1 | 2 | Maciej Wódke | | 1 | 1 | 1 | Wessel Kranenborg | | 1 | 1 | 1 | Kaiwei Li | | 1 | 1 | 1 | Greatsamps | | 1 | 1 | 1 | Andre |

1.4.0-beta2 September 23 2019

Second pre-release candidate for Akka.NET 1.4 Akka.NET v1.4.0 is still moving along and this release contains some new and important changes.

  • We've added a new package, the Akka.Persistence.TestKit - this is designed to allow users to test their PersistentActor implementations under real-world conditions such as database connection failures, serialization errors, and so forth. It works alongside the standard Akka.NET TestKit distributions and offers a simple, in-place API to do so.
  • Akka.Streams now supports Stream Context propagation, designed to make it really easy to work with tools such as Kafka, Amazon SQS, and more - where you might want to have one piece of context (such as the partition offset in Kafka) and propagate it from the very front of an Akka.Stream all the way to the end, and then finally process it once the rest of the stream has completed processing. In the case of Kakfa, this might be updating the local consumer's partition offset only once we've been able to fully guarantee the processing of the message.
  • Fixed a major issue with Akka.Remote, which caused unnecessary Quarantine events.

To follow our progress on the Akka.NET v1.4 milestone, click here.

We expect to release more beta versions in the future, and if you wish to get access to nightly Akka.NET builds then click here.

... (truncated)

Commits

Updates Akka from 1.4.0-beta1 to 1.4.0-beta3

Changelog

Sourced from Akka's changelog.

1.4.0-beta3 October 30 2019

Third pre-release candidate for Akka.NET 1.4 This release contains some more significant changes for Akka.NET v1.4.0.

  • All APIs in Akka.Streams, Akka, and elsewhere which used to return Tuple<T1, T2> now support the equivalent ValueTuple<T1,T2> syntax - so new language features such as tuple deconstruction can be used by our users.
  • Upgraded to Hyperion 0.9.10, which properly supports .NET Core 3.0 and cross-platform communication between .NET Framework and .NET Core.
  • All ILoggingAdapter instances running inside Akka.NET actors will now include the full Akka.Remote Address during logging, which is very helpful for users who aggregate their logs inside consolidated systems.
  • Various Akka.Cluster.Sharding fixes.

To follow our progress on the Akka.NET v1.4 milestone, click here.

We expect to release more beta versions in the future, and if you wish to get access to nightly Akka.NET builds then click here.

COMMITS LOC+ LOC- AUTHOR

| 115 | 10739 | 8969 | Aaron Stannard | | 13 | 11671 | 1059 | Bartosz Sypytkowski | | 10 | 16 | 16 | dependabot-preview[bot] | | 6 | 897 | 579 | Sean Gilliam | | 6 | 1744 | 358 | zbynek001 | | 5 | 568 | 240 | Ismael Hamed | | 5 | 116 | 14 | Andre Loker | | 3 | 4457 | 8 | Valdis Zobēla | | 3 | 2 | 2 | Arjen Smits | | 3 | 14 | 9 | cptjazz | | 2 | 7 | 7 | jdsartori | | 2 | 4 | 6 | Onur Gumus | | 2 | 1341 | 1182 | Igor Fedchenko | | 1 | 65 | 47 | Ondrej Pialek | | 1 | 3 | 3 | Abi | | 1 | 3 | 1 | jg11jg | | 1 | 18 | 16 | Peter Huang | | 1 | 1 | 2 | Maciej Wódke | | 1 | 1 | 1 | Wessel Kranenborg | | 1 | 1 | 1 | Kaiwei Li | | 1 | 1 | 1 | Greatsamps | | 1 | 1 | 1 | Andre |

1.4.0-beta2 September 23 2019

Second pre-release candidate for Akka.NET 1.4 Akka.NET v1.4.0 is still moving along and this release contains some new and important changes.

  • We've added a new package, the Akka.Persistence.TestKit - this is designed to allow users to test their PersistentActor implementations under real-world conditions such as database connection failures, serialization errors, and so forth. It works alongside the standard Akka.NET TestKit distributions and offers a simple, in-place API to do so.
  • Akka.Streams now supports Stream Context propagation, designed to make it really easy to work with tools such as Kafka, Amazon SQS, and more - where you might want to have one piece of context (such as the partition offset in Kafka) and propagate it from the very front of an Akka.Stream all the way to the end, and then finally process it once the rest of the stream has completed processing. In the case of Kakfa, this might be updating the local consumer's partition offset only once we've been able to fully guarantee the processing of the message.
  • Fixed a major issue with Akka.Remote, which caused unnecessary Quarantine events.

To follow our progress on the Akka.NET v1.4 milestone, click here.

We expect to release more beta versions in the future, and if you wish to get access to nightly Akka.NET builds then click here.

... (truncated)

Commits

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](https://github.com/Aaronontheweb/akka.net) and [Akka](https://github.com/Aaronontheweb/akka.net). These dependencies needed to be updated together.

Updates `Akka.Persistence` from 1.4.0-beta1 to 1.4.0-beta3
- [Changelog](https://github.com/Aaronontheweb/akka.net/blob/1.4.0-beta3/RELEASE_NOTES.md)
- [Commits](Aaronontheweb/akka.net@v1.4.0-beta1...1.4.0-beta3)

Updates `Akka` from 1.4.0-beta1 to 1.4.0-beta3
- [Changelog](https://github.com/Aaronontheweb/akka.net/blob/1.4.0-beta3/RELEASE_NOTES.md)
- [Commits](Aaronontheweb/akka.net@v1.4.0-beta1...1.4.0-beta3)

---
updated-dependencies:
- dependency-name: Akka.Persistence
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka
  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 Mar 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2024

Superseded by #23.

@dependabot dependabot bot closed this Mar 28, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Akka.Persistence-and-Akka-1.4.0-beta3 branch March 28, 2024 14:15
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