Skip to content

Commit a74b64b

Browse files
v1.5.41 release notes (#195)
#### 1.5.41 May 15 2025 #### * [NLogLogger - Optimize logging of LogMessage when Parameters() is object-array ](#186) * [Upgraded to Akka.NET v1.5.41](https://github.com/akkadotnet/akka.net/releases/tag/1.5.41) * [Upgraded to NLog v5.4.0](https://github.com/NLog/NLog/releases/tag/v5.4.0)
1 parent 6f71a00 commit a74b64b

File tree

1 file changed

+4
-74
lines changed

1 file changed

+4
-74
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,5 @@
1-
#### 1.5.13 September 27 2023 ####
1+
#### 1.5.41 May 15 2025 ####
22

3-
* [Upgrade Akka.NET to v1.5.13](https://github.com/akkadotnet/akka.net/releases/tag/1.5.13)
4-
* [Bump NLog to 5.2.4](https://github.com/akkadotnet/Akka.Logger.NLog/pull/171)
5-
6-
#### 1.5.0 March 6 2023 ####
7-
8-
* [Upgrade Akka.NET to v1.5.0](https://github.com/akkadotnet/akka.net/releases/tag/1.5.0)
9-
* [Bump NLog to 5.1.2](https://github.com/akkadotnet/Akka.Logger.NLog/pull/133)
10-
11-
#### 1.4.10 October 29 2020 ####
12-
- Update Akka to 1.4.10
13-
- Update NLog to 4.7.5
14-
- Resolve [Null reference exception due to RemoteActorRefProvider.RemoteInternals being null](https://github.com/akkadotnet/akka.net/issues/4579)
15-
16-
17-
#### 1.4.5 May 4 2020 ####
18-
19-
- Update Akka to 1.4.5
20-
- Update NLog to 4.7.0
21-
22-
#### 1.4.2 March 14 2020 ####
23-
24-
Updated to Akka 1.4.2
25-
Changed TargetFramework to NetStandard2.0
26-
27-
#### 1.3.5 January 28 2020 ####
28-
29-
Changed TargetFramework from net462 to net452
30-
31-
#### 1.3.4 January 12 2020 ####
32-
33-
Update to Akka 1.3.17
34-
Update to NLog 4.5.11
35-
36-
#### 1.3.3 June 30 2018 ####
37-
38-
Support structured logging and message templates using NLog 4.5
39-
40-
#### 1.3.1 May 5 2018 ####
41-
42-
Support for Akka 1.3.5
43-
Updated to NLog 4.5.0
44-
Fixed NLog Logger Name to be without Assembly Name
45-
Added akkaSenderPath to NLog LogEventInfo.Properties
46-
47-
#### 1.3.0-BETA August 31 2017 ####
48-
49-
Support for Akka 1.3.0 and .NET Core
50-
51-
#### 1.2.0 April 18 2017 ####
52-
53-
Support for Akka 1.2.0
54-
Updated to NLog 4.4.6
55-
56-
#### 1.1.3 January 26 2017 ####
57-
58-
Support for Akka 1.1.3
59-
Updated to NLog 4.3.2
60-
61-
#### 1.1.2 October 10 2016 ####
62-
63-
Support for Akka 1.1.2
64-
65-
#### 1.1.1 July 18 2016 ####
66-
67-
Support for Akka 1.1.1
68-
69-
#### 1.0.8 March 27 2016 ####
70-
71-
Support for Akka 1.0.8
72-
73-
#### 1.0.7 February 29 2016 ####
74-
75-
Support for Akka 1.0.7
3+
* [NLogLogger - Optimize logging of LogMessage when Parameters() is object-array ](https://github.com/akkadotnet/Akka.Logger.NLog/pull/186)
4+
* [Upgraded to Akka.NET v1.5.41](https://github.com/akkadotnet/akka.net/releases/tag/1.5.41)
5+
* [Upgraded to NLog v5.4.0](https://github.com/NLog/NLog/releases/tag/v5.4.0)

0 commit comments

Comments
 (0)