Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

CHANGES.md

File metadata and controls

30 lines (21 loc) · 1.2 KB

4.0.0

2.0.33

  • Option added to exclude redundant properties from serialized JSON in column LogEvent. (serilog-mssql#27)

2.0.32

  • Safe conversion of data types. Also included selflog for bulk operation errors. (serilog-mssql#4)

2.0.31

  • Added the ability to configure additional columns via XML configuration (serilog-mssql#6)

2.0.30

  • 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. (serilog-mssql#7)

2.0.28

2.0.27

2.0.13

  • Ability to add additional properties as columns in the database

2.0.1

1.5

  • Moved from serilog/serilog