v0.7.1
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