Skip to content

v1.9.0

Compare
Choose a tag to compare
@Temikus Temikus released this 22 Mar 01:58
· 294 commits to master since this release
9f9dc99

User-facing

Added

  • #442 Add support for Application Default credentials [mavin]
    • This change allows the use of Application Default Credentials so that end
      users can authenticate without a service account for development, testing,
      and one-off interactions by using :google_application_defaultclient
      option. See README for more details.

Fixed

  • #444 Remove deprecated google_client_email option from client parameters
    [temikus]
  • #446 Updating service parameters to avoid "unrecognised parameter" warnings
    when initializing Fog client with application default auth [temikus]

Development changes

Fixed

  • #441 Update CI pipeline to Concourse V4 [temikus]
  • #444 Rework client authentication workflow [temikus]
    • Separate different auth streams into private helper methods
    • Add a fallback auth option - Google Application Default credentials
    • Minor fixes and performance optimizations