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 AkkaVersion from 1.4.12 to 1.4.13 #135

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps AkkaVersion from 1.4.12 to 1.4.13.
Updates Akka.Persistence.Query from 1.4.12 to 1.4.13

Release notes

Sourced from Akka.Persistence.Query's releases.

Akka.NET v1.4.13

1.4.13 December 16 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.13 includes a number of bug fixes and enhancements:

AppVersion now uses Assembly Version by Default The new AppVersion setting, which is used to communicate application version numbers throughout Akka.Cluster and is used in scenarios such as Akka.Cluster.Sharding to help determine which nodes receive new shard allocations and which ones do not, now uses the following default HOCON setting:

akka.cluster.app-version = assembly-version

By default now the AppVersion communicated inside Akka.Cluster Member events uses the Major.Minor.BuildNumber from the Assembly.GetEntryssembly() or Assembly.GetExecutingAssembly() (in case the EntryAssembly is null). That way any updates made to your executable's (i.e. the .dll that hosts Program.cs) version number will be automatically reflected in the cluster now without Akka.NET developers having to set an additional configuration value during deployments.

Other bug fixes and improvements:

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

COMMITS LOC+ LOC- AUTHOR
5 316 29 Aaron Stannard
2 53 8 Gregorius Soedharmo
2 223 197 zbynek001
2 2 2 dependabot-preview[bot]
2 11 3 Ebere Abanonu
1 37 27 Razvan Goga
1 217 11 motmot80
1 2 0 Ismael Hamed

Changes:

  • d704d7741f695c055b8eba3027e620f3e67f4161 Merge pull request #4674 from akkadotnet/dev
  • c37e7b36ec9402cdfbe4ba548d24af9c1ad24221 added v1.4.13 release notes (#4673)
  • 9c4ed59d6cbe944751985a0cc0c4374e8cbb2618 Fix leaking hocon objects due to multiple fallback injection in ActorMaterializer (#4672)
  • 1c50e4a2c20bde47ee9390e44c7f81053b59932a if not specified in HOCON, set AppVersion to executing assembly version (#4618)
  • 89ad94889c425269b5c1d5db32f9783d8c8b2d3d Provide sensible default values for Akka.Persistence circuit breaker configuration values (#4666)
  • f81f3ea52c2f64194effa0c89ea6d7c9e69bb253 Handling UDP socket errors (#4641) (#4643)
  • 77babf022eb7c06ecd8d12919af2441fed3b2fe1 Deprecate PatternMatch (#4661)
  • 9a96446c0597548aee3153e1e007764792b5fbaa Fix #4639 (#4662)
  • 35484c40b8d177cdc615df60ac284a0deef5b43e Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 (#4650)
  • 7a2ca0ed686633ea53a3d0b2a3987c41bcdd73ba MultiNodeSpecs: turn off debug logging for all of them #4215 (#4652)
Changelog

Sourced from Akka.Persistence.Query's changelog.

1.4.13 December 16 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.13 includes a number of bug fixes and enhancements:

AppVersion now uses Assembly Version by Default The new AppVersion setting, which is used to communicate application version numbers throughout Akka.Cluster and is used in scenarios such as Akka.Cluster.Sharding to help determine which nodes receive new shard allocations and which ones do not, now uses the following default HOCON setting:

akka.cluster.app-version = assembly-version

By default now the AppVersion communicated inside Akka.Cluster Member events uses the Major.Minor.BuildNumber from the Assembly.GetEntryssembly() or Assembly.GetExecutingAssembly() (in case the EntryAssembly is null). That way any updates made to your executable's (i.e. the .dll that hosts Program.cs) version number will be automatically reflected in the cluster now without Akka.NET developers having to set an additional configuration value during deployments.

Other bug fixes and improvements:

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

COMMITS LOC+ LOC- AUTHOR
5 316 29 Aaron Stannard
2 53 8 Gregorius Soedharmo
2 223 197 zbynek001
2 2 2 dependabot-preview[bot]
2 11 3 Ebere Abanonu
1 37 27 Razvan Goga
1 217 11 motmot80
1 2 0 Ismael Hamed
Commits

Updates Akka.Persistence.TCK from 1.4.12 to 1.4.13

Release notes

Sourced from Akka.Persistence.TCK's releases.

Akka.NET v1.4.13

1.4.13 December 16 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.13 includes a number of bug fixes and enhancements:

AppVersion now uses Assembly Version by Default The new AppVersion setting, which is used to communicate application version numbers throughout Akka.Cluster and is used in scenarios such as Akka.Cluster.Sharding to help determine which nodes receive new shard allocations and which ones do not, now uses the following default HOCON setting:

akka.cluster.app-version = assembly-version

By default now the AppVersion communicated inside Akka.Cluster Member events uses the Major.Minor.BuildNumber from the Assembly.GetEntryssembly() or Assembly.GetExecutingAssembly() (in case the EntryAssembly is null). That way any updates made to your executable's (i.e. the .dll that hosts Program.cs) version number will be automatically reflected in the cluster now without Akka.NET developers having to set an additional configuration value during deployments.

Other bug fixes and improvements:

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

COMMITS LOC+ LOC- AUTHOR
5 316 29 Aaron Stannard
2 53 8 Gregorius Soedharmo
2 223 197 zbynek001
2 2 2 dependabot-preview[bot]
2 11 3 Ebere Abanonu
1 37 27 Razvan Goga
1 217 11 motmot80
1 2 0 Ismael Hamed

Changes:

  • d704d7741f695c055b8eba3027e620f3e67f4161 Merge pull request #4674 from akkadotnet/dev
  • c37e7b36ec9402cdfbe4ba548d24af9c1ad24221 added v1.4.13 release notes (#4673)
  • 9c4ed59d6cbe944751985a0cc0c4374e8cbb2618 Fix leaking hocon objects due to multiple fallback injection in ActorMaterializer (#4672)
  • 1c50e4a2c20bde47ee9390e44c7f81053b59932a if not specified in HOCON, set AppVersion to executing assembly version (#4618)
  • 89ad94889c425269b5c1d5db32f9783d8c8b2d3d Provide sensible default values for Akka.Persistence circuit breaker configuration values (#4666)
  • f81f3ea52c2f64194effa0c89ea6d7c9e69bb253 Handling UDP socket errors (#4641) (#4643)
  • 77babf022eb7c06ecd8d12919af2441fed3b2fe1 Deprecate PatternMatch (#4661)
  • 9a96446c0597548aee3153e1e007764792b5fbaa Fix #4639 (#4662)
  • 35484c40b8d177cdc615df60ac284a0deef5b43e Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 (#4650)
  • 7a2ca0ed686633ea53a3d0b2a3987c41bcdd73ba MultiNodeSpecs: turn off debug logging for all of them #4215 (#4652)
Changelog

Sourced from Akka.Persistence.TCK's changelog.

1.4.13 December 16 2020

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.13 includes a number of bug fixes and enhancements:

AppVersion now uses Assembly Version by Default The new AppVersion setting, which is used to communicate application version numbers throughout Akka.Cluster and is used in scenarios such as Akka.Cluster.Sharding to help determine which nodes receive new shard allocations and which ones do not, now uses the following default HOCON setting:

akka.cluster.app-version = assembly-version

By default now the AppVersion communicated inside Akka.Cluster Member events uses the Major.Minor.BuildNumber from the Assembly.GetEntryssembly() or Assembly.GetExecutingAssembly() (in case the EntryAssembly is null). That way any updates made to your executable's (i.e. the .dll that hosts Program.cs) version number will be automatically reflected in the cluster now without Akka.NET developers having to set an additional configuration value during deployments.

Other bug fixes and improvements:

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

COMMITS LOC+ LOC- AUTHOR
5 316 29 Aaron Stannard
2 53 8 Gregorius Soedharmo
2 223 197 zbynek001
2 2 2 dependabot-preview[bot]
2 11 3 Ebere Abanonu
1 37 27 Razvan Goga
1 217 11 motmot80
1 2 0 Ismael Hamed
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 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 `AkkaVersion` from 1.4.12 to 1.4.13.

Updates `Akka.Persistence.Query` from 1.4.12 to 1.4.13
- [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.12...1.4.13)

Updates `Akka.Persistence.TCK` from 1.4.12 to 1.4.13
- [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.12...1.4.13)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 17, 2020
@Aaronontheweb
Copy link
Member

@dependabot squash and merge

@dependabot-preview dependabot-preview bot merged commit 1af7223 into dev Dec 18, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/AkkaVersion-1.4.13 branch December 18, 2020 22:23
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