akkadotnet / Alpakka

Akka Streams Connectors - Alpakka
https://alpakka.getakka.net/
Apache License 2.0
109 stars 40 forks source link

Bump AkkaVersion from 1.5.15 to 1.5.16 #1823

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps AkkaVersion from 1.5.15 to 1.5.16. Updates Akka.Streams from 1.5.15 to 1.5.16

Release notes

Sourced from Akka.Streams's releases.

Akka.NET v1.5.16

1.5.16 January 29th 2024

Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.

Akka.Analyzers

We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:

  • AK1002: Error: Must not await Self.GracefulStop() inside ReceiveAsync<T>() or ReceiveAnyAsync
  • AK1003: Warning: ReceiveAsync<T>() or ReceiveAnyAsync() message handler without async lambda body

See the full set of supported Akka.Analyzers rules here

You can see the full set of changes for Akka.NET v1.5.16 here.

COMMITS LOC+ LOC- AUTHOR
6 1268 628 Gregorius Soedharmo
5 6 6 dependabot[bot]
2 286 224 Aaron Stannard
1 2120 0 Yan Pitangui
1 2 2 Mattias Jakobsson
1 2 0 Ebere Abanonu
1 0 65 Simon Cropp

Changes:

  • 38e4ff56fec6b71cf1238d9f2dd67bb67818000f Update RELEASE_NOTES.md for 1.5.16 release (#7076)
  • 7bd55015d712b2efab2437f69cb7e7a7134d5313 [Docs] Add AK1002 and AK1003 to index page (#7077)
  • 1b30145c918d54331fe7699831a6f880f5ca16bf Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
  • bdc46f2d13ab4342fc9dd50987ba67b5763c05e6 AK1003 - Add documentation (#7072)
  • 55253f3b3bf810cb9fc5e30c6a029d42f0f28921 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
  • ee77d7a011f577376439b6a30f7efee8f8423935 Use NoOffset when running query from start (#7069)
  • 0cb28818a7225f4e0f12a1769486e1cdd22ddb5f Separate Metrics business and wire format models (#7067)
  • 284d33a23a0bdd847049d441815e06f9f4bed12e [CS0618] InternalFlowOperations - Warning Disable (#6674)
  • 809c43272f6ec93d638d4bad553973fb9ff8bbd4 Add documentation for AK1002 (#7066)
  • 3fb92477d223995e9c009bc95648ac5403aae0eb Akka.TestKit: remove ConfigureAwait(false) from internal synchronous TestKit methods and fix Watch / Unwatch bugs (#7037) [ #7033 ]
  • 0782c7dc069618e20a3791aaab667076f487ad96 Add TestKit and TestKit.Xunit2 to the api spec (#7060)
  • 187caa930056747eab6698fd3549872ab547f2ae Fix cluster sharding benchmark (#7061)
  • 2035d9a4fe064f7cb84d520208355d3a8ed70553 Fix sharding entity id extractor nullability (#7059)

... (truncated)

Changelog

Sourced from Akka.Streams's changelog.

1.5.16 January 29th 2024

Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.

Akka.Analyzers

We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:

  • AK1002: Error: Must not await Self.GracefulStop() inside ReceiveAsync<T>() or ReceiveAnyAsync
  • AK1003: Warning: ReceiveAsync<T>() or ReceiveAnyAsync() message handler without async lambda body

See the full set of supported Akka.Analyzers rules here

You can see the full set of changes for Akka.NET v1.5.16 here.

COMMITS LOC+ LOC- AUTHOR
6 1268 628 Gregorius Soedharmo
5 6 6 dependabot[bot]
2 286 224 Aaron Stannard
1 2120 0 Yan Pitangui
1 2 2 Mattias Jakobsson
1 2 0 Ebere Abanonu
1 0 65 Simon Cropp
Commits
  • 38e4ff5 Update RELEASE_NOTES.md for 1.5.16 release (#7076)
  • 7bd5501 [Docs] Add AK1002 and AK1003 to index page (#7077)
  • 1b30145 Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
  • bdc46f2 AK1003 - Add documentation (#7072)
  • 55253f3 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
  • ee77d7a Use NoOffset when running query from start (#7069)
  • 0cb2881 Separate Metrics business and wire format models (#7067)
  • 284d33a [CS0618] InternalFlowOperations - Warning Disable (#6674)
  • 809c432 Add documentation for AK1002 (#7066)
  • 3fb9247 Akka.TestKit: remove ConfigureAwait(false) from internal synchronous TestKi...
  • Additional commits viewable in compare view


Updates Akka.Streams.TestKit from 1.5.15 to 1.5.16

Release notes

Sourced from Akka.Streams.TestKit's releases.

Akka.NET v1.5.16

1.5.16 January 29th 2024

Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.

Akka.Analyzers

We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:

  • AK1002: Error: Must not await Self.GracefulStop() inside ReceiveAsync<T>() or ReceiveAnyAsync
  • AK1003: Warning: ReceiveAsync<T>() or ReceiveAnyAsync() message handler without async lambda body

See the full set of supported Akka.Analyzers rules here

You can see the full set of changes for Akka.NET v1.5.16 here.

COMMITS LOC+ LOC- AUTHOR
6 1268 628 Gregorius Soedharmo
5 6 6 dependabot[bot]
2 286 224 Aaron Stannard
1 2120 0 Yan Pitangui
1 2 2 Mattias Jakobsson
1 2 0 Ebere Abanonu
1 0 65 Simon Cropp

Changes:

  • 38e4ff56fec6b71cf1238d9f2dd67bb67818000f Update RELEASE_NOTES.md for 1.5.16 release (#7076)
  • 7bd55015d712b2efab2437f69cb7e7a7134d5313 [Docs] Add AK1002 and AK1003 to index page (#7077)
  • 1b30145c918d54331fe7699831a6f880f5ca16bf Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
  • bdc46f2d13ab4342fc9dd50987ba67b5763c05e6 AK1003 - Add documentation (#7072)
  • 55253f3b3bf810cb9fc5e30c6a029d42f0f28921 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
  • ee77d7a011f577376439b6a30f7efee8f8423935 Use NoOffset when running query from start (#7069)
  • 0cb28818a7225f4e0f12a1769486e1cdd22ddb5f Separate Metrics business and wire format models (#7067)
  • 284d33a23a0bdd847049d441815e06f9f4bed12e [CS0618] InternalFlowOperations - Warning Disable (#6674)
  • 809c43272f6ec93d638d4bad553973fb9ff8bbd4 Add documentation for AK1002 (#7066)
  • 3fb92477d223995e9c009bc95648ac5403aae0eb Akka.TestKit: remove ConfigureAwait(false) from internal synchronous TestKit methods and fix Watch / Unwatch bugs (#7037) [ #7033 ]
  • 0782c7dc069618e20a3791aaab667076f487ad96 Add TestKit and TestKit.Xunit2 to the api spec (#7060)
  • 187caa930056747eab6698fd3549872ab547f2ae Fix cluster sharding benchmark (#7061)
  • 2035d9a4fe064f7cb84d520208355d3a8ed70553 Fix sharding entity id extractor nullability (#7059)

... (truncated)

Changelog

Sourced from Akka.Streams.TestKit's changelog.

1.5.16 January 29th 2024

Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.

Akka.Analyzers

We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:

  • AK1002: Error: Must not await Self.GracefulStop() inside ReceiveAsync<T>() or ReceiveAnyAsync
  • AK1003: Warning: ReceiveAsync<T>() or ReceiveAnyAsync() message handler without async lambda body

See the full set of supported Akka.Analyzers rules here

You can see the full set of changes for Akka.NET v1.5.16 here.

COMMITS LOC+ LOC- AUTHOR
6 1268 628 Gregorius Soedharmo
5 6 6 dependabot[bot]
2 286 224 Aaron Stannard
1 2120 0 Yan Pitangui
1 2 2 Mattias Jakobsson
1 2 0 Ebere Abanonu
1 0 65 Simon Cropp
Commits
  • 38e4ff5 Update RELEASE_NOTES.md for 1.5.16 release (#7076)
  • 7bd5501 [Docs] Add AK1002 and AK1003 to index page (#7077)
  • 1b30145 Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
  • bdc46f2 AK1003 - Add documentation (#7072)
  • 55253f3 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
  • ee77d7a Use NoOffset when running query from start (#7069)
  • 0cb2881 Separate Metrics business and wire format models (#7067)
  • 284d33a [CS0618] InternalFlowOperations - Warning Disable (#6674)
  • 809c432 Add documentation for AK1002 (#7066)
  • 3fb9247 Akka.TestKit: remove ConfigureAwait(false) from internal synchronous TestKi...
  • Additional commits viewable in compare view


Updates Akka.TestKit.Xunit2 from 1.5.15 to 1.5.16

Release notes

Sourced from Akka.TestKit.Xunit2's releases.

Akka.NET v1.5.16

1.5.16 January 29th 2024

Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.

Akka.Analyzers

We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:

  • AK1002: Error: Must not await Self.GracefulStop() inside ReceiveAsync<T>() or ReceiveAnyAsync
  • AK1003: Warning: ReceiveAsync<T>() or ReceiveAnyAsync() message handler without async lambda body

See the full set of supported Akka.Analyzers rules here

You can see the full set of changes for Akka.NET v1.5.16 here.

COMMITS LOC+ LOC- AUTHOR
6 1268 628 Gregorius Soedharmo
5 6 6 dependabot[bot]
2 286 224 Aaron Stannard
1 2120 0 Yan Pitangui
1 2 2 Mattias Jakobsson
1 2 0 Ebere Abanonu
1 0 65 Simon Cropp

Changes:

  • 38e4ff56fec6b71cf1238d9f2dd67bb67818000f Update RELEASE_NOTES.md for 1.5.16 release (#7076)
  • 7bd55015d712b2efab2437f69cb7e7a7134d5313 [Docs] Add AK1002 and AK1003 to index page (#7077)
  • 1b30145c918d54331fe7699831a6f880f5ca16bf Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
  • bdc46f2d13ab4342fc9dd50987ba67b5763c05e6 AK1003 - Add documentation (#7072)
  • 55253f3b3bf810cb9fc5e30c6a029d42f0f28921 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
  • ee77d7a011f577376439b6a30f7efee8f8423935 Use NoOffset when running query from start (#7069)
  • 0cb28818a7225f4e0f12a1769486e1cdd22ddb5f Separate Metrics business and wire format models (#7067)
  • 284d33a23a0bdd847049d441815e06f9f4bed12e [CS0618] InternalFlowOperations - Warning Disable (#6674)
  • 809c43272f6ec93d638d4bad553973fb9ff8bbd4 Add documentation for AK1002 (#7066)
  • 3fb92477d223995e9c009bc95648ac5403aae0eb Akka.TestKit: remove ConfigureAwait(false) from internal synchronous TestKit methods and fix Watch / Unwatch bugs (#7037) [ #7033 ]
  • 0782c7dc069618e20a3791aaab667076f487ad96 Add TestKit and TestKit.Xunit2 to the api spec (#7060)
  • 187caa930056747eab6698fd3549872ab547f2ae Fix cluster sharding benchmark (#7061)
  • 2035d9a4fe064f7cb84d520208355d3a8ed70553 Fix sharding entity id extractor nullability (#7059)

... (truncated)

Changelog

Sourced from Akka.TestKit.Xunit2's changelog.

1.5.16 January 29th 2024

Akka.NET v1.5.16 is a patch release for Akka.NET with some feature additions and changes.

Akka.Analyzers

We have expanded Akka.Analyzer and introduced 2 new rules to the Roslyn analyzer:

  • AK1002: Error: Must not await Self.GracefulStop() inside ReceiveAsync<T>() or ReceiveAnyAsync
  • AK1003: Warning: ReceiveAsync<T>() or ReceiveAnyAsync() message handler without async lambda body

See the full set of supported Akka.Analyzers rules here

You can see the full set of changes for Akka.NET v1.5.16 here.

COMMITS LOC+ LOC- AUTHOR
6 1268 628 Gregorius Soedharmo
5 6 6 dependabot[bot]
2 286 224 Aaron Stannard
1 2120 0 Yan Pitangui
1 2 2 Mattias Jakobsson
1 2 0 Ebere Abanonu
1 0 65 Simon Cropp
Commits
  • 38e4ff5 Update RELEASE_NOTES.md for 1.5.16 release (#7076)
  • 7bd5501 [Docs] Add AK1002 and AK1003 to index page (#7077)
  • 1b30145 Bump Akka.Analyzers from 0.2.1 to 0.2.2 (#7073)
  • bdc46f2 AK1003 - Add documentation (#7072)
  • 55253f3 Bump NDesk.Options.Core from 1.2.5 to 1.2.6 (#7070)
  • ee77d7a Use NoOffset when running query from start (#7069)
  • 0cb2881 Separate Metrics business and wire format models (#7067)
  • 284d33a [CS0618] InternalFlowOperations - Warning Disable (#6674)
  • 809c432 Add documentation for AK1002 (#7066)
  • 3fb9247 Akka.TestKit: remove ConfigureAwait(false) from internal synchronous TestKi...
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Aaronontheweb commented 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Superseded by #1867.