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.3.17 to 1.4.1 #79

Merged
merged 1 commit into from Mar 12, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Akka from 1.3.17 to 1.4.1.

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.1

1.4.1 March 11 2020

Major release for Akka.NET 1.4

Akka.NET v1.4 is a non-breaking upgrade for all Akka.NET v1.3 and earlier users. It introduces many new features, all of which can be found in our "What's new in Akka.NET v1.4" page.

Major changes include:

  • Akka.Cluster.Sharding and Akka.DistributedData are now out of beta status and are treated as mature modules.
  • Akka.Remote's performance has significantly increased as a function of our new batching mode (see the numbers) - which is tunable via HOCON configuration to best support your needs. Learn how to performance optimize Akka.Remote here.
  • Added new Akka.Cluster.Metrics module to measure and broadcast the performance of each node, also includes some routers that can use this information to direct traffic to the "least busy" nodes.
  • Added Stream References to Akka.Streams, a feature which allows Akka.Streams graphs to span across the network.
  • Moved from .NET Standard 1.6 to .NET Standard 2.0 and dropped support for all versions of .NET Framework that aren't supported by .NET Standard 2.0 - this means issues caused by our polyfills (i.e. SerializableAttribute) should be fully resolved now.
  • Moved onto modern C# best practices, such as changing our APIs to support System.ValueTuple over regular tuples.

And hundreds of other fixes and improvements. See the full set of changes for Akka.NET v1.4 here:

COMMITS LOC+ LOC- AUTHOR
199 41324 26885 Aaron Stannard
46 63 63 dependabot-preview[bot]
34 16800 6804 Igor Fedchenko
13 11671 1059 Bartosz Sypytkowski
10 802 317 Ismael Hamed
7 1876 362 zbynek001
6 897 579 Sean Gilliam
5 95 986 cptjazz
5 4837 51 Valdis Zobēla
5 407 95 Jonathan Nagy
5 116 14 Andre Loker
3 992 77 Gregorius Soedharmo
3 2 2 Arjen Smits
2 7 7 jdsartori
2 4 6 Onur Gumus
2 15 1 Kaiwei Li
1 65 47 Ondrej Pialek
1 62 15 Mathias Feitzinger
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 Greatsamps
1 1 1 Christoffer Jedbäck
1 1 1 Andre

Changes:

... (truncated)
Changelog

Sourced from Akka's changelog.

1.4.1 March 11 2020

Major release for Akka.NET 1.4

Akka.NET v1.4 is a non-breaking upgrade for all Akka.NET v1.3 and earlier users. It introduces many new features, all of which can be found in our "What's new in Akka.NET v1.4" page.

Major changes include:

  • Akka.Cluster.Sharding and Akka.DistributedData are now out of beta status and are treated as mature modules.
  • Akka.Remote's performance has significantly increased as a function of our new batching mode (see the numbers) - which is tunable via HOCON configuration to best support your needs. Learn how to performance optimize Akka.Remote here.
  • Added new Akka.Cluster.Metrics module to measure and broadcast the performance of each node, also includes some routers that can use this information to direct traffic to the "least busy" nodes.
  • Added Stream References to Akka.Streams, a feature which allows Akka.Streams graphs to span across the network.
  • Moved from .NET Standard 1.6 to .NET Standard 2.0 and dropped support for all versions of .NET Framework that aren't supported by .NET Standard 2.0 - this means issues caused by our polyfills (i.e. SerializableAttribute) should be fully resolved now.
  • Moved onto modern C# best practices, such as changing our APIs to support System.ValueTuple over regular tuples.

And hundreds of other fixes and improvements. See the full set of changes for Akka.NET v1.4 here:

COMMITS LOC+ LOC- AUTHOR
199 41324 26885 Aaron Stannard
46 63 63 dependabot-preview[bot]
34 16800 6804 Igor Fedchenko
13 11671 1059 Bartosz Sypytkowski
10 802 317 Ismael Hamed
7 1876 362 zbynek001
6 897 579 Sean Gilliam
5 95 986 cptjazz
5 4837 51 Valdis Zobēla
5 407 95 Jonathan Nagy
5 116 14 Andre Loker
3 992 77 Gregorius Soedharmo
3 2 2 Arjen Smits
2 7 7 jdsartori
2 4 6 Onur Gumus
2 15 1 Kaiwei Li
1 65 47 Ondrej Pialek
1 62 15 Mathias Feitzinger
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 Greatsamps
1 1 1 Christoffer Jedbäck
1 1 1 Andre

1.4.1-rc3 March 10 2020

Stable release candidate for Akka.NET 1.4

... (truncated)
Commits
  • b15d3a9 Merge pull request #4325 from akkadotnet/dev
  • bedc54c added v1.4.1 final release notes (#4323)
  • 70f37ec DData Replicator deserialize ORMultiValueDictionary as ORDictionary causing i...
  • 00f7271 Gracefully handle exception throw in SnapshotOffer (#4322)
  • 68e7215 addressing future RCs and releases (#4321)
  • 169041c added v1.4.1-RC3 release notes (#4320)
  • 91ece59 Revert common sealing (#4319)
  • 5ac0c7e added missing API checks (#4318)
  • 411fb07 V1.4.1 rc2 release notes (#4316)
  • bb4e7d9 Reintroduce old HOCON, lay groundwork for gradual introduction of HOCON stand...
  • 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.3.17 to 1.4.1.
- [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.3.17...1.4.1)

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 Mar 12, 2020
@Aaronontheweb
Copy link
Member

@dependabot squash and merge

@dependabot-preview dependabot-preview bot merged commit c6c28fe into dev Mar 12, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Akka-1.4.1 branch March 12, 2020 13:28
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.

None yet

1 participant