Skip to content

Release 0.8.0

Compare
Choose a tag to compare
@fredr fredr released this 10 Jan 12:28
· 31 commits to main since this release
7eba397

Changed

  • PR#51 moved the token cache out of ServiceAccountProvider into a public type, and added a cached token provider that can wrap any other token provider. This wrapper now wrapps all the current gcp token providers, making them cached by default.
  • PR#53 changed the cache lock from a Mutex into a RwLock.