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 from 1.4.17 to 1.4.20 #69

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Akka from 1.4.17 to 1.4.20.

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.20

1.4.20 May 12 2021

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.20 is a minor release that includes some bug fixes and improvements to Akka.NET.

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

COMMITS LOC+ LOC- AUTHOR
4 677 316 Gregorius Soedharmo
3 3 3 dependabot[bot]
3 101 44 Ismael Hamed
2 5 0 Aaron Stannard
1 625 675 Matthew Heaton

Changes:

  • 758590ff1012f18e057806e1faaab8fb53ca97a1 Merge pull request #5008 from akkadotnet/dev
  • b6c966111eabd58f324fe26fdf0aec11d0684f55 added v1.4.20 release notes (#5007)
  • ecaf9a1beed777d898f18a41f0c5df811c2aa144 marking Akka.Persistence.Sql.Common as beta for v1.4.20 (#5006)
  • a5ce79f48578e91cd2844aae1fa2471bed4d5337 Bump Microsoft.Data.SQLite from 5.0.5 to 5.0.6 (#5005)
  • d52b85291e4a5d738f16e4c7c13187f221f16f07 Bump Google.Protobuf from 3.15.8 to 3.16.0 (#4999)
  • 188fc0bec7f25de8baa4887166eccf7ec43d7303 Reduce sharding warnings when there are no buffered messages (#5003)
  • eff4e4b8ff27ae725bbabd9795829137a272a28e Bump FsCheckVersion from 2.15.2 to 2.15.3 (#5000)
  • 55c117566bb7176351a4e2bc40e471e87f8eecfc Remove restrictions required by netstandard 1.x but available in 2.0 (#3790) [ #3668 ]
  • fb61262d8f0fc85e6187ef8b5f87d33e3c07c87f Prevent loggers to throw FormatException and show a friendly message instead. (#4998)
  • bfcb7031d3e1b69778a1b1629f073e5acd6dbe4d Fixed some internal-dispatcher usages (#4995)
  • f591c583fdd1b852fcec792109cf13bebb48ce6b Re-add missing ExceptionEventFilterTests spec, file was commented out. (#4994)
  • e5d079a8f9cc167232eecc3aa88607f035178981 Fix BatchingSqlJournal emitting WriteMessageSuccess before transaction was complete. (#4953)
  • 63e0fb979b24fd9ce40c7f732d9edd2a147282bd Fixed QueueSource PostStop and added a missing test case (#4991)
  • 25246ac0356d31fe0b6dcfb5594be9769dd53a69 Change the base class of PrimitiveSerializers to SerializerWithStringManifest (#4989)
  • 46d470721ed1ee249064a20922ff124d1d29a11f Update RELEASE_NOTES.md (#4988)

This list of changes was auto generated.

Akka.NET v1.4.19

1.4.19 April 28 2021

Maintenance Release for Akka.NET 1.4

... (truncated)

Changelog

Sourced from Akka's changelog.

1.4.20 May 12 2021

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.20 is a minor release that includes some bug fixes and improvements to Akka.NET.

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

COMMITS LOC+ LOC- AUTHOR
4 677 316 Gregorius Soedharmo
3 3 3 dependabot[bot]
3 101 44 Ismael Hamed
2 5 0 Aaron Stannard
1 625 675 Matthew Heaton

1.4.19 April 28 2021

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.19 is a substantial release that includes a number of critical Akka.Cluster fixes, baseline Akka.NET performance improvements, and entirely new dispatcher that has shown to improve performance when used across all of the major actor groups that run both inside the /user hierarchy and the /system actor hierarchy as well.

Akka.Cluster Improvements One of the most demanding issues of the v1.4.19 release was "Akka.Cluster: quarantining / reachability changes appear to be extremely sensitive" - and this is because debugging this issue touched so many different parts of Akka.Cluster.

We ultimately solved the problem - it is now quite feasible to rapidly scale an Akka.NET cluster from ~10 nodes to 50+ nodes without having a huge number of quarantines, accidentally downed nodes, and so on.

Here's the full set of fixes that went into resolving this issue:

Akka.Cluster is now much more robust, faster, and capable of scaling up and down much more efficiently than in previous releases.

ChannelExecutor and Akka Performance Improvements In addition to improving Akka.Cluster, we also made substantial improvements to constructs found inside Akka.NET core itself:

... (truncated)

Commits
  • 758590f Merge pull request #5008 from akkadotnet/dev
  • b6c9661 added v1.4.20 release notes (#5007)
  • ecaf9a1 marking Akka.Persistence.Sql.Common as beta for v1.4.20 (#5006)
  • a5ce79f Bump Microsoft.Data.SQLite from 5.0.5 to 5.0.6 (#5005)
  • d52b852 Bump Google.Protobuf from 3.15.8 to 3.16.0 (#4999)
  • 188fc0b Reduce sharding warnings when there are no buffered messages (#5003)
  • eff4e4b Bump FsCheckVersion from 2.15.2 to 2.15.3 (#5000)
  • 55c1175 Remove restrictions required by netstandard 1.x but available in 2.0 (#3790)
  • fb61262 Prevent loggers to throw FormatException and show a friendly message instead....
  • bfcb703 Fixed some internal-dispatcher usages (#4995)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 13, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #71.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Akka-1.4.20 branch June 17, 2021 04:34
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.

0 participants