Skip to content

Bump Akka.Hosting from 1.5.63 to 1.5.67#94

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/nuget/Akka.Hosting-1.5.67
Open

Bump Akka.Hosting from 1.5.63 to 1.5.67#94
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/nuget/Akka.Hosting-1.5.67

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updated Akka.Hosting from 1.5.63 to 1.5.67.

Release notes

Sourced from Akka.Hosting's releases.

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

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.Hosting
  dependency-version: 1.5.67
  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 Apr 27, 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

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add WithStrictSerialization helper to disable System.Object serialization fallback

0 participants