Skip to content

Akka.Hosting 1.5.67

Choose a tag to compare

@github-actionsgithub-actions released this 26 Apr 18:52
e8badf4

1.5.67 April 26th 2026

New Features

  • Add WithStrictSerialization helper — resolves 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