Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 11:27
· 46 commits to master since this release
v1.0.0
2cc3ac1

Changelog for 1.0.0

The following sections list the changes for 1.0.0.

Summary

  • Chg #205: Read secrets form files
  • Enh #205: Update all releated dependencies

Details

  • Change #205: Read secrets form files

    We have added proper support to load secrets like passwords from files or from base64-encoded
    strings. Just provide the flags or environment variables with a DSN formatted string like
    file://path/to/file or base64://Zm9vYmFy.

    #205

  • Enhancement #205: Update all releated dependencies

    We've updated all dependencies to the latest available versions, including more current
    versions of build tools and used Go version to build the binaries. It's time to mark a stable
    release.

    #205