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.7.0",
"core/packages/google-auth-library-nodejs": "10.8.0",
"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
35 changes: 34 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "75f148ca83618193c884e139ff8ed76e28854d2d",
"message": "Port GDCH credentials support to Node.js Auth SDK",
"issues": [
"8301"
]
},
{
"type": "fix",
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
"message": "Bump all node submodules",
"issues": [
"8178"
]
},
{
"type": "fix",
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
"message": "Change the copyright year for files in the packages folder",
"issues": [
"8109"
]
}
],
"version": "10.8.0",
"language": "JAVASCRIPT",
"artifactName": "google-auth-library",
"id": "d9831d73-fb35-47c4-b387-c9c7fa4e932c",
"createTime": "2026-06-11T09:00:29.100Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -80093,5 +80126,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-06-08T17:51:13.237Z"
"updateTime": "2026-06-11T09:00:29.100Z"
}
13 changes: 13 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,19 @@

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

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


### Features

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


### Bug Fixes

* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))

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


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.7.0",
"version": "10.8.0",
"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.7.0",
"google-auth-library": "^10.8.0",
"dotenv": "^17.0.0",
"gaxios": "^7.0.0",
"node-fetch": "^2.3.0",
Expand Down
Loading