Skip to content

v2.0.2

Compare
Choose a tag to compare
@knadh knadh released this 02 Feb 12:17
· 14 commits to master since this release

Important

mitchellh/mapstructure#349 (comment) 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 #213
  • feat: add flag to optionally fetch secret metadata by @Thunderbottom in #219
  • chore: change WithMeta to ExcludeMeta for backwards compatibility by @Thunderbottom in #220
  • typos and little clearer code by @GreyXor in #222
  • Fixed a nil panic issue in vault provider by @wangkang in #224
  • Not use deprecated io/ioutil by @tchssk in #226
  • Proposal: support Vault auth method by @missedone in #229
  • Add parameterstore provider by @tchssk in #227
  • feat: optional support net/http transport by @missedone in #232
  • breaking change: #233 return error struct to avoid panic at runtime by @missedone in #234
  • Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 in /providers/nats by @dependabot in #246
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/etcd by @dependabot in #248
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/vault by @dependabot in #247
  • Bump github.com/nats-io/nats-server/v2 from 2.9.15 to 2.9.23 in /providers/nats by @dependabot in #241
  • Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /providers/etcd by @dependabot in #243
  • fix: typo by @testwill in #251
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/vault by @dependabot in #261
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/nats by @dependabot in #260
  • Add optional Opt{} param that takes a koanf instance to match posflag's default value behaviour in basic flag. Closes #255. by @knadh in #259
  • Parser: KDL by @dezren39 in #266
  • Parser: KDL kdl-go dependency update by @dezren39 in #267

New Contributors

Full Changelog: v2.0.1...v2.0.2