Skip to content

Commit 5b2cef5

Browse files
authored
Update RELEASE_NOTES,md for 1.5.21 release (#7207)
* Update RELEASE_NOTES,md for 1.5.21 release * Fix release date
1 parent 06e5ade commit 5b2cef5

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

RELEASE_NOTES.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
#### 1.5.21 April 29th 2024 ####
1+
#### 1.5.21 May 28th 2024 ####
22

3-
Placeholder for nightlies
3+
Akka.NET v1.5.21 is a significant release for Akka.NET with a major feature additions and bug fixes.
4+
5+
* [Core: Fix error logging bug](https://github.com/akkadotnet/akka.net/pull/7186)
6+
* [Core: Add log filtering feature](https://github.com/akkadotnet/akka.net/pull/7179)
7+
* [Pub-Sub: Fix missing SendOneMessageToEachGroup property](https://github.com/akkadotnet/akka.net/pull/7202)
8+
* [Core: Fix incorrect IWrappedMessage deserialization when serialize-messages setting is on](https://github.com/akkadotnet/akka.net/pull/7200)
9+
* [Core: Bump Akka.Analyzers to 0.2.5](https://github.com/akkadotnet/akka.net/pull/7206)
10+
11+
**Log Message Filtering**
12+
13+
You can now filter out unwanted log messages based on either its source or message content. Documentation can be read in the [logging documentation](https://getakka.net/articles/utilities/logging.html#filtering-log-messages).
14+
15+
**New Akka.Analyzers Rule**
16+
17+
Added AK1006 rule to suggest user to use `PersistAll()` and `PersistAllAsync()` when applicable. Documentation can be read in the [documentation](https://getakka.net/articles/debugging/rules/AK1006.html)
418

519
#### 1.5.20 April 29th 2024 ####
620

0 commit comments

Comments
 (0)