5.2
- Support for Audit sink added (#118/#110).
4.0.0
- Serilog 2.0
- Documentation fix
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
- Added explicit column mappings (serilog-mssql#10)
2.0.27
- Option added to automatically create a database table (by Kiran Varsani (https://github.com/varsanikp))
2.0.13
- Ability to add additional properties as columns in the database
2.0.1
- Option to write times in UTC
1.5
- Moved from serilog/serilog