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: CHANGELOG.MD
+15-7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
Date format: (year/month/day)
4
4
5
+
### v5.0 (2022/05/17)
6
+
7
+
#### 🔧 Maintenance
8
+
9
+
-[#590](https://github.com/NLog/NLog.Extensions.Logging/pull/590): Added nuget-dependency Microsoft.Extensions.Configuration.Abstractions for all platforms (@snakefoot)
10
+
-[#583](https://github.com/NLog/NLog.Extensions.Logging/pull/583): NLogBeginScopeParser - Improve parsing of custom KeyValuePair as scope-properties (@snakefoot)
11
+
-[#581](https://github.com/NLog/NLog.Extensions.Logging/pull/581): Support RemoveLoggerFactoryFilter and ReplaceLoggerFactory in appsettings.json (@snakefoot)
12
+
-[#579](https://github.com/NLog/NLog.Extensions.Logging/pull/579): ConfigSettingLayoutRenderer - Improve support for RegisterServiceProvider (@snakefoot)
13
+
-[#572](https://github.com/NLog/NLog.Extensions.Logging/pull/572): MicrosoftConsoleLayoutRenderer - Skip string-allocation for EventId when possible on platform (@snakefoot)
14
+
-[#571](https://github.com/NLog/NLog.Extensions.Logging/pull/571): MicrosoftConsoleJsonLayout - Fixed IndexOutOfRangeException when large EventID (@snakefoot)
15
+
-[#570](https://github.com/NLog/NLog.Extensions.Logging/pull/570): MicrosoftConsoleLayoutRenderer - Fixed IndexOutOfRangeException when large EventID (@mickelsonmichael)
16
+
17
+
See also [List of major changes in NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html)
18
+
5
19
### v5.0-rc2 (2022/01/19)
6
20
7
21
#### 🔧 Maintenance
@@ -24,8 +38,6 @@ Date format: (year/month/day)
24
38
-[#558](https://github.com/NLog/NLog.Extensions.Logging/pull/558): Bump to Visual Studio 2022 on AppVeyor (@snakefoot)
25
39
-[#559](https://github.com/NLog/NLog.Extensions.Logging/pull/559): NLogLogger - Reduce complexity of CreateLogEventInfo (@snakefoot)
26
40
27
-
See also [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html)
28
-
29
41
### v5.0-preview 3 (2021/10/26)
30
42
31
43
#### 🚀 Features
@@ -37,8 +49,6 @@ See also [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-
37
49
-[#541](https://github.com/NLog/NLog.Extensions.Logging/pull/541): NLogLogger refactoring for faster EventId-property capture (@snakefoot)
38
50
-[#539](https://github.com/NLog/NLog.Extensions.Logging/pull/539): NLogLogger refactoring to reduce code-path-navigations (@snakefoot)
39
51
40
-
See also [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html)
41
-
42
52
### v5.0-preview 2 (2021/10/03)
43
53
44
54
#### 👍 Enhancements
@@ -49,8 +59,6 @@ See also [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-
49
59
-[#534](https://github.com/NLog/NLog.Extensions.Logging/pull/534): Fixed spelling for IncludeActivityIdsWithBeginScope (@snakefoot)
50
60
-[#535](https://github.com/NLog/NLog.Extensions.Logging/pull/535): NLogProviderOptions with support for RegisterServiceProvider (@snakefoot)
51
61
52
-
See also [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html)
53
-
54
62
### v5.0-preview 1 (2021/08/28)
55
63
56
64
#### 🚀 Features
@@ -73,7 +81,7 @@ See also [Release post for NLog 5](https://nlog-project.org/2021/08/25/nlog-5-0-
0 commit comments