You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Changelog
2
2
=========
3
3
4
+
v0.10.0
5
+
-------
6
+
7
+
- Added ``jwt.OnDemandCredentials``. (#142)
8
+
- Added new public property ``id_token`` to ``oauth2.credentials.Credentials``. (#150)
9
+
- Added the ability to set the address used to communicate with the Compute Engine metadata server via the ``GCE_METADATA_ROOT`` and ``GCE_METADATA_IP`` environment variables. (#148)
10
+
- Changed the way cloud project IDs are ascertained from the Google Cloud SDK. (#147)
11
+
- Modified expiration logic to add a 5 minute clock skew accommodation. (#145)
0 commit comments