akkadotnet / HOCON

C# implementation of Lightbend's HOCON (Human-Optimized Object Configuration Notation)
Apache License 2.0
138 stars 39 forks source link

Bump Hocon.Extensions.Configuration from 2.0.3 to 2.0.4 #359

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Hocon.Extensions.Configuration from 2.0.3 to 2.0.4.

Release notes

Sourced from Hocon.Extensions.Configuration's releases.

HOCON v2.0.4

2.0.4 October 14 2021

  • HoconConfigurationFactory.Default() will try and load HOCON configuration from default named files based on this priority:

    1. application.conf
    2. application.hocon
    3. application.properties
    4. app.conf
    5. app.hocon
    6. 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:

  • 7f336cb697e7bd596ccb500256b3931f8b4e275a 2.0.4 Release
  • dfbe363521309e3031b707e9becb9569cacb55ac Merge branch 'dev'
  • 44759a5d89ac1db063370912a3fe794677108b2a Update RELEASE_NOTES.md for 2.0.4 release (#357)
  • 49b1a6e475e01660e7b8d93e8ef106abcad95671 Update CI/CD pipeline template and build script (#356)
  • 8141e4581ac1829267319dbb6c1e8be041ec927a Update CI/CD pipeline template and build script (#356)
  • 1c883b2d9c1645d106c0ad868067ec87f97a3c0c Escape Backslash when serializing (#351)
  • f5e3dd6fc82a60af94d7360462556d382c13b74b Upgrade to GitHub-native Dependabot (#348)
  • 482a9c14737bd5bb4c248affd6c18019cb884d18 Bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1 (#317)
  • f8618906e4740e7467a9663e1fc91fb687a4f055 Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 (#309)
  • 809c33f21f31899c9c7640384a4d00248473fd7b Bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#291)
  • e7f87b90cf778dc3ecf647689c5848464b88cacb Bump Microsoft.Extensions.Configuration.FileExtensions (#286)
  • d9d9597ec3f03fee8906e72fac4f135adcda05a3 Bump Microsoft.Extensions.FileProviders.Physical from 3.1.3 to 3.1.4 (#289)
  • bf64aaea6b76198da67138b6654e98ad090f9f52 Bump Microsoft.Extensions.FileSystemGlobbing from 3.1.3 to 3.1.4 (#290)
  • f85de611ec5772ea688ae65b359409f0c03cca29 Bump Microsoft.Extensions.FileProviders.Abstractions from 3.1.3 to 3.1.4 (#287)
  • 65cb9ea7dfdf913dd0f0d4f9c5b855bb117a9c1f Bump Microsoft.Extensions.Configuration from 3.1.3 to 3.1.4 (#285)
  • 5fb8ba1aec15b1ab53387c4fdd100f8aecf12d15 Bump Microsoft.Extensions.Configuration.Abstractions from 3.1.3 to 3.1.4 (#288)
  • 91c67e4d595213750396fea2e89215cf0dca61bb Bump Microsoft.Extensions.Primitives from 3.1.3 to 3.1.4 (#284)
  • 9b54c1bf6f0828dc149bf26939d5024c621cb872 Bump Hocon.Extensions.Configuration from 2.0.1 to 2.0.3 (#259)
  • 9e601b3b25e66bea4408c8a14ac85f30a29e6c79 Bump Microsoft.Extensions.Configuration.FileExtensions (#274)
  • b72e590fe64f77640a39ad0f164ea7f87a6d9805 Fix root flatten implementation (#280)
  • 3ad6bd216367fa9448a935f7f8345ac8dae11ffc Performance test for #276 (#279)
  • 7a9487c1d344f129dc4f98a2a7ed536727deded7 Bump web app example asp.net version to 3.1 (#281)
  • 4b0b2f5cf7a136d0d6e898d2451a4f5379e75870 Quoted string should be closed by the same token as the starting token. (#278)
  • 338eae02a5ac49fd69820be4fbbf4e52ef67dee7 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 (#282)
  • 8132e40fdc14390f5343ca27d8505c2b84f1e164 Bump BenchmarkDotNet from 0.12.0 to 0.12.1 (#283)
  • 851d29e013989ddcff94f52321562c5950afa0f4 Bump Microsoft.Extensions.Primitives from 3.1.2 to 3.1.3 (#275)
  • aa9f53ae1422948f4ec9d73be03d1aa124531b52 Bump Microsoft.Extensions.FileSystemGlobbing from 3.1.2 to 3.1.3 (#273)
  • bac0dbb18b74d9756c15303fd875f14bc6838762 Bump FluentAssertions from 5.10.2 to 5.10.3 (#268)

... (truncated)

Changelog

Sourced from Hocon.Extensions.Configuration's changelog.

2.0.4 October 14 2021

  • HoconConfigurationFactory.Default() will try and load HOCON configuration from default named files based on this priority:

    1. application.conf
    2. application.hocon
    3. application.properties
    4. app.conf
    5. app.hocon
    6. 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

Commits
  • 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)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)