Releases: googleapis/google-auth-library-php
Releases · googleapis/google-auth-library-php
v1.37.2
Compatibility Release: Adds PHP 8.4 compatibility to the last release compatible with PHP 7.4 (v1.37.1
). See #592
v1.44.0
1.44.0 (2024-12-04)
Features
- Add service account impersonation for access tokens (#586) (ba137b2)
Bug Fixes
- Add support for php 8.4, remove implicit nullable (#591) (3e1061b)
v1.43.0
1.43.0 (2024-11-05)
Features
- Add ID tokens for user refresh credentials (#468) (1601efc)
- Call IamCredentials endpoint for generating ID tokens outside GDU (#581) (2d7d03d)
Bug Fixes
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)