2.0.4 October 14 2021
- Change config file load priority
- Bugfix: Performance issue reported in #276
- Bugfix: Quoted string should be closed by the same starting token
- Bugfix: Flatten did not flatten all the way down
- Bugfix: Escape backslash when serializing
-
HoconConfigurationFactory.Default()
will try and load HOCON configuration from default named files based on this priority:- application.conf
- application.hocon
- application.properties
- app.conf
- app.hocon
- app.properties
-
If
HoconConfigurationFactory.FromFile()
is called without any file extensions, it will try to load the file using these extensions: .conf, .hocon, and finally .properties
Changes:
- 7f336cb 2.0.4 Release
- dfbe363 Merge branch 'dev'
- 44759a5 Update RELEASE_NOTES.md for 2.0.4 release (#357)
- 49b1a6e Update CI/CD pipeline template and build script (#356)
- 8141e45 Update CI/CD pipeline template and build script (#356)
- 1c883b2 Escape Backslash when serializing (#351)
- f5e3dd6 Upgrade to GitHub-native Dependabot (#348)
- 482a9c1 Bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1 (#317)
- f861890 Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#309)
- 809c33f Bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#291)
See More
- e7f87b9 Bump Microsoft.Extensions.Configuration.FileExtensions (#286)
- d9d9597 Bump Microsoft.Extensions.FileProviders.Physical from 3.1.3 to 3.1.4 (#289)
- bf64aae Bump Microsoft.Extensions.FileSystemGlobbing from 3.1.3 to 3.1.4 (#290)
- f85de61 Bump Microsoft.Extensions.FileProviders.Abstractions from 3.1.3 to 3.1.4 (#287)
- 65cb9ea Bump Microsoft.Extensions.Configuration from 3.1.3 to 3.1.4 (#285)
- 5fb8ba1 Bump Microsoft.Extensions.Configuration.Abstractions from 3.1.3 to 3.1.4 (#288)
- 91c67e4 Bump Microsoft.Extensions.Primitives from 3.1.3 to 3.1.4 (#284)
- 9b54c1b Bump Hocon.Extensions.Configuration from 2.0.1 to 2.0.3 (#259)
- 9e601b3 Bump Microsoft.Extensions.Configuration.FileExtensions (#274)
- b72e590 Fix root flatten implementation (#280)
- 3ad6bd2 Performance test for #276 (#279)
- 7a9487c Bump web app example asp.net version to 3.1 (#281)
- 4b0b2f5 Quoted string should be closed by the same token as the starting token. (#278)
- 338eae0 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 (#282)
- 8132e40 Bump BenchmarkDotNet from 0.12.0 to 0.12.1 (#283)
- 851d29e Bump Microsoft.Extensions.Primitives from 3.1.2 to 3.1.3 (#275)
- aa9f53a Bump Microsoft.Extensions.FileSystemGlobbing from 3.1.2 to 3.1.3 (#273)
- bac0dbb Bump FluentAssertions from 5.10.2 to 5.10.3 (#268)
- cd11db5 Fix performance issue #276 (#277)
- aedbf48 Add local nuget repo publishing option to build script (#257)
- a2738e7 adding benchmarks for measuring fallback create and lookup performance (#263)
- edbca65 added spec to try to reproduce duplicate config section (#262)
- 1f7ab13 #159 Config file load priority (#260)
This list of changes was auto generated.