|
| 1 | +# Changelog |
| 2 | + |
| 3 | +3.2.0 (pre-release) |
| 4 | + |
| 5 | +* #162 - LoggingFilterSwitch support |
| 6 | +* #202 - added support to AuditTo.Logger |
| 7 | +* #203 - added support for custom types in arrays and custom collections |
| 8 | +* #218 - fixed an issue with `dotnet restore` with `rid` specified if referenced from `netstandard` project |
| 9 | +* #219 - reduced search graph for configuration dlls to avoid native assets |
| 10 | +* #221 - added support for conditional/leveled enrichers from Serilog 2.9+ |
| 11 | +* #222 - updated Microsoft.Extensions.DependencyModel |
| 12 | +* #231 - make '$' sign optional for minimum level / filter switch declarations |
| 13 | +* #237 - DependencyContextAssemblyFinder fix: check `serilog` at the start of the name for any dependent package |
| 14 | +* #239 - handle NotSupportedException for .net 5.0 single file applications |
| 15 | +* #260 - skip static constructor on binding for complex parameters types |
| 16 | + |
| 17 | +3.1.0 |
| 18 | + |
| 19 | +* #155 - improve SelfLog output when misconfigured |
| 20 | +* #160 - respect dynamic logging level changes for LevelSwitch section |
| 21 | +* #158 - update NuGet package license format to new format |
| 22 | +* #159 - DllScanningAssemblyFinder fixes #157, #150, #122, #156 |
| 23 | +* #161 - support simple type names for Serilog types |
| 24 | +* #151 - no longer rely on static state in ConfigurationReader |
| 25 | +* #179 - added missing null checks for settingConfiguration |
| 26 | +* #163 - added new ReadFrom.Configuration(...) overloads; marked old as obsolete |
| 27 | +* #176 - added test to show how to filter child contexts |
| 28 | + |
| 29 | +3.0.1 |
| 30 | + |
| 31 | +* #142 - Fix IConfiguration parameters not being populated |
| 32 | +* #143 - Fix ReadFrom.ConfigurationSection() looking for sections below a root Serilog section |
| 33 | + |
| 34 | +3.0.0 |
| 35 | + |
| 36 | +* #91 & #92 - Fix cherrypick from master |
| 37 | +* #97 - Support of IConfiguration parameters & IConfigurationSection parameters |
| 38 | +* #83 - Updated dependencies of Microsoft.Extensions.DependencyModel, |
| 39 | + Microsoft.Extensions.Configuration.Abstraction & Microsoft.Extensions.Options.ConfigurationExtensions per TFM |
| 40 | +* #98 - specify string array params |
| 41 | +* Target Framework change to netcoreapp2.0 |
| 42 | +* Build updates including addition of Travis Build |
| 43 | +* #105 - detect and fail on ambiguous configurations |
| 44 | +* #110 - destructure support |
| 45 | +* #111 - case-insensitive argument matching |
| 46 | +* #132 - choose string overloads to resolve binding ambiguities |
| 47 | +* #134 - specify repository URL in package |
| 48 | +* #124 - build a .NET 4.6.1 target |
| 49 | +* #136 - control assembly source |
| 50 | +* #138 - remove unnecessary package ref |
| 51 | +* #139 - remove unused class |
| 52 | +* #140 - expand support for destructure/enrich/filter configuration |
| 53 | + |
| 54 | +2.6.1 |
| 55 | + |
| 56 | +* #92 - fix WriteTo.Logger handling |
| 57 | + |
| 58 | +2.6.0 |
| 59 | + |
| 60 | +* #67 - improve error reporting when trying to convert from a missing class |
| 61 | +* #74 - support abstract classes (in addition to interfaces) as values |
| 62 | +* #84 - (documentation update) |
| 63 | +* #88 - LoggingLevelSwitch support |
| 64 | + |
| 65 | +2.4.0 |
| 66 | + |
| 67 | +* #46 - configure sub-loggers through JSON settings |
| 68 | +* #48 - permit multiple sinks of the same kind |
| 69 | + |
| 70 | +2.3.1 |
| 71 | + |
| 72 | +* #44 - fix ReadFrom.Configuration() on AWS Lambda; VS 2017 tooling |
| 73 | + |
| 74 | +2.3.0 |
| 75 | + |
| 76 | +* #40 - fix loading of configuration assemblies with names differing from their packages |
| 77 | +* #36 - "Filter" support |
| 78 | + |
| 79 | +2.2.0 |
| 80 | + |
| 81 | +* #20 - support MSBuild (non-project.json) projects |
| 82 | + |
1 | 83 | 2.1.0 |
2 | | - * #14 - MinimumLevel.Override() |
3 | | - * #15 - Overload selection fix |
| 84 | + |
| 85 | +* #14 - MinimumLevel.Override() |
| 86 | +* #15 - Overload selection fix |
4 | 87 |
|
5 | 88 | 2.0.0 |
6 | | - * Initial version |
7 | | - |
| 89 | + |
| 90 | +* Initial version |
0 commit comments