Skip to content

sconfig 1.11.0

Latest
Compare
Choose a tag to compare
@ekrich ekrich released this 15 Jul 16:31
· 10 commits to main since this release
be3e46a

This is release 38 of sconfig which supports the Scala line of products.

Highlights 💥

This update adds many fixes and enhancements that are included in the upstream Java project. Other outstanding issues are tracked here: #29

  • The ability to hide the rendering of environment variables included in your config that are secrets you don't want exposed.

  • New: Adds the ability to format HOCON files by Waldemar Wosiński. This is a new capability in sconfig that is not in the upstream Java project. This has been a long standing and frequently requested feature in the upstream project. It should be possible to create a VSCode plugin or add configfmt command to Metals.

Details below.

Contributors 👥

According to git shortlog -sn --no-merges v1.10.0..v1.11.0
6 (5) Eric K Richardson
2 Scala Steward
1 (2) Waldemar Wosiński

Note: The numbers in parens above are what they should be but the author messed up a PR that was co-authored.

Special thank you to Waldemar Wosiński, @kastoestoramadus, for pushing for rendering support which can open up formatting of HOCON files. The contributions encouraged me to catch up on other fixes and improvements already merged to the upstream Java project. 🎤 👏

What's Changed

New Contributors

  • @kastoestoramadus made their first contribution in #458 Note: the first pull was really #454 which should have been co-authored.

Full Changelog: v1.10.0...v1.11.0