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: googleapis_auth/CHANGELOG.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
-
## 2.1.0-wip
1
+
## 2.1.0
2
2
3
-
-`AuthClient`
4
-
- Added `serviceAccountCredentials` getter.
5
-
- Added `sign()` method via `AuthClientSigningExtension`.
3
+
-`AuthClientSigningExtension`: Added `sign()` which accepts an optional `serviceAccountCredentials` argument, and `getServiceAccountEmail()` which accepts an optional `email` argument.
6
4
-`ServiceAccountCredentials`
7
5
- Added parsing for `projectId` and `universeDomain` properties.
8
6
- Added `sign()` method for RSA-SHA256 signing.
9
-
-`IAMSigner`
10
-
- Now uses the unified metadata cache from `package:google_cloud`.
7
+
- Added `signBlob()` function for signing via IAM Credentials API.
11
8
-`MetadataServerAuthorizationFlow`
12
9
- Now uses `getMetadataValue` (caching) and `fetchMetadataValue`
0 commit comments