Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Bump Akka from 1.4.5 to 1.4.9 #100

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Akka from 1.4.5 to 1.4.9.

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.9

1.4.9 July 21 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.9 features some important bug fixes for Akka.NET v1.4:

To see the full set of fixes in Akka.NET v1.4.8, please see the milestone on Github.

COMMITS LOC+ LOC- AUTHOR
6 1008 90 Gregorius Soedharmo
5 475 27 Ismael Hamed
3 6 6 dependabot-preview[bot]
2 28 5 Petri Kero
1 3 0 Aaron Stannard
1 2 2 tometchy
1 1 1 to11mtm
1 1 1 Kevin Preller

Changes:

  • e5f400d4dd3dc8759361e6c19aa9f93447032dfb Merge pull request #4526 from akkadotnet/dev
  • b9237f9808b5af29cae66440edd00f46a0aba1be added v1.4.9 release notes (#4525)
  • 7df3996c35de40a35c4a1563edde5de82d8296f4 Optimize ActorPath.Join() to perform fewer allocations (accessing Elements causes quite a bit of garbage). (#4510)
  • 602013c088233b49d1e1c1f279060200301a4484 Re-enable dead letter logging after specified duration (#4513)
  • fa1b44ce19b639960d9cfbd42b5bdd0439f25dbb Add AllEvents persistent query command (#4521)
  • 5d45b52a7ef0844e88bb87ad77c2b5005519d13c Bump Microsoft.Data.SQLite from 3.1.5 to 3.1.6 (#4516)
  • 040becc308da1b910bbc4eb73a7101d5faf762ba Bump Microsoft.Extensions.DependencyModel from 3.1.5 to 3.1.6 (#4517)
  • 9ba94b6a9ea6a663ba5cbfffd31adfcd92bdb871 Add OnRecovery test to TestJournalSpec (#4520)
  • 4f8eaa1450ce1f4d10af37935028da183fdb57d5 Use Props.Create() instead of lambda variant for some TCP actors to avoid lambda compilation overhead. (#4509)
  • 0547c76bc22220afcdf0f7678645ac1bbcfc11b4 Use SetItem instead of Add for InitRemovedNodePruning (#4512)
  • 5d5b1b3d00b414ba86e7989b6a348adcd084c539 Fix source links in documentations (#4508)
  • d1d6777b1662a81695ba28e55d68f45798acd9fc Improve logging in DistributedData extension (#4507)
  • 154dd62da81aca15f8a6263e9e6a6aac834fe1ee Bump LightningDB from 0.11.0 to 0.12.0 (#4503)
  • 726aad5f1ce9da7709597b2f57ff3dc2986e849f Log rebalance progress at INFO per rebalance info (#4499)
  • 8bb424ead145cde367e7b7c916a20831c1f1150e Minor fix to the ShardRegion buffer capacity log (#4498)
  • ad0c00c419a1c5e2e4a558cc9563a756e222f148 Cluster event listener that logs all events (#4502)
  • 5c19ec833b966b800947cf9f157f2904ada9f95f Cluster.Join fails when called asynchronically when SerializeAllMessages is set (#4488) [ #4489 ]
  • c42a3090655fa6efc59f366b63bc2bdeaf1df1c4 Fix typo in Akka Streams configuration doc (#4492)
  • 08cc002a7f2370db1f884e9f516d83d54ca6ce28 Fix CPU utilization regression due to .NET SDK regression (addedum) (#4491)
  • ee0169116d806735b55971b55648f0dcfcefb0c4 Use defensive coding to prevent exception from being thrown from duplicate key insertion (#4489)
Changelog

Sourced from Akka's changelog.

1.4.9 July 21 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.9 features some important bug fixes for Akka.NET v1.4:

To see the full set of fixes in Akka.NET v1.4.8, please see the milestone on Github.

COMMITS LOC+ LOC- AUTHOR
6 1008 90 Gregorius Soedharmo
5 475 27 Ismael Hamed
3 6 6 dependabot-preview[bot]
2 28 5 Petri Kero
1 3 0 Aaron Stannard
1 2 2 tometchy
1 1 1 to11mtm
1 1 1 Kevin Preller

1.4.8 June 17 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.8 features some important bug fixes for Akka.NET v1.4:

To see the full set of fixes in Akka.NET v1.4.8, please see the milestone on Github.

COMMITS LOC+ LOC- AUTHOR
7 310 24 Aaron Stannard
6 8 8 dependabot-preview[bot]
2 669 10 Ismael Hamed
2 38 27 Gregorius Soedharmo
1 1 1 Bartosz Sypytkowski

1.4.7 May 26 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.7 is a fairly sizable path that introduces some significant new features and changes:

Commits
  • e5f400d Merge pull request #4526 from akkadotnet/dev
  • b9237f9 added v1.4.9 release notes (#4525)
  • 7df3996 Optimize ActorPath.Join() to perform fewer allocations (accessing Elements ca...
  • 602013c Re-enable dead letter logging after specified duration (#4513)
  • fa1b44c Add AllEvents persistent query command (#4521)
  • 5d45b52 Bump Microsoft.Data.SQLite from 3.1.5 to 3.1.6 (#4516)
  • 040becc Bump Microsoft.Extensions.DependencyModel from 3.1.5 to 3.1.6 (#4517)
  • 9ba94b6 Add OnRecovery test to TestJournalSpec (#4520)
  • 4f8eaa1 Use Props.Create<TActor>() instead of lambda variant for some TCP actors to a...
  • 0547c76 Use SetItem instead of Add for InitRemovedNodePruning (#4512)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.4.5 to 1.4.9.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.4.5...1.4.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 22, 2020
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Aaronontheweb Aaronontheweb merged commit 1f3bd19 into dev Jul 30, 2020
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Akka-1.4.9 branch July 30, 2020 20:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants