Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE_NOTES.md for 1.5.34 release #7443

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
#### 1.5.34 December 24th 2024 ####
#### 1.5.34 January 7th 2024 ####

*Placeholder for nightlies*
* [TestKit: Fix DelegatingSupervisorStrategy KeyNotFoundException](https://github.com/akkadotnet/akka.net/pull/7438)
* [Core: Improve actor telemetry type name override](https://github.com/akkadotnet/akka.net/pull/7439)
* [Sharding: Add `IShardingBufferMessageAdapter` to support tracing over sharding](https://github.com/akkadotnet/akka.net/pull/7441)

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

3 contributors since release 1.5.33

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 2 | 311 | 16 | Gregorius Soedharmo |
| 2 | 17 | 9 | Aaron Stannard |
| 1 | 1 | 1 | jasonmar |

#### 1.5.33 December 23rd 2024 ####

Expand Down
Loading