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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
## Change Log
2
2
3
3
Date format: (year/month/day)
4
+
### v5.0-preview 1 (2021/08/28)
5
+
Version 5 for NLog 5
6
+
7
+
#### 🚀 Features
8
+
9
+
-[#520](https://github.com/NLog/NLog.Extensions.Logging/pull/520): Changed LoggingConfigurationSectionName to default NLog (@snakefoot)
10
+
-[#465](https://github.com/NLog/NLog.Extensions.Logging/pull/465): Add support for config variables with JsonLayout (@snakefoot)
11
+
12
+
#### 👍 Enhancements
13
+
14
+
-[#522](https://github.com/NLog/NLog.Extensions.Logging/pull/522): Reload now fully support KeepVariablesOnReload (@snakefoot)
15
+
-[#521](https://github.com/NLog/NLog.Extensions.Logging/pull/521): Change default value for RemoveLoggerFactoryFilter to true (@snakefoot)
16
+
17
+
#### ⏩ Performance
18
+
19
+
-[#519](https://github.com/NLog/NLog.Extensions.Logging/pull/519): Update to NLog 5.0 Preview 1 with ScopeContext instead of MDLC (@snakefoot)
20
+
-[#485](https://github.com/NLog/NLog.Extensions.Logging/pull/485): Remove startup overhead caused by enumerating all assemblies for callsite logic (@snakefoot)
21
+
-[#319](https://github.com/NLog/NLog.Extensions.Logging/pull/319): NLogLogger - Reduce allocation by not boxing EventId when CaptureEntireEventId = false (@snakefoot)
0 commit comments