Commits
- 890e1c6: Bumped version to 5.9.0 (Christian Kadluba) #430
- 507d323: Removed obsolete line in AppConfigDemp packages.config (Christian Kadluba) #430
- cfa976b: Removed obsolete and vulnerable Microsoft.Azure.Services.AppAuthentication (Christian Kadluba) #430
- 0fa7784: Consolidated Serilog nuget version in AppConfigDemo with other projects. (Christian Kadluba) #430
- a1b4c19: Fixed typo in README (Christian Kadluba) #430
- a949cea: Bumped Serilog.Sinks.PeriodicBatching to 3.1.0 to ensure compatibility with other sinks (Vladimir Mihok) #430
- a161ad1: fixed missing reference in AppConfigDemo app (Vladimir Mihok) #430
- b680ba7: Removed .NET Core 3.1 and updated to .NET 6.0 (Christian Kadluba) #430
- 4fc1070: Fixed failure to run .NET 6 tests (Christian Kadluba) #430
- cc8c114: Updated dependencies and removed obsolete code (Christian Kadluba) #430
- 080a1d8: Updated SqlClient to 5.0.1 (Christian Kadluba) #430
- 8ff612b: Bumped version to 6.0.0 (Christian Kadluba) #430
- a46ba97: Bring back icon file. (Christian Kadluba) #430
- e91d2c4: Updated issue template. Fixed indentation in csproj. (Christian Kadluba) #430
- 5a70b83: Fixed spelling and gramar README.md (Christian Kadluba) #430
- e9996f4: Updated CHANGES.md (Christian Kadluba) #430
What's Changed
- Updated .NET target frameworks (removed soon obsolete .NET Core 3.1, added .NET 6.0 LTS).
- Fixed issue #417: removed obsolete and vulnerable Microsoft.Azure.Services.AppAuthentication.
- Updated SqlClient to 5.0.1 (breaking change: https://github.com/serilog-mssql/serilog-sinks-mssqlserver#release-600).
- Updated all other dependencies to latest versions.
- Removed obsolete System.Config extension methods (only for .NET Framework 4.5.2 which is no longer supported).
Breaking Change
Microsoft.Data.SqlClient
was upgraded to >4.0.0 which introduces a breaking change regarding connection strings. If your SQL Server does not use encryption you have to explicitly specify this in the connection string by adding Encrypt=False
. Otherwise the connection will fail with a SqlException
. Refer to the SqlClient documentation for details.