Release 0.8.0
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.