Skip to content

HOCON v1.2.1

Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 27 Dec 19:40

1.2.1 December 27 2019

HOCON 1.2.1 contains many minor bug fixes and behavioral changes.

Default HOCON loading order
Per issue 151, HOCON.Configuration now looks for default HOCON content in the following places in the following order:

  1. [.NET Core / .NET Framework] An "app.conf" or an "app.hocon" file in the current working directory of the executable when it loads;
  2. [.NET Framework] - the <hocon> ConfigurationSection inside App.config or Web.config; or
  3. [.NET Framework] - and a legacy option, to load the old <akka> HOCON section for backwards compatibility purposes with all users who have been using HOCON with Akka.NET.

Bug fixes:
For a set of complete bug fixes and changes, please see the HOCON v1.2.1 milestone on Github.

Changes:

  • 6cfd951 added v1.2.1 release notes (#154)
  • 7e072a8 fix-readme (#155)
  • fe6fd65 simplify Microsoft.Extensions.Configuration dependencies so dependabot can update them more easily (#153)
  • 7ff5092 Bump Microsoft.Extensions.Configuration.FileExtensions (#135)
  • 159aa83 add default HOCON loading methods (#151) (#152)
  • 77461a7 Bump Microsoft.Extensions.Configuration from 3.0.1 to 3.1.0 (#133)
  • 6b068f8 Bump Microsoft.Extensions.Configuration.Abstractions from 3.0.1 to 3.1.0 (#136)
  • 8adaa5b Bump System.Collections.Immutable from 1.6.0 to 1.7.0 (#132)
  • 1d81ae7 Fix config.ToString (#143)
  • 3cca01a Wrap all Config/HoconRoot getters with HoconValueException (#148)
See More
  • 6cbc4bb Fix removing substitutions that are still to be resolved (#142)
  • f7806c2 Added test for cyclic substitution loop error (#141)
  • 7feac50 Fix racy ConfigReload spec (#150)
  • efb399a Revert "Update linux-pr-validation.yaml (#146)" (#149)
  • c5d3c20 Update linux-pr-validation.yaml (#146)
  • 016505f Improve exception text when failed to parse TimeSpan value (#145)
  • 2e9f47f Fix arrays merge (#139)
  • c386b2e Fixed merge for substitutions (#138)
  • 6d14466 Fix parsing of quoted keys (#140)
  • 77c7c0e Bump System.Configuration.ConfigurationManager from 4.6.0 to 4.7.0 (#134)
  • 01bea1a Bump BenchmarkDotNet from 0.11.5 to 0.12.0 (#124)
  • a58b216 Bump Microsoft.Extensions.Configuration.FileExtensions (#129)
  • 865a001 Bump Microsoft.Extensions.Configuration from 3.0.0 to 3.0.1 (#130)
  • 8bfcf6b Bump Microsoft.Extensions.Configuration.Abstractions from 3.0.0 to 3.0.1 (#131)
  • f5a200e Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0
  • 795fdef Bump System.Collections.Immutable from 1.5.0 to 1.6.0

This list of changes was auto generated.