1.4.26 September 28 2021
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.26 is a very small release that addresses one wire format regression introduced in Akka.NET v1.4.20.
Bug Fixes and Improvements
- Akka.Remote / Akka.Persistence: PrimitiveSerializers manifest backwards compatibility problem - this could cause regressions when upgrading to Akka.NET v1.4.20 and later. We have resolved this issue in Akka.NET v1.4.26. Please see our Akka.NET v1.4.26 upgrade advisory for details.
- Akka.DistributedData.LightningDb: Revert #5180, switching back to original LightningDB packages
You can see the full set of changes introduced in Akka.NET v1.4.26 here
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
4 | 99 | 96 | Gregorius Soedharmo |
3 | 79 | 5 | Aaron Stannard |
1 | 1 | 1 | dependabot[bot] |
Changes:
- 2f92a5a Merge pull request #5294 from akkadotnet/dev
- 46604f0 added v1.4.26 release notes (#5293)
- 8f45d70 Added HOCON comment for
akka.actor.serialization-settings.primitive.use-legacy-behavior
(#5292) - 302e3cb Change PrimitiveSerializer compatibility switch setting name from
use-neutral-primitives
touse-legacy-behavior
for less ambiguity (#5290) - dc44359 Added Akka.NET v1.4 upgrade advisories area to website (#5289)
- eb955c2 Modify MNTR to work with the new MNTR package (#5288)
- 084156e Revert #5180, switching back to original LightningDB packages. (#5286)
- 6101fea Add backward compatibility to PrimitiveSerializers (#5280)
- 708b539 Bump Microsoft.Data.SQLite from 5.0.9 to 5.0.10 (#5277)
- ed3807d Update RELEASE_NOTES.md
This list of changes was auto generated.