All Versions
12
Latest Version
Avg Release Cycle
81 days
Latest Release
1374 days ago

Changelog History
Page 1

  • v0.9.2 Changes

    June 23, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ”ง #80 Avoiding setting values from flags backend when they aren't specified allowing confita mix environment and flags configuration.
  • v0.9.1 Changes

    May 06, 2020

    ๐Ÿ‘€ This fixes a downstream module dependency issue. See #83 for details.

  • v0.9.0 Changes

    November 20, 2019

    ๐Ÿ†• New feature

    • โž• Add Amazon SSM as a backend #71

    ๐Ÿ‘Œ Improvements

    • Treat empty environment variables as not found (backend/env) #78
    • ๐Ÿ‘‰ Use consul v1.1.0 #72
    • โž• Add description json tags (backend/flags) #56
    • โž• Add support of short and long flags (backend/flags) #57
  • v0.8.0 Changes

    September 18, 2019

    ๐Ÿš€ This release adds one new feature (the ability to specify alternative flag names, thanks to @ogerardin), and updates the consul dependency.

  • v0.7.0 Changes

    August 27, 2019

    ๐Ÿ†• New feature

    • โž• Add file.NewOptionalBackend for optional file configuration #55

    ๐Ÿ› Bug fix

    • Now Confita stops looking for a key when it is found #64
  • v0.6.0 Changes

    June 14, 2019
    • โž• Add TOML support
    • ๐Ÿ‘Œ Support Go modules
    • ๐Ÿ›  Bugfix to Vault backend
  • v0.5.1 Changes

    July 16, 2018

    ๐Ÿ› Bug fix:

    • Impossible to get a variable from any backend when the flags one is specified. (#30)
  • v0.5.0 Changes

    June 28, 2018
    • ๐Ÿ”ง Load configuration from command line arguments #20
    • ๐Ÿ‘Œ Support for slices #21
  • v0.4.0 Changes

    April 19, 2018
    • Prefetch options to limit network round trips on etcd, Consul and Vault #10
    • Custom struct tag #18
  • v0.3.0 Changes

    March 29, 2018

    ๐Ÿ†• New backends:

    • Vault #1

    - JSON and YAML files #9

    ๐Ÿ†• New backend option #11

    Replaced Glide by dep