Skip to content

Bump Akka.Streams from 1.5.59 to 1.5.62#76

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/Akka.Streams.Benchmark/Akka.Streams-1.5.62
Closed

Bump Akka.Streams from 1.5.59 to 1.5.62#76
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/Akka.Streams.Benchmark/Akka.Streams-1.5.62

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Updated Akka.Streams from 1.5.59 to 1.5.62.

Release notes

Sourced from Akka.Streams's releases.

1.5.62

1.5.62 March 3rd, 2026

Akka.NET v1.5.62 is a maintenance release with an important bug fix for logging stability when using third-party logging providers.

Bug Fixes

1 contributor since release 1.5.61

COMMITS LOC+ LOC- AUTHOR
1 213 35 Aaron Stannard

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

1.5.61 February 26th, 2026

Akka.NET v1.5.61 is a maintenance release with important bug fixes for Akka.Cluster.Sharding, Akka.Cluster, and Akka.Core.

Akka.Cluster.Sharding Bug Fixes

Akka.Cluster Bug Fixes

Bug Fixes

Improvements

4 contributors since release 1.5.60

COMMITS LOC+ LOC- AUTHOR
4 2085 27 Aaron Stannard
5 52 14 Matt Kotsenas
3 151 9 Gregorius Soedharmo
1 2 2 Apoorv Darshan

... (truncated)

1.5.61

1.5.61 February 26th, 2026

Akka.NET v1.5.61 is a maintenance release with important bug fixes for Akka.Cluster.Sharding, Akka.Cluster, and Akka.Core.

Akka.Cluster.Sharding Bug Fixes

Akka.Cluster Bug Fixes

Bug Fixes

Improvements

4 contributors since release 1.5.60

COMMITS LOC+ LOC- AUTHOR
4 2085 27 Aaron Stannard
5 52 14 Matt Kotsenas
3 151 9 Gregorius Soedharmo
1 2 2 Apoorv Darshan

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

Changes:

  • a5b74fdc056c9129595418fc76473fbaafc90361 Update RELEASE_NOTES.md for 1.5.61 release (#​8063)
  • e5eda84a2456b46adf7b871f108097911f2e5b39 Update v1.5 branch with latest v1.6 changes (#​8062) [ #​8046, #​8052, #​8048, #​8037, #​8051, #​8054, #​8050, #​7500, #​8055, #​8056, #​8057, #​8058, #​8061 ]
  • 60530835dee3e03aa95bcdcf9d96c8ece2666133 Update API Approval list for .net 4.8
  • be798e75df2c79c683f19719aea261a534fdaf37 Fix wrong randomFactor argument type on RetrySupport.Retry() (#​8061)
  • 1acf5dce21da04c71c2660084470b03110c4af48 VectorClock inequality fixes (#​8058)
  • 84217761134a80061bd733264dbd57b7f145dfa0 fix: remove stray dollar signs from interpolated strings (#​8057)
  • 6fb236b6bf8bdbb8fd2872a1606bab694cc6dbfc fix: correct format index in 3-arg LogInfo overload (#​8056)
  • 53312a03c73d9c4138b9cd34f5b4d1d5eeca8bc2 Port Pekko ShardStopped handler + handoff safety net (#​7500) (#​8055)
  • 1b0f61a0eb9b84fbd1583bf9cedaf16449b58648 Correct self-comparison in ShardCoordinator ResendShardHost handler (#​8050)
  • c6c20805082a524ff0081a2e766f2e04ba4896d6 Fix Shard remember-entities flag mismatch causing entity restart failures (#​8054)
See More

... (truncated)

1.5.60

1.5.60 February 9th, 2026

Akka.NET v1.5.60 is a maintenance release with a bug fix and a new feature for structured logging.

Bug Fixes

New Features

  • Add logging context enrichment and scopes - Fixes issue #​7535. Adds WithContext() and BeginScope() extension methods to ILoggingAdapter for structured logging context enrichment. Context properties are automatically included in log output and forwarded to downstream logging providers like Serilog and NLog. See documentation.

    var log = Logging.GetLogger(Sys, "example");
    
    // Enrich a logger with additional structured context
    var enrichedLog = log
        .WithContext("Tenant", "foo")
        .WithContext("Partition", 12);
    
    enrichedLog.Info("Processing {Offset}", 42);
    // Output: [INFO][...][akka://sys/user/a][Tenant=foo][Partition=12] Processing 42
    
    // Create a temporary logging scope
    using (var scope = log.BeginScope("RequestId", "REQ-123"))
    {
        scope.Log.Info("Handling request {RequestId}", "REQ-123");
    }
COMMITS LOC+ LOC- AUTHOR
2 581 89 Aaron Stannard

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

Changes:

  • 174a81d4d6a056c0fb3d55b207a4e7a8cba2c78c Update version to 1.5.60 and add release notes (#​8045)
  • dfcb680afd5b372eec549beebd8cd37ad2dfb6ad Add logging context enrichment and scopes (#​8042)
  • 717b53f74e2432db6119fc754fba0e0bc4eb72e7 Fix TestActor initialization race in parallel test startup (#​8023)

This list of changes was auto generated.

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 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 24, 2026

Superseded by #77.

@dependabot dependabot Bot closed this Mar 24, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/src/Akka.Streams.Benchmark/Akka.Streams-1.5.62 branch March 24, 2026 11:04
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

0 participants