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.17 release #7110

Merged
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
34 changes: 32 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
#### 1.5.17 January 29th 2024 ####
#### 1.5.17 February 29th 2024 ####

Akka.NET v1.5.17 is a patch release for Akka.NET with some feature additions and bug fixes.

* [Core: Fix null ref for `LogSource`](https://github.com/akkadotnet/akka.net/pull/7078)
* [Persistence.TCK: Make all snapshot tests virtual](https://github.com/akkadotnet/akka.net/pull/7093)
* [Core: Suppress extremely verbose `TimerScheduler` debug message](https://github.com/akkadotnet/akka.net/pull/7102)
* [Sharding: Implement reliable delivery custom message bypass feature](https://github.com/akkadotnet/akka.net/pull/7106)
* Update dependencies
* [Persistence: Bump Microsoft.Data.SQLite to 8.0.2](https://github.com/akkadotnet/akka.net/pull/7096)
* [Core: Bump Google.Protobuf to 3.25.3](https://github.com/akkadotnet/akka.net/pull/7100)
* [Core: Bump Akka.Analyzers to 0.2.3](https://github.com/akkadotnet/akka.analyzers/releases/tag/0.2.3)
* Documentations
* [Actors: Fix typo](https://github.com/akkadotnet/akka.net/pull/7085)
* [Remoting: Fix remote deployment typo](https://github.com/akkadotnet/akka.net/pull/7095)
* [Analyzers: Add missing TOC links](https://github.com/akkadotnet/akka.net/pull/7098)
* [Sharding: Add missing custom sharding handoff stop documentation](https://github.com/akkadotnet/akka.net/pull/7101)

*Placeholder for nightlies*
**Akka.Analyzers**

* The AK1001 rule has been removed due to the discussion [here](https://github.com/akkadotnet/akka.analyzers/issues/65).
* AK1002 has been enhanced with better problem detection.

You can [see the full set of changes for Akka.NET v1.5.17 here](https://github.com/akkadotnet/akka.net/milestones/1.5.17).

| COMMITS | LOC+ | LOC- | AUTHOR |
|---------|------|------|---------------------|
| 7 | 1342 | 732 | Gregorius Soedharmo |
| 4 | 5 | 5 | dependabot[bot] |
| 3 | 158 | 4 | Aaron Stannard |
| 2 | 3 | 3 | hassan-me |
| 1 | 2 | 8 | Massimiliano Donini |
| 1 | 12 | 12 | Mattias Jakobsson |

#### 1.5.16 January 29th 2024 ####

Expand Down
Loading