|
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 |
2 | 11 | * Enhancement #232: Allow to override formatter for rendering LogEvent column.
|
3 | 12 | * Fixed #187 (again - still an exception when using logevent column with TimeStamp column type DateTimeOffset).
|
4 | 13 | * Added sample programs
|
5 | 14 |
|
6 |
| -5.1.4 |
| 15 | +# 5.1.4 |
7 | 16 | * Fixed #187 Support datetimeoffset as a column type for default column TimeStamp.
|
8 | 17 | * Fixed #229 Slight issue with documentation.
|
9 | 18 |
|
10 |
| -5.1.3 |
| 19 | +# 5.1.3 |
11 | 20 | * Support binary data type, support specify data length in column config, support specify allow null column
|
12 | 21 | * Also build on unit-test commits
|
13 | 22 | * Added issue templase
|
14 | 23 | * Hybrid config implementation
|
15 | 24 | * Bugfixes
|
16 | 25 |
|
17 |
| -5.1.2 |
| 26 | +# 5.1.2 |
18 | 27 | * Support for Audit sink added (#118/#110).
|
19 | 28 |
|
20 |
| -4.0.0 |
| 29 | +# 4.0.0 |
21 | 30 | * Serilog 2.0
|
22 | 31 | * [Documentation fix](https://github.com/serilog/serilog-sinks-mssqlserver/pull/32)
|
23 | 32 |
|
24 |
| -2.0.33 |
| 33 | +# 2.0.33 |
25 | 34 | * Option added to exclude redundant properties from serialized JSON in column LogEvent. (https://github.com/serilog/serilog-sinks-mssqlserver/pull/27)
|
26 | 35 |
|
27 |
| -2.0.32 |
| 36 | +# 2.0.32 |
28 | 37 | * Safe conversion of data types. Also included selflog for bulk operation errors. (https://github.com/serilog/serilog-sinks-mssqlserver/pull/4)
|
29 | 38 |
|
30 |
| -2.0.31 |
| 39 | +# 2.0.31 |
31 | 40 | * Added the ability to configure additional columns via XML configuration (https://github.com/serilog/serilog-sinks-mssqlserver/pull/6)
|
32 | 41 |
|
33 |
| -2.0.30 |
| 42 | +# 2.0.30 |
34 | 43 | * 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)
|
35 | 44 |
|
36 |
| -2.0.28 |
| 45 | +# 2.0.28 |
37 | 46 | * Added explicit column mappings (https://github.com/serilog/serilog-sinks-mssqlserver/pull/10)
|
38 | 47 |
|
39 |
| -2.0.27 |
| 48 | +# 2.0.27 |
40 | 49 | * Option added to automatically create a database table (by Kiran Varsani (https://github.com/varsanikp))
|
41 | 50 |
|
42 |
| -2.0.13 |
| 51 | +# 2.0.13 |
43 | 52 | * Ability to add additional properties as columns in the database
|
44 | 53 |
|
45 |
| -2.0.1 |
| 54 | +# 2.0.1 |
46 | 55 | * Option to [write times in UTC](https://github.com/serilog/serilog-sinks-mssqlserver/pull/1)
|
47 | 56 |
|
48 |
| -1.5 |
| 57 | +# 1.5 |
49 | 58 | * Moved from serilog/serilog
|
0 commit comments