File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.6.1
4
+
5
+ 23rd March 2021
6
+
7
+ Log Courier
8
+
9
+ - Fixes for panics when loading configuration
10
+
11
+ Log Carver
12
+
13
+ - Fixes for ` else ` conditionals reporting as configuration errors
14
+
3
15
## 2.6.0
4
16
5
17
23rd March 2021
6
18
7
19
Log Courier
8
20
9
- - Fix broken ` includes ` configuration that was broken in 2.5.0 and add preventative tests
21
+ - Fix broken ` includes ` configuration that was broken in 2.5.0 and add preventative tests ( # 380 )
10
22
- Added new ` reader ` configuration to ` files ` entries that defaults to ` "line" `
11
23
- Added a ` "json" ` ` reader ` that can read JSON files containing objects without line separators or line endings and decode them into events
12
24
Original file line number Diff line number Diff line change 17
17
package core
18
18
19
19
// LogCourierVersion is the library version number
20
- const LogCourierVersion string = "2.6.0 "
20
+ const LogCourierVersion string = "2.6.1 "
You can’t perform that action at this time.
0 commit comments