Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

v2.0.0 Post Release Fix

Compare
Choose a tag to compare
@dhermes dhermes released this 19 Feb 23:12
· 214 commits to master since this release
  • Fix Google Compute Engine breakage (#411, breakage introduced in #387) that
    made it impossible to obtain access tokens
  • Implement ServiceAccountCredentials.from_p12_keyfile_buffer()
    to allow passing a file-like object in addition to the factory
    constructor that uses a filename directly (#413)
  • Implement ServiceAccountCredentials.create_delegated()
    to allow upgrading a credential to one that acts on behalf
    of a given subject (#420)