Skip to content

v0.7.1

Compare
Choose a tag to compare
@42atomys 42atomys released this 30 Jun 13:55
· 28 commits to main since this release
7a8dc9f

Bug Fix - Viper Case-Sensitive Key Issue

We have addressed a bug related to case-sensitive keys in Viper configuration. Previously, Viper did not support using arguments with uppercase letters, which caused issues when loading YAML files. To resolve this, we have made changes to the configuration loader.

🐛 Bug Fix

  • Viper Case-Sensitive Key Issue: Fixed an issue where Viper did not support case-sensitive keys and arguments with uppercase letters. A rework has been done to use the YAML loader instead.

We recommend using lowercase keys and arguments to ensure compatibility with Viper configuration.

Note: If you were previously using uppercase keys or arguments, please update your configuration accordingly to use lowercase letters.

Thank you for your understanding and cooperation.

Full Changelog: View on GitHub