Skip to content

Commit 16ac12b

Browse files
chore(main): release google-auth-library 10.8.1
1 parent 32fada7 commit 16ac12b

5 files changed

Lines changed: 29 additions & 5 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.8.0",
11+
"core/packages/google-auth-library-nodejs": "10.8.1",
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: 19 additions & 2 deletions
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": "fix",
8+
"sha": "4e4badf1a5c6fde28fa099fb184b02cf794d8dfd",
9+
"message": "Strip trailing slashes from automatic GDCH audience",
10+
"issues": [
11+
"8692"
12+
]
13+
}
14+
],
15+
"version": "10.8.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "google-auth-library",
18+
"id": "1234fa56-56ae-4a3f-9f4c-3ede08d18b0e",
19+
"createTime": "2026-06-23T14:18:08.208Z"
20+
},
421
{
522
"changes": [
623
{
@@ -80774,5 +80791,5 @@
8077480791
"createTime": "2023-01-28T04:18:24.718Z"
8077580792
}
8077680793
],
80777-
"updateTime": "2026-06-18T00:26:09.772Z"
80778-
}
80794+
"updateTime": "2026-06-23T14:18:08.208Z"
80795+
}

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.8.1](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.8.0...google-auth-library-v10.8.1) (2026-06-23)
9+
10+
11+
### Bug Fixes
12+
13+
* Strip trailing slashes from automatic GDCH audience ([#8692](https://github.com/googleapis/google-cloud-node/issues/8692)) ([4e4badf](https://github.com/googleapis/google-cloud-node/commit/4e4badf1a5c6fde28fa099fb184b02cf794d8dfd))
14+
815
## [10.8.0](https://github.com/googleapis/google-cloud-node/compare/google-auth-library-v10.7.0...google-auth-library-v10.8.0) (2026-06-18)
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.8.0",
3+
"version": "10.8.1",
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.8.0",
20+
"google-auth-library": "^10.8.1",
2121
"dotenv": "^17.0.0",
2222
"gaxios": "^7.0.0",
2323
"node-fetch": "^2.3.0",

0 commit comments

Comments
 (0)