1.4.49-beta1 January 11th 2023
Akka.NET v1.4.49-beta is a minor release that introduces compression to the JSON serializer, which can be enabled via the following configuration:
akka.actor.serialization-settings.json.use-compression = true
Please note that this changes the wire format for Newtonsoft.Json - so enabling this setting may cause downtime during your initial deployment over Akka.Remote. This setting might also cause previously persisted Akka.Persistence data to become unreadable if it was serialized using Newtonsoft.Json.
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
1 | 157 | 28 | Gregorius Soedharmo |
Changes:
- e5a916c Update RELEASE_NOTES.md for 1.4.49-beta1 release (#6344)
- d7daf56 Add compression option for NewtonSoftJsonSerializer (#6341)
This list of changes was auto generated.