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.35 release #7464

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
27 changes: 24 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
#### 1.5.35 January 7th 2024 ####
#### 1.5.35 January 13th 2025 ####

*Placeholder for nightlies*
Akka.NET v1.5.35 is a maintenance release that addresses several bugs and added several improvements.

#### 1.5.34 January 7th 2024 ####
* [Persistence: Add per-plugin recovery permiter actor](https://github.com/akkadotnet/akka.net/pull/7448)
* [Persistence: Add support for optional snapshots](https://github.com/akkadotnet/akka.net/pull/7444)
* [TestKit: Improve XUnit assertion message formatting](https://github.com/akkadotnet/akka.net/pull/7446)
* [Sharding: Add `Broadcast` message support to sharded daemon process](https://github.com/akkadotnet/akka.net/pull/7451)
* [Core: Bump Microsoft.Extensions and BCL library version to 8.0.*](https://github.com/akkadotnet/akka.net/pull/7460)
* [DData: Fix 8.0 BCL library causing DeltaPropagationSelector to throw IndexOutOfBoundException](https://github.com/akkadotnet/akka.net/pull/7462)
* [Sharding: Fix Shard fails to unwrap buffered messages](https://github.com/akkadotnet/akka.net/pull/7452)
* [Core: Deprecate AddOrSet utility method](https://github.com/akkadotnet/akka.net/pull/7408)

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

5 contributors since release 1.5.34

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 10 | 431 | 95 | Gregorius Soedharmo |
| 7 | 4535 | 4515 | Aaron Stannard |
| 1 | 90 | 6 | Chris Hoare |
| 1 | 5 | 5 | Simon Cropp |
| 1 | 173 | 34 | Milan Gardian |

#### 1.5.34 January 7th 2025 ####

* [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)
Expand Down
Loading