Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.29 release (#7351)
Browse files Browse the repository at this point in the history
* Update RELEASE_NOTES.md for 1.5.28.1 release

* update version

* Update RELEASE_NOTES.md

---------

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
Arkatufus and Aaronontheweb authored Oct 1, 2024
1 parent 42dfbce commit 5db9d86
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
#### 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](https://github.com/akkadotnet/akka.net/pull/7337)
* [Streams: Fix SelectAsync race condition bug](https://github.com/akkadotnet/akka.net/pull/7338)
* [Core: Add new IWithTimers API to allow sender override](https://github.com/akkadotnet/akka.net/pull/7341)
* [Persistence: Fix SnapshotMetadata default timestamp value (DateTimeKind.Utc bug)](https://github.com/akkadotnet/akka.net/pull/7349)
* [Core: Fix AskTimeoutException message formatting bug](https://github.com/akkadotnet/akka.net/pull/7350)

To [see the full set of changes in Akka.NET v1.5.29, click here](https://github.com/akkadotnet/akka.net/milestone/112?closed=1).

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 |

#### 1.5.28 September 5th 2024 ####

Akka.NET v1.5.28 is a release with several bug fixes and improvements.
Expand Down

0 comments on commit 5db9d86

Please sign in to comment.