Skip to content

Bump Akka, Akka.TestKit.Xunit2 and FluentAssertions #396

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps Akka, Akka.TestKit.Xunit2 and FluentAssertions. These dependencies needed to be updated together.
Updates Akka from 1.5.6 to 1.5.41

Release notes

Sourced from Akka's releases.

Akka.NET v1.5.41

1.5.41 May 6th, 2025

Akka.NET v1.5.41 contains several bug fixes and also adds new quality of life features to Akka.TestKit and Akka.Streams.

XUnit V3 Support

We've added XUnit v3 support to Akka.TestKit.Xunit, please use this package if you're planning on using and/or migrating to the latest XUnit 3 platform.

Note that due to XUnit v3 limitation, please make sure that you're following these minimum requirements:

  • Use net472 and above if you're targeting .NET Framework.
  • Use net8.0 and above if you're targeting .NET Core.
  • Reference the xunit.v3.* packages v2.0.2 and above.
  • Reference the xunit.runner.visualstudio package v3.1.0 and above.

Akka.Streams GroupBy API improvement

Akka.Streams GroupBy stage can now, and now by default, create an unlimited number of sub-streams. Simply omit the maxSubstreams parameter or change the maxSubstreams parameter to a negative value to enable this feature.

[!NOTE]

This can cause memory leak issue if you design your stream to be long-running, and it is designed to generate/process a very large number of sub-streams.

4 contributors since release 1.5.40

COMMITS LOC+ LOC- AUTHOR
9 1757 1690 Aaron Stannard
6 1089 542 Gregorius Soedharmo
1 3 16 Simon Cropp
1 10 2 JuYoung Kim

To see the full set of changes in Akka.NET v1.5.40, click here.

Changes:

  • 50478bf1469c3fe4ab37f106a6e64ed518cf1c3a Update RELEASE_NOTES.md for 1.5.41 release (#7619)
  • 976fa2857fa7314c45fc84000292a623dfc6bd73 Akka.Benchmarks: categorize and cleanup core Akka benchmarks (#7618)
  • ea68408691d476de599ebd78c831ef8b70bcc174 Fix 7578 (#7615)
  • 98ebc72dd7a1ec8d59ce5da4dc7a0fc5d3fca1d4 Improve ExpectNextNAsync error message clarity (#7616)
  • cdd143660fe4bf514c1d628fcfad2a3eda185e9d Add xunit.v3 implementation (#7612)
  • db93be54aeaf18e8cdffb4850551160f703b01cc remove redundant catch (#7613)

... (truncated)

Changelog

Sourced from Akka's changelog.

1.5.41 May 6th, 2025

Akka.NET v1.5.41 contains several bug fixes and also adds new quality of life features to Akka.TestKit and Akka.Streams.

XUnit V3 Support

We've added XUnit v3 support to Akka.TestKit.Xunit, please use this package if you're planning on using and/or migrating to the latest XUnit 3 platform.

Note that due to XUnit v3 limitation, please make sure that you're following these minimum requirements:

  • Use net472 and above if you're targeting .NET Framework.
  • Use net8.0 and above if you're targeting .NET Core.
  • Reference the xunit.v3.* packages v2.0.2 and above.
  • Reference the xunit.runner.visualstudio package v3.1.0 and above.

Akka.Streams GroupBy API improvement

Akka.Streams GroupBy stage can now, and now by default, create an unlimited number of sub-streams. Simply omit the maxSubstreams parameter or change the maxSubstreams parameter to a negative value to enable this feature.

[!NOTE]

This can cause memory leak issue if you design your stream to be long-running, and it is designed to generate/process a very large number of sub-streams.

4 contributors since release 1.5.40

COMMITS LOC+ LOC- AUTHOR
9 1757 1690 Aaron Stannard
6 1089 542 Gregorius Soedharmo
1 3 16 Simon Cropp
1 10 2 JuYoung Kim

To see the full set of changes in Akka.NET v1.5.40, click here.

1.5.40 March 24th, 2025

... (truncated)

Commits

Updates Akka.TestKit.Xunit2 from 1.5.6 to 1.5.41

Release notes

Sourced from Akka.TestKit.Xunit2's releases.

Akka.NET v1.5.41

1.5.41 May 6th, 2025

Akka.NET v1.5.41 contains several bug fixes and also adds new quality of life features to Akka.TestKit and Akka.Streams.

XUnit V3 Support

We've added XUnit v3 support to Akka.TestKit.Xunit, please use this package if you're planning on using and/or migrating to the latest XUnit 3 platform.

Note that due to XUnit v3 limitation, please make sure that you're following these minimum requirements:

  • Use net472 and above if you're targeting .NET Framework.
  • Use net8.0 and above if you're targeting .NET Core.
  • Reference the xunit.v3.* packages v2.0.2 and above.
  • Reference the xunit.runner.visualstudio package v3.1.0 and above.

Akka.Streams GroupBy API improvement

Akka.Streams GroupBy stage can now, and now by default, create an unlimited number of sub-streams. Simply omit the maxSubstreams parameter or change the maxSubstreams parameter to a negative value to enable this feature.

[!NOTE]

This can cause memory leak issue if you design your stream to be long-running, and it is designed to generate/process a very large number of sub-streams.

4 contributors since release 1.5.40

COMMITS LOC+ LOC- AUTHOR
9 1757 1690 Aaron Stannard
6 1089 542 Gregorius Soedharmo
1 3 16 Simon Cropp
1 10 2 JuYoung Kim

To see the full set of changes in Akka.NET v1.5.40, click here.

Changes:

  • 50478bf1469c3fe4ab37f106a6e64ed518cf1c3a Update RELEASE_NOTES.md for 1.5.41 release (#7619)
  • 976fa2857fa7314c45fc84000292a623dfc6bd73 Akka.Benchmarks: categorize and cleanup core Akka benchmarks (#7618)
  • ea68408691d476de599ebd78c831ef8b70bcc174 Fix 7578 (#7615)
  • 98ebc72dd7a1ec8d59ce5da4dc7a0fc5d3fca1d4 Improve ExpectNextNAsync error message clarity (#7616)
  • cdd143660fe4bf514c1d628fcfad2a3eda185e9d Add xunit.v3 implementation (#7612)
  • db93be54aeaf18e8cdffb4850551160f703b01cc remove redundant catch (#7613)

... (truncated)

Changelog

Sourced from Akka.TestKit.Xunit2's changelog.

1.5.41 May 6th, 2025

Akka.NET v1.5.41 contains several bug fixes and also adds new quality of life features to Akka.TestKit and Akka.Streams.

XUnit V3 Support

We've added XUnit v3 support to Akka.TestKit.Xunit, please use this package if you're planning on using and/or migrating to the latest XUnit 3 platform.

Note that due to XUnit v3 limitation, please make sure that you're following these minimum requirements:

  • Use net472 and above if you're targeting .NET Framework.
  • Use net8.0 and above if you're targeting .NET Core.
  • Reference the xunit.v3.* packages v2.0.2 and above.
  • Reference the xunit.runner.visualstudio package v3.1.0 and above.

Akka.Streams GroupBy API improvement

Akka.Streams GroupBy stage can now, and now by default, create an unlimited number of sub-streams. Simply omit the maxSubstreams parameter or change the maxSubstreams parameter to a negative value to enable this feature.

[!NOTE]

This can cause memory leak issue if you design your stream to be long-running, and it is designed to generate/process a very large number of sub-streams.

4 contributors since release 1.5.40

COMMITS LOC+ LOC- AUTHOR
9 1757 1690 Aaron Stannard
6 1089 542 Gregorius Soedharmo
1 3 16 Simon Cropp
1 10 2 JuYoung Kim

To see the full set of changes in Akka.NET v1.5.40, click here.

1.5.40 March 24th, 2025

... (truncated)

Commits

Updates FluentAssertions from 6.11.0 to 5.10.3

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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), [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) and [FluentAssertions](https://github.com/fluentassertions/fluentassertions). These dependencies needed to be updated together.

Updates `Akka` from 1.5.6 to 1.5.41
- [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.5.6...1.5.41)

Updates `Akka.TestKit.Xunit2` from 1.5.6 to 1.5.41
- [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.5.6...1.5.41)

Updates `FluentAssertions` from 6.11.0 to 5.10.3
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.11.0...5.10.3)

---
updated-dependencies:
- dependency-name: Akka
  dependency-version: 1.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.TestKit.Xunit2
  dependency-version: 1.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: FluentAssertions
  dependency-version: 5.10.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 7, 2025
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 .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants