1.5.29 October 1st 2024
Akka.NET v1.5.29 is an emergency patch release that addresses a severe bug for persistence users whom also use protobuf serializer.
- DData: Remove Hyperion dependency
- Streams: Fix SelectAsync race condition bug
- Core: Add new IWithTimers API to allow sender override
- Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)
- Core: Fix AskTimeoutException message formatting bug
To see the full set of changes in Akka.NET v1.5.29, click here.
3 contributors since release 1.5.28
COMMITS | LOC+ | LOC- | AUTHOR |
---|---|---|---|
4 | 177 | 14 | Gregorius Soedharmo |
1 | 10 | 10 | Simon Cropp |
1 | 0 | 1 | Aaron Stannard |
Changes:
- f5c4e63 Fix unit tests related to the Persistence DateTime bug (#7352)
- 5db9d86 Update RELEASE_NOTES.md for 1.5.29 release (#7351)
- 42dfbce Fix AskTimeoutException message formatting bug (#7350)
- 33fd92d Fix DateTimeOffset.DateTime UTC bug (#7349)
- c295010 sdk 8.0.402 (#7348)
- 554086c Add IWithTimers API with sender override (#7341)
- 8e2e11d Streams: Fix SelectAsync race condition bug (#7338)
- 6f937b5 Remove Hyperion from DData (#7337)
This list of changes was auto generated.