Releases: googleapis/google-auth-library-php
Releases · googleapis/google-auth-library-php
v1.42.0
1.42.0 (2024-08-26)
Features
- Add a file system cache class (#571) (8555cb0)
- Private key getters on service account credentials (#557) (d2fa07b)
v1.41.0
1.41.0 (2024-07-10)
Features
- Change getCacheKey implementation for more unique keys (#560) (a35c4db)
v1.37.1
1.37.1 (2024-03-07)
Bug Fixes
- Use gmdate to format x-amz-date with UTC irrespective of timezone (#540) (3031d2c)
v1.35.0
1.35.0 (2024-02-01)
Features
- Add
expires_in
and token_type
to tokens from ServiceAccountJwtAccessCredentials
(#513) (ee2436d)
- Workforce credentials (#485) (c1b240f)
Bug Fixes
v1.34.0
1.34.0 (2024-01-03)
Features
- Respect sub for domain-wide delegation in service account creds (#505) (821d4f3)
- Support universe domain in service account and metadata credentials (#482) (e4aa874)
Bug Fixes