You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
#### 1.5.57-beta2 December 4th 2025 ####
2
+
3
+
**New Features**
4
+
*[Add semantic logging support for Akka.NET 1.5.56+](https://github.com/akkadotnet/Akka.Logger.NLog/pull/242) - NLog layouts can now access structured properties using `${event-properties:PropertyName}` syntax
5
+
*[Support custom ILogMessageFormatter implementations](https://github.com/akkadotnet/Akka.Logger.NLog/pull/196) - Refactored NLogLogger to allow override of ILogMessageFormatter
6
+
7
+
**Performance Improvements**
8
+
*[Optimize logging of LogMessage when Parameters() is object-array](https://github.com/akkadotnet/Akka.Logger.NLog/pull/186)
9
+
10
+
**Dependency Updates**
11
+
*[Upgraded to Akka.NET v1.5.57-Beta2](https://github.com/akkadotnet/akka.net/releases/tag/1.5.57-Beta2)
12
+
*[Upgraded to NLog v6.0.6](https://github.com/NLog/NLog/releases/tag/v6.0.6)
13
+
1
14
#### 1.5.41 May 15 2025 ####
2
15
3
16
*[NLogLogger - Optimize logging of LogMessage when Parameters() is object-array ](https://github.com/akkadotnet/Akka.Logger.NLog/pull/186)
0 commit comments