Skip to content

v0.5.0

Compare
Choose a tag to compare
@ktong ktong released this 17 Feb 02:02
· 438 commits to main since this release
de7acdf

Added

  • Add env.WithNameSplitter/flag.WithNameSplitter/pflag.WithNameSplitter to split the name of the flag/env (#110).
  • Add Azure App Configuration Loader (#121).
  • Add GCP Secret Manager Loader (#128).

Changed

  • Use CredentialFormatter to blur sensitive information in config.Explain (#113).

Deprecated

  • Deprecate env.WithDelimiter/flag.WithDelimiter/pflag.WithDelimiter in favor of WithNameSplitter (#110).