2023-10-12 17:32:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 2.23.3 v2.23.3 Bug Fixes Serialize signer keys on getstate for pickling |
2023-10-04 18:09:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 2.23.2 2.23.2 (2023-09-28) Bug Fixes Support urllib3<2.0 versions 2.23.1 (2023-09-26) Bug Fixes Less restrictive content-type header check for google authentication (ignores \ charset) Trust boundary meta header renaming and using the schema from backend team. Update urllib3 to >= 2.0.5 2.23.0 (2023-09-11) Features Add get_bq_config_path() to _cloud_sdk.py (9f52f66) Add get_bq_config_path() to _cloud_sdk.py Bug Fixes Expose universe domain in credentials Make external_account resistant to string type 'expires_in' responses from \ non-compliant services Missing ssj for impersonate cred Skip checking projectid on cred if env var is set |
2023-07-31 11:26:31 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-google-auth: updated to 2.22.0 2.22.0 (2023-07-06) Features Adding meta header for trust boundary Introduce compatibility with native namespace packages Bug Fixes Deprecate UserAccessTokenCredentials |
2023-06-29 11:32:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 2.21.0 2.21.0 (2023-06-26) Features Add framework for BYOID metrics headers Bug Fixes Pypy unit test build |
2023-06-17 20:40:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 2.20.0 2.20.0 (2023-06-12) Features Add public API load_credentials_from_dict Bug Fixes Expiry in compute_engine.IDTokenCredentials Expiry in impersonated_credentials.IDTokenCredentials Invalid dev version identifiers in setup.py |
2023-06-06 10:17:53 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-google-auth: update to 2.19.1. Bug Fixes Check id token error response (#1315) (2a71f7b) Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3) Documentation Replacing abc.com with example.com (dac7cc3) |
2023-05-30 09:55:43 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-google-auth: update to 2.19.0. Add metrics (part 1) (#1298) (246dd07) Add metrics (part 2) (#1303) (ebd5af7) Add metrics (part 3) (#1305) (c7011b6) Expose universe_domain for external account creds (#1296) (ee07053) Remove python 2.7 from setup.py and nox tests (#1301) (8437490) |
2023-05-19 12:40:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-google-auth: updated to 2.18.1 2.18.1 Bug Fixes Self signed jwt token should be string type |
2023-05-17 00:45:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-google-auth: update to 2.18.0. Features Add smbios check to detect GCE residency (#1276) (22d241b) Universe domain support for service account (#1286) (821c1b6) |
2023-05-04 13:43:34 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-google-auth: update to 2.17.3. Add useEmailAzp claim for id token iam flow (#1270) (7a9c6f2) Do not create new JWT credentials if they make the same claims as the existing. \ (#1267) (eebb7b6) Print out reauth plugin error and raise if challenge output is None (#1265) (08d22fe) Experimental service account iam endpoint flow for id token (#1258) (8ff0de5) Python: Remove aws url validation (#1254) (20a966b) Read both applicationId and relyingPartyId. (#1246) (e125dfe) |