Skip to content

Bump Akka.Discovery.Azure and Akka.Hosting#7

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/multi-aa5b38d686
Open

Bump Akka.Discovery.Azure and Akka.Hosting#7
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/multi-aa5b38d686

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Updated Akka.Discovery.Azure from 1.5.59 to 1.5.68.

Release notes

Sourced from Akka.Discovery.Azure's releases.

1.5.68

1.5.68 May 31st 2026

Changes:

  • d9d10723abf00b89c73605ded6c2b14ebb85f15a Update RELEASE_NOTES.md for 1.5.68 release (#​3435)
  • 14b52b1481c6395647922aeaf834eb194d06e0ab Bump AkkaVersion and AkkaHostingVersion from 1.5.67 to 1.5.68 (#​3434)

This list of changes was auto generated.

1.5.67

1.5.67 April 28th 2026

Changes:

  • 7e462dc97ade493be03d5091050eb4a8f6aa6c7d Update RELEASE_NOTES.md for 1.5.67 release (#​3431)
  • 4c5273b3f25c6f781db231ad8cd384afe70faee4 Bump AkkaVersion and AkkaHostingVersion from 1.5.65 to 1.5.67 (#​3430)

This list of changes was auto generated.

1.5.65

1.5.65 April 10th 2026

Changes:

  • 31570158da5c8c5c7543a65891c0bd973747f77f Update RELEASE_NOTES.md for 1.5.65 release (#​3426)
  • 5ee498e66b25a082ac9ccf12333c59a26488a285 Bump AkkaVersion and AkkaHostingVersion to 1.5.65 (#​3425)
  • a3260740593353a0b7e0aca6d89b3b37b6b911b7 Bump AkkaVersion and AkkaHostingVersion to 1.5.64 (#​3424)

This list of changes was auto generated.

1.5.63

1.5.63 March 31st 2026

Changes:

  • 8915eb12bc17b469b64a88a17db7765577072d2c Update RELEASE_NOTES.md for 1.5.63 release (#​3423)
  • 1ad5a927a46220edf9aa9cfb085a02a83149abca Bump coverlet.collector from 6.0.4 to 8.0.1 (#​3416)
  • 158c514392875ae9f3e06fc94f48dc05f674eeb7 Fix heartbeat self-conflict causes unnecessary lease release after transient timeout (#​3418)
  • 825ea776d6ae96b4b05d4286221bb611fe9f6616 Fix intermittent NRE in ServerSettings.Create due to InjectTopLevelFallback race (#​3419)
  • c152aff759142903d18172ce45ce21998fac1cb6 Extract only latest release block for GitHub release body (#​3410)

This list of changes was auto generated.

1.5.62

1.5.62 March 9th 2026

1.5.61 February 27th 2026

1.5.60 February 10th 2026

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

... (truncated)

1.5.61

1.5.61 February 27th 2026

1.5.60 February 10th 2026

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • 2524059a994e5e805dd0a269261873af81d0b2a4 Update RELEASE_NOTES.md for 1.5.61 release (#​3401)
  • 27d8a1022c9c4c3760fa573d89476fa11a3a932f Bump AkkaVersion and AkkaHostingVersion from 1.5.60 to 1.5.61 (#​3400)
  • 0cd56f195d145ebe90a87140d6a06a54ed45e8fc Update health check reference in reference.conf (#​3395)
  • b0d6a92dc658c1435fdeef4ad2006e2d2ed65cd7 Fix CreateInNotExistAsync bug (#​3398)

This list of changes was auto generated.

1.5.60

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • bf3c0cec60e86ad3447d58b0cac37ec0487afb8a Bump Akka.NET to 1.5.60 (#​3396)

This list of changes was auto generated.

Commits viewable in compare view.

Updated Akka.Hosting from 1.5.59 to 1.5.68.

Release notes

Sourced from Akka.Hosting's releases.

1.5.68

1.5.68 May 18th 2026

Security Fixes

  • Resolve GHSA-g94r-2vxg-569j by bumping OpenTelemetry minimum to 1.10.0 - OpenTelemetry.Api 1.9.0 has a known moderate severity vulnerability. The minimum OpenTelemetry version floor has been raised from 1.9.0 to 1.10.0, and the Microsoft.Extensions.Logging floor has been raised to 9.0.0. Downstream consumers that previously resolved to the vulnerable OpenTelemetry.Api 1.9.0 will now pull the safe 1.10.0 release.

Bug Fixes

  • Fix implicit-sender leak under xUnit v3 parallel execution in Akka.Hosting.TestKit - Under xUnit v3's default parallel-class scheduling, await continuations could resume on ThreadPool threads where a sibling test had pinned its actor cell, causing Tell() to use the wrong implicit sender and replies to land in the wrong TestActor's mailbox. A new wrapping SynchronizationContext preserves xUnit's scheduler while pinning the ambient actor cell across await continuations.
  • Fix SynchronizationContext leak and TestActor startup race in Akka.Hosting.TestKit - Two compounding sources of flakiness in sequential xUnit v3 suites: (1) the ActorCellKeepingSynchronizationContext installed during host startup leaked out of the initialization callback and was inherited by subsequent tests, pinning continuations onto disposed ActorCells; (2) the TestActor created during host startup was intermittently terminated by a race with other /system actors starting concurrently. Fixed by bracketing the context installation with a save/restore and adding post-startup TestActor liveness verification with automatic re-creation.
  • Fix cached TestProbe refs becoming stale after TestActor recovery in Akka.Hosting.TestKit - Actors created during WithActors could cache IRequiredActor<TestProbe>.ActorRef before recovery ran. Re-registering a new raw TestActor in ActorRegistry did not update those cached refs. TestProbe is now registered via a stable forwarding actor whose target is swapped atomically after recovery, ensuring all cached references remain valid.

1.5.67

1.5.67 April 26th 2026

New Features

  • Add WithStrictSerialization helperresolves issue #​734. Adds WithStrictSerialization(bool enabled = true) extension on AkkaConfigurationBuilder that sets akka.actor.serialization-settings.allow-unregistered-types = off, disabling the Newtonsoft.Json fallback and throwing SerializationException for unregistered types.

Updates

1.5.65

1.5.65 April 10th 2026

Updates

1.5.64

1.5.64 March 31st 2026

Bug Fixes

  • Fix LoggerFactoryLogger metadata regression for non-semantic logs - PR #​706 (trace correlation) accidentally gated ActorPath, LogSource, Timestamp, and Thread emission on _hasSemanticProperties, which was false for plain-string logs. Non-semantic logs lost all structured metadata, breaking downstream consumers such as Datadog pipelines and custom ConsoleFormatters. All log paths now emit the full set of Akka metadata as structured attributes regardless of whether the message uses named placeholders.

Breaking Changes

  • Convert Akka.Hosting.TestKit to xUnit 3 - Akka.Hosting.TestKit now targets xUnit v3. Users who need to remain on xUnit v2 can switch to the new Akka.Hosting.TestKit.Xunit2 package, which preserves the previous xUnit v2-based TestKit API.

Updates

1.5.63

1.5.63 March 24th 2026

Bug Fixes

Updates

1.5.62

1.5.62 March 4th 2026

Updates

1.5.61 February 26th 2026

Updates

1.5.60 February 10th 2026

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.
  • Add WithContext() integration tests for MEL logger - confirmed that Akka.NET 1.5.60's WithContext() logging context enrichment works automatically with LoggerFactoryLogger. Context properties set via the core WithContext() API flow through to Microsoft.Extensions.Logging state dictionaries via TryGetProperties() without any code changes needed.

Bug Fixes

Deprecations

  • WithDefaultLogMessageFormatter<T>() is now marked [Obsolete]SemanticLogMessageFormatter is the default as of Akka.NET 1.5.58 and no longer needs to be set explicitly. The method still works for custom ILogMessageFormatter implementations.

Updates

1.5.60-beta1 January 29th 2026

Beta Release

This is a beta release for testing the OpenTelemetry trace correlation feature that was merged after 1.5.59.

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

1.5.59 January 2026

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

Bug Fixes

Updates

1.5.58 January 9th 2026

Updates
... (truncated)

1.5.61

1.5.61 February 26th 2026

Updates

1.5.60 February 10th 2026

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.
  • Add WithContext() integration tests for MEL logger - confirmed that Akka.NET 1.5.60's WithContext() logging context enrichment works automatically with LoggerFactoryLogger. Context properties set via the core WithContext() API flow through to Microsoft.Extensions.Logging state dictionaries via TryGetProperties() without any code changes needed.

Bug Fixes

Deprecations

  • WithDefaultLogMessageFormatter<T>() is now marked [Obsolete]SemanticLogMessageFormatter is the default as of Akka.NET 1.5.58 and no longer needs to be set explicitly. The method still works for custom ILogMessageFormatter implementations.

Updates

1.5.60-beta1 January 29th 2026

Beta Release

This is a beta release for testing the OpenTelemetry trace correlation feature that was merged after 1.5.59.

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

1.5.59 January 2026

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

Bug Fixes

Updates

1.5.58 January 9th 2026

Updates

1.5.57 December 16th 2025

New Features
... (truncated)

1.5.60

1.5.60 February 10th 2026

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.
  • Add WithContext() integration tests for MEL logger - confirmed that Akka.NET 1.5.60's WithContext() logging context enrichment works automatically with LoggerFactoryLogger. Context properties set via the core WithContext() API flow through to Microsoft.Extensions.Logging state dictionaries via TryGetProperties() without any code changes needed.

Bug Fixes

Deprecations

  • WithDefaultLogMessageFormatter<T>() is now marked [Obsolete]SemanticLogMessageFormatter is the default as of Akka.NET 1.5.58 and no longer needs to be set explicitly. The method still works for custom ILogMessageFormatter implementations.

Updates

1.5.60-beta1 January 29th 2026

Beta Release

This is a beta release for testing the OpenTelemetry trace correlation feature that was merged after 1.5.59.

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

1.5.59 January 2026

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

Bug Fixes

Updates

1.5.58 January 9th 2026

Updates

1.5.57 December 16th 2025

New Features

  • Add semantic logging support for Akka.NET 1.5.56+ - enables Microsoft.Extensions.Logging to receive properly structured state dictionaries instead of pre-formatted strings. When using Akka.NET 1.5.56+, log messages now include structured properties from the semantic logging API along with Akka metadata (ActorPath, Timestamp, Thread, LogSource). Fully backwards compatible with older Akka.NET versions.

Updates

... (truncated)

1.5.60-beta1

1.5.60-beta1 January 29th 2026

Beta Release

This is a beta release for testing the OpenTelemetry trace correlation feature that was merged after 1.5.59.

New Features

  • Add OpenTelemetry trace correlation support for LoggerFactoryLogger - enables proper trace correlation for logs emitted from actor code. Solves the problem that Activity.Current doesn't flow across actor mailbox boundaries because it uses AsyncLocal<T>. When using Akka.NET 1.5.59+, LogEvent.ActivityContext captures trace context at log creation time and flows it through to OpenTelemetry LogRecords via the new AkkaTraceContextProcessor. Register with options.AddAkkaTraceCorrelation() in your OpenTelemetry logging configuration.

Commits viewable in compare view.

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)

Bumps Akka.Discovery.Azure from 1.5.59 to 1.5.68
Bumps Akka.Hosting from 1.5.59 to 1.5.68

---
updated-dependencies:
- dependency-name: Akka.Discovery.Azure
  dependency-version: 1.5.68
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Hosting
  dependency-version: 1.5.68
  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 Jun 2, 2026
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