Skip to content

Releases: serilog/serilog-settings-configuration

v8.0.0

15 Nov 01:20
014b42c
Compare
Choose a tag to compare

v7.0.1

23 Aug 01:04
2846a75
Compare
Choose a tag to compare
  • #388 - case-insensitive parsing for level overrides (@sungam3r)
  • #391 - relax check for existence of Using section in configuration when publishing in single-file mode (@0xced)

v7.0.0

10 May 22:52
e878335
Compare
Choose a tag to compare

v3.4.0

13 Sep 23:17
20333a2
Compare
Choose a tag to compare
  • #291 - fix static member access for parameters of concrete types (@skomis-mm)
  • #307 - enable ExtensionAttribute polyfills (@sajagi)
  • #310 - accept list of sink/configuration assemblies directly in ReadFrom.Configuration() (@0xced)
  • #311 - remove out of support target frameworks from tests and samples (@0xced)
  • #312 - fix ReSharper/Rider inspection warnings (@0xced)

v3.3.0

07 Oct 08:47
651449d
Compare
Choose a tag to compare

v286

11 Aug 02:18
816581f
Compare
Choose a tag to compare
Merge pull request #238 from serilog/dev

3.2.0 Release

v3.2.0

11 Aug 02:19
816581f
Compare
Choose a tag to compare
  • #162 - LoggingFilterSwitch support (@skomis-mm)
  • #202 - added support to AuditTo.Logger (@almostchristian)
  • #203 - added support for custom types in arrays and custom collections (@sungam3r)
  • #218 - fixed an issue with dotnet restore with rid specified if referenced from netstandard project (@skomis-mm)
  • #219 - reduced search graph for configuration LLs to avoid native assets (@skomis-mm)
  • #220 - show better error messages for missing parameter of interface type (@skomis-mm)
  • #221 - added support for conditional/leveled enrichers from Serilog 2.9+(@skomis-mm)
  • #222 - updated Microsoft.Extensions.DependencyModel (@skomis-mm)
  • #223 - documentation update (@skomis-mm)
  • #231 - make '$' sign optional for minimum level / filter switch declarations (@skomis-mm)
  • #237 - DependencyContextAssemblyFinder fix: check serilog at the start of the name for any dependent package (@skomis-mm)
  • #239 - handle NotSupportedException for .net 5.0 single file applications (@skomis-mm)
  • #240 - fix typo (@ch1seL)
  • #241 - configuration assembly auto-discovery fixes (@skomis-mm)

v$(appveyor_build_version)

07 Oct 08:48
816581f
Compare
Choose a tag to compare
Merge pull request #238 from serilog/dev

3.2.0 Release

v3.1.0

02 Jun 00:58
fc0969f
Compare
Choose a tag to compare

v3.0.1

17 Oct 19:59
008a61e
Compare
Choose a tag to compare
  • #142 - Fix IConfiguration parameters not being populated
  • #143 - Fix ReadFrom.ConfigurationSection() looking for sections below a root Serilogsection
  • Increased test coverage