Skip to content

Commit dbd798f

Browse files
committed
Merge remote-tracking branch 'upstream/storage-node-18' into chore/344856049-gaxios-benchmark
2 parents 43f4319 + 0f2652b commit dbd798f

5 files changed

Lines changed: 28 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core/packages/gax": "5.0.7",
99
"core/packages/gaxios": "7.1.5",
1010
"core/packages/gcp-metadata": "8.1.3",
11-
"core/packages/google-auth-library-nodejs": "10.6.3",
11+
"core/packages/google-auth-library-nodejs": "10.7.0",
1212
"core/packages/logging-utils": "1.1.4",
1313
"core/packages/nodejs-googleapis-common": "8.0.2",
1414
"core/packages/nodejs-proto-files": "5.0.2",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "75f148ca83618193c884e139ff8ed76e28854d2d",
9+
"message": "Port GDCH credentials support to Node.js Auth SDK",
10+
"issues": [
11+
"8301"
12+
]
13+
}
14+
],
15+
"version": "10.7.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "google-auth-library",
18+
"id": "c0798cea-e5bb-4f98-b15a-da5098ced3c0",
19+
"createTime": "2026-06-03T21:14:03.065Z"
20+
},
421
{
522
"changes": [
623
{
@@ -80008,5 +80025,5 @@
8000880025
"createTime": "2023-01-28T04:18:24.718Z"
8000980026
}
8001080027
],
80011-
"updateTime": "2026-06-01T19:22:56.778Z"
80028+
"updateTime": "2026-06-03T21:14:03.065Z"
8001280029
}

core/packages/google-auth-library-nodejs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions
77

8+
## [10.7.0](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.6.3...google-auth-library-v10.7.0) (2026-06-03)
9+
10+
11+
### Features
12+
13+
* Port GDCH credentials support to Node.js Auth SDK ([#8301](https://github.com/googleapis/google-cloud-node/issues/8301)) ([75f148c](https://github.com/googleapis/google-cloud-node/commit/75f148ca83618193c884e139ff8ed76e28854d2d))
14+
815
## [10.6.3](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.6.2...google-auth-library-v10.6.3) (2026-05-11)
916

1017

core/packages/google-auth-library-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-auth-library",
3-
"version": "10.6.3",
3+
"version": "10.7.0",
44
"author": "Google Inc.",
55
"description": "Google APIs Authentication Client Library for Node.js",
66
"engines": {

core/packages/google-auth-library-nodejs/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@google-cloud/storage": "^7.0.0",
1818
"@aws-sdk/credential-providers": "^3.58.0",
1919
"@googleapis/iam": "^34.0.0",
20-
"google-auth-library": "^10.6.3",
20+
"google-auth-library": "^10.7.0",
2121
"dotenv": "^17.0.0",
2222
"gaxios": "^7.0.0",
2323
"node-fetch": "^2.3.0",

0 commit comments

Comments
 (0)