Skip to content

added v1.2.1 release notes #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 27, 2019

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented Dec 27, 2019

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, which should also resolve rename AkkaConfigurationSection to HoconConfigurationSection? #8 and Remove top level <akka> element #9
  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.

@Aaronontheweb Aaronontheweb merged commit 0b05f64 into akkadotnet:dev Dec 27, 2019
@Aaronontheweb Aaronontheweb deleted the v1.2.1-release-notes branch December 27, 2019 19:34
Aaronontheweb added a commit that referenced this pull request Dec 27, 2019
* added v1.2.1 release notes

* fixed date

* cleaned up release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename AkkaConfigurationSection to HoconConfigurationSection?
1 participant