Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"core/packages/gax": "5.0.7",
"core/packages/gaxios": "7.1.5",
"core/packages/gcp-metadata": "8.1.3",
"core/packages/google-auth-library-nodejs": "10.8.0",
"core/packages/google-auth-library-nodejs": "10.8.1",
"core/packages/logging-utils": "1.1.4",
"core/packages/nodejs-googleapis-common": "8.0.2",
"core/packages/nodejs-proto-files": "5.0.2",
Expand Down
21 changes: 19 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "4e4badf1a5c6fde28fa099fb184b02cf794d8dfd",
"message": "Strip trailing slashes from automatic GDCH audience",
"issues": [
"8692"
]
}
],
"version": "10.8.1",
"language": "JAVASCRIPT",
"artifactName": "google-auth-library",
"id": "cc6a98dc-cd8f-49c1-b9aa-bfa787e56b11",
"createTime": "2026-06-22T19:30:29.679Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -80774,5 +80791,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-06-18T00:26:09.772Z"
}
"updateTime": "2026-06-22T19:30:29.679Z"
}
7 changes: 7 additions & 0 deletions core/packages/google-auth-library-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

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

## [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-22)


### Bug Fixes

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion core/packages/google-auth-library-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-auth-library",
"version": "10.8.0",
"version": "10.8.1",
"author": "Google Inc.",
"description": "Google APIs Authentication Client Library for Node.js",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@google-cloud/storage": "^7.0.0",
"@aws-sdk/credential-providers": "^3.58.0",
"@googleapis/iam": "^34.0.0",
"google-auth-library": "^10.8.0",
"google-auth-library": "^10.8.1",
"dotenv": "^17.0.0",
"gaxios": "^7.0.0",
"node-fetch": "^2.3.0",
Expand Down
Loading