Skip to content

v0.6.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 28 Nov 15:09
· 510 commits to master since this release
bd2e459

Overview

  • New CLI tools
  • Bug fixes
  • Dependency updates
  • built using Go 1.19.3
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-318) Add utility to read OAuth 2 token from file
  • (GH-319) Add utility to obtain OAuth 2 token via Client Credentials flow

Changed

  • (GH-333) Add tests for INI config file parsing
  • (GH-339) Implement custom flagset in order to better handle flag issues
  • (GH-340) Implement custom Usage/Help logic to allow redirecting help output

Fixed

  • (GH-341) Add follow-up validation step after loading config file for
    list-emails app

References