Aurora Blog
Home
Viper Viper errors should honor errors.Is() from standard package errors
It would be very nice and consistent with the modern ways of processing errors if viper's errors would follow the Unwrap...
2025-09-09 14:05:29
2161
Viper Possibility to delete keys
Sometimes it might be necessary to delete/unset existing keys. For instance in my case, I want to use viper.WriteConfig ...
2025-08-20 14:05:03
7778
Viper viper.Sub() not extracting nested default values
I noticed an issue where viper.Sub() fails to extract default values of a nested key. I attached demo code to reproduce ...
2025-08-14 14:05:16
4555
Viper Viper Dependency causing security issues
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-08-09 14:03:23
1814
Viper viper can not find my config file correctly
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-31 14:05:03
1280
Viper Migrate off of gopkg.in/yaml.v3
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-30 14:03:20
856
Viper Bump crypto dependency to address critical CVE-2024-45337
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-30 14:03:18
907
Viper Replace gopkg.in/yaml.v3 with a different yaml package
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-29 14:04:51
1300
Viper ReadRemoteConfig only retrieve the first found remote configuration?
In ReadRemoteConfig, that have no less than one remote providers, but only retrieve the first found configuration.Is the...
2025-07-26 14:03:47
2309
Viper Memory Leak : There are no publicly available methods to stop WatchConfig().
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-21 14:02:26
928
Viper AutomaticEnv does not seem to pull ENV anymore. Broken since 1.19.0, working in 1.18.0
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-20 14:01:52
10822
Viper Make features.BindStruct a Variable or an Option, Instead of Build Constraints
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-19 14:02:22
7405
Viper Enable event generation on file deletion in WatchConfig()
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-07-02 14:03:16
814
Viper fatal error: concurrent map writes
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-06-20 14:02:54
2024
Viper ConfigFileNotFoundError is not returned when SetConfigFile is called and there is no config file
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-06-18 14:03:54
9202
Viper viper.ReadInConfig not returning ConfigFileNotFoundError if file is missing
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-06-16 14:02:15
4104
Viper Inconsistent string parsing behavior between v1.7.0 and v1.19.0
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
2025-06-12 14:04:45
4267
.