6 February 2024

koanf v2.1.0

Repository: @knadh/koanf

GitHub release page: v2.1.0


Important

https://github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162 is discontinued and koanf has switched to using the fork github.com/go-viper/mapstructure/v2.

If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of mapstructure lib.

github.com/mitchellh/mapstructure -> github.com/go-viper/mapstructure/v2

What’s Changed

Full Changelog: https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0