Skip to content

Commit c27a1ab

Browse files
committed
Updated CHANGES.md.
1 parent d474e71 commit c27a1ab

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

CHANGES.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,58 @@
1-
5.2.0
1+
# 5.3.0
2+
Code quality release.
3+
* Added code analysis and editorconfig rules based on Microsoft standards.
4+
* Fixed code analysis errors where possible and added justified suppressions the few remainig.
5+
* Use Visual Studio 2019 for AppVeyor builds
6+
* Updated some dependencies.
7+
* Added CombinedConfigDemo sample program showing how to combine config and code based sink intitialization.
8+
* Added a lot of unit tests.
9+
10+
# 5.2.0
211
* Enhancement #232: Allow to override formatter for rendering LogEvent column.
312
* Fixed #187 (again - still an exception when using logevent column with TimeStamp column type DateTimeOffset).
413
* Added sample programs
514

6-
5.1.4
15+
# 5.1.4
716
* Fixed #187 Support datetimeoffset as a column type for default column TimeStamp.
817
* Fixed #229 Slight issue with documentation.
918

10-
5.1.3
19+
# 5.1.3
1120
* Support binary data type, support specify data length in column config, support specify allow null column
1221
* Also build on unit-test commits
1322
* Added issue templase
1423
* Hybrid config implementation
1524
* Bugfixes
1625

17-
5.1.2
26+
# 5.1.2
1827
* Support for Audit sink added (#118/#110).
1928

20-
4.0.0
29+
# 4.0.0
2130
* Serilog 2.0
2231
* [Documentation fix](https://github.com/serilog/serilog-sinks-mssqlserver/pull/32)
2332

24-
2.0.33
33+
# 2.0.33
2534
* Option added to exclude redundant properties from serialized JSON in column LogEvent. (https://github.com/serilog/serilog-sinks-mssqlserver/pull/27)
2635

27-
2.0.32
36+
# 2.0.32
2837
* Safe conversion of data types. Also included selflog for bulk operation errors. (https://github.com/serilog/serilog-sinks-mssqlserver/pull/4)
2938

30-
2.0.31
39+
# 2.0.31
3140
* Added the ability to configure additional columns via XML configuration (https://github.com/serilog/serilog-sinks-mssqlserver/pull/6)
3241

33-
2.0.30
42+
# 2.0.30
3443
* You can optionally save the log event inside the database too. Also added ability to exclude the properties if they are saved already inside additional columns. (https://github.com/serilog/serilog-sinks-mssqlserver/pull/7)
3544

36-
2.0.28
45+
# 2.0.28
3746
* Added explicit column mappings (https://github.com/serilog/serilog-sinks-mssqlserver/pull/10)
3847

39-
2.0.27
48+
# 2.0.27
4049
* Option added to automatically create a database table (by Kiran Varsani (https://github.com/varsanikp))
4150

42-
2.0.13
51+
# 2.0.13
4352
* Ability to add additional properties as columns in the database
4453

45-
2.0.1
54+
# 2.0.1
4655
* Option to [write times in UTC](https://github.com/serilog/serilog-sinks-mssqlserver/pull/1)
4756

48-
1.5
57+
# 1.5
4958
* Moved from serilog/serilog

0 commit comments

Comments
 (0)