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.19 to 1.4.21 #146

Merged
merged 1 commit into from
Jun 17, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Bumps Akka from 1.4.19 to 1.4.21.

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.21

1.4.21 June 16 2021

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.21 is a significant release that includes major performance improvements, bug fixes, and a major update to the Akka.DependencyInjection NuGet package.

Performance Improvements Akka.NET v1.4.21 includes some major performance fixes and improvements:

Our observed performance numbers for Akka.Remote show a significant increase in performance for v1.4.21 over v1.4.20:

Before

PS> dotnet run -c Release --framework netcoreapp3.1      
OSVersion:                         Microsoft Windows NT 6.2.9200.0
ProcessorCount:                    16
ClockSpeed:                        0 MHZ
Actor Count:                       32
Messages sent/received per client: 200000  (2e5)
Is Server GC:                      True
Thread count:                      109

Num clients, Total [msg], Msgs/sec, Total [ms] 1, 200000, 113379, 1764.56 5, 1000000, 186429, 5364.05 10, 2000000, 185340, 10791.11 15, 3000000, 183218, 16374.06 20, 4000000, 179824, 22244.63 25, 5000000, 182716, 27365.89 30, 6000000, 182039, 32960.61

After

PS> dotnet run -c Release --framework netcoreapp3.1                
OSVersion:                         Microsoft Windows NT 6.2.9200.0 
ProcessorCount:                    16                              
ClockSpeed:                        0 MHZ                           
Actor Count:                       32                              
Messages sent/received per client: 200000  (2e5)                   
Is Server GC:                      True                            
Thread count:                      111                             
</tr></table> 

... (truncated)

Changelog

Sourced from Akka's changelog.

1.4.21 June 16 2021

Maintenance Release for Akka.NET 1.4

Akka.NET v1.4.21 is a significant release that includes major performance improvements, bug fixes, and a major update to the Akka.DependencyInjection NuGet package.

Performance Improvements Akka.NET v1.4.21 includes some major performance fixes and improvements:

Our observed performance numbers for Akka.Remote show a significant increase in performance for v1.4.21 over v1.4.20:

Before

PS> dotnet run -c Release --framework netcoreapp3.1      
OSVersion:                         Microsoft Windows NT 6.2.9200.0
ProcessorCount:                    16
ClockSpeed:                        0 MHZ
Actor Count:                       32
Messages sent/received per client: 200000  (2e5)
Is Server GC:                      True
Thread count:                      109

Num clients, Total [msg], Msgs/sec, Total [ms] 1, 200000, 113379, 1764.56 5, 1000000, 186429, 5364.05 10, 2000000, 185340, 10791.11 15, 3000000, 183218, 16374.06 20, 4000000, 179824, 22244.63 25, 5000000, 182716, 27365.89 30, 6000000, 182039, 32960.61

After

PS> dotnet run -c Release --framework netcoreapp3.1                
OSVersion:                         Microsoft Windows NT 6.2.9200.0 
ProcessorCount:                    16                              
ClockSpeed:                        0 MHZ                           
Actor Count:                       32                              
Messages sent/received per client: 200000  (2e5)                   
Is Server GC:                      True                            
Thread count:                      111                             

</tr></table>

... (truncated)

Commits
  • a8347c5 Merge pull request #5096 from akkadotnet/dev
  • 5c9f8a7 v1.4.21 final release notes (#5095)
  • 5d557d0 Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#5041)
  • fa5ca50 Add failure handling for BatchingSqlJournal SelectCurrentPersistenceIds messa...
  • 0210e21 Fix GSet elements needs to be sorted (#5093)
  • 456d795 TestKit ReceiveWhile did not insert last inspected message properly. (#5092)
  • c485d9e cleaned up internal ActorCell and TestKit methods (#5091)
  • dfd7925 Return T from `IDependencyResolver.GetService<T>() (#5087)
  • 6a7373f Fix Akka.Remote serialization exception bubbling and messages (#5072)
  • 35b1bb5 added FQDN reproduction for ActorPath.Parse (#5084)
  • 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)

Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.4.19 to 1.4.21.
- [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.19...1.4.21)

---
updated-dependencies:
- dependency-name: Akka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
@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 21c15b5 into dev Jun 17, 2021
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/Akka-1.4.21 branch June 17, 2021 15:56
Aaronontheweb added a commit that referenced this pull request Jun 17, 2021
* Upgrade to GitHub-native Dependabot (#138)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump Akka from 1.4.18 to 1.4.19 (#137)

Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.4.18 to 1.4.19.
- [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.18...1.4.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump Petabridge.Cmd.Cluster from 0.8.3 to 0.8.5 (#142)

Bumps Petabridge.Cmd.Cluster from 0.8.3 to 0.8.5.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Fix ListParser, closing square bracket and EOL isn't parsed correctly. (#147)

* Bump Akka from 1.4.19 to 1.4.21 (#146)

Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.4.19 to 1.4.21.
- [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.19...1.4.21)

---
updated-dependencies:
- dependency-name: Akka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Petabridge.Cmd.Remote from 0.8.3 to 0.8.5 (#143)

Bumps Petabridge.Cmd.Remote from 0.8.3 to 0.8.5.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#145)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.9.4...v16.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update RELEASE_NOTES.md for 0.5.3 release (#148)

* Update RELEASE_NOTES.md for 0.5.3 release

* Add Petabridge.cmd update to release note

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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