Sourced from github.com/knadh/koanf/v2's releases.
v2.1.1
What's Changed
- fix: run submodule tests by
@rhnvrm
in knadh/koanf#276- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples by
@dependabot
in knadh/koanf#282- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/etcd by
@dependabot
in knadh/koanf#281- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/nats by
@dependabot
in knadh/koanf#280- feat: add ParserEnvWithValue by
@tlipoca9
in knadh/koanf#284- Fix map unflattening no-delimiter behaviour by
@knadh
in knadh/koanf#278New Contributors
@tlipoca9
made their first contribution in knadh/koanf#284Full Changelog: https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1
v2.1.0
Important
mitchellh/mapstructure#349 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
- fix: retract v2.0.2 by
@rhnvrm
in knadh/koanf#270Full Changelog: https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0
v2.0.2
Important
mitchellh/mapstructure#349 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 koanf.
github.com/mitchellh/mapstructure
=>github.com/go-viper/mapstructure/v2
What's Changed
- feat: add nats provider by
@TECHNOFAB11
in knadh/koanf#213- feat: add flag to optionally fetch secret metadata by
@Thunderbottom
in knadh/koanf#219- chore: change WithMeta to ExcludeMeta for backwards compatibility by
@Thunderbottom
in knadh/koanf#220- typos and little clearer code by
@GreyXor
in knadh/koanf#222- Fixed a nil panic issue in vault provider by
@wangkang
in knadh/koanf#224- Not use deprecated io/ioutil by
@tchssk
in knadh/koanf#226- Proposal: support Vault auth method by
@missedone
in knadh/koanf#229- Add parameterstore provider by
@tchssk
in knadh/koanf#227- feat: optional support net/http transport by
@missedone
in knadh/koanf#232- breaking change: #233 return error struct to avoid panic at runtime by
@missedone
in knadh/koanf#234- Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 in /providers/nats by
@dependabot
in knadh/koanf#246- Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/etcd by
@dependabot
in knadh/koanf#248
... (truncated)
5c37bab
Fix map unflattening no-delimiter behaviour (#278).
Closes #275.736ad3a
feat: add ParserEnvWithValue (#284)06d3532
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/nats
(#280)4a915e2
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/etcd
(#281)02cb4d5
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples (#282)7addd6f
fix: run submodule tests (#276)6c6c498
fix: retract v2.0.2 (#270)1d7909b
Replace obsolete 'mapstructure' lib with a new fork. Closes #262.a4138da
Updade kdl-go dependency (#267)d2028fd
Add KDL parser (#266)