Skip to content

Commit e87fb5d

Browse files
release-please[bot]sofisl
authored andcommitted
chore: release main
1 parent b1bcd17 commit e87fb5d

File tree

100 files changed

+1219
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+1219
-51
lines changed

CHANGELOG.md

Lines changed: 323 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googleapis",
3-
"version": "150.0.1",
3+
"version": "151.0.0",
44
"repository": "googleapis/google-api-nodejs-client",
55
"license": "Apache-2.0",
66
"description": "Google APIs Client Library for Node.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@google-cloud/local-auth": "^3.0.0",
2020
"express": "^5.0.0",
21-
"googleapis": "^150.0.1",
21+
"googleapis": "^151.0.0",
2222
"googleapis-common": "^8.0.2-rc.0",
2323
"nconf": "^0.13.0",
2424
"open": "^8.0.0",

src/apis/bigquery/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [16.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigquery-v15.0.1...bigquery-v16.0.0) (2025-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node 18
9+
10+
### Features
11+
12+
* **bigquery:** update the API ([390236a](https://github.com/googleapis/google-api-nodejs-client/commit/390236a5b9e325f787f472811ca7ef3780396180))
13+
* **bigquery:** update the API ([dc4cf69](https://github.com/googleapis/google-api-nodejs-client/commit/dc4cf6998e44ceb1305f3a7b1ac88b107fd24573))
14+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
15+
16+
17+
### Bug Fixes
18+
19+
* **bigquery:** update the API ([7be9878](https://github.com/googleapis/google-api-nodejs-client/commit/7be98787e87f867c2d08190f7775467d2a96496f))
20+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
21+
322
## [15.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/bigquery-v15.0.0...bigquery-v15.0.1) (2025-06-04)
423

524

src/apis/bigquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/bigquery",
3-
"version": "15.0.1",
3+
"version": "16.0.0",
44
"description": "bigquery",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/cloudbilling/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudbilling-v5.0.1...cloudbilling-v6.0.0) (2025-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node 18
9+
10+
### Features
11+
12+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
13+
14+
15+
### Bug Fixes
16+
17+
* **cloudbilling:** update the API ([472ab1f](https://github.com/googleapis/google-api-nodejs-client/commit/472ab1f13236b3f0765da480bd1f312ebd4b4e87))
18+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
19+
320
## [5.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudbilling-v5.0.0...cloudbilling-v5.0.1) (2025-06-04)
421

522

src/apis/cloudbilling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/cloudbilling",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "cloudbilling",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/cloudbuild/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [13.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudbuild-v12.0.1...cloudbuild-v13.0.0) (2025-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node 18
9+
10+
### Features
11+
12+
* **cloudbuild:** update the API ([93d8a10](https://github.com/googleapis/google-api-nodejs-client/commit/93d8a10cfcb8a2d092317c75d649d3b3020b3061))
13+
* **cloudbuild:** update the API ([ff79449](https://github.com/googleapis/google-api-nodejs-client/commit/ff79449b16ceea56ad8154c90bc59c3cd3e9fb63))
14+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
20+
321
## [12.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudbuild-v12.0.0...cloudbuild-v12.0.1) (2025-06-04)
422

523

src/apis/cloudbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/cloudbuild",
3-
"version": "12.0.1",
3+
"version": "13.0.0",
44
"description": "cloudbuild",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/container/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [16.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/container-v15.0.1...container-v16.0.0) (2025-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node 18
9+
10+
### Features
11+
12+
* **container:** update the API ([f3fe9f0](https://github.com/googleapis/google-api-nodejs-client/commit/f3fe9f0832bbd5a6855c106a81fdddab15134969))
13+
* **container:** update the API ([7970340](https://github.com/googleapis/google-api-nodejs-client/commit/7970340eb1cb2cfac5ed8138ad5982f8f736e128))
14+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
20+
321
## [15.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/container-v15.0.0...container-v15.0.1) (2025-06-04)
422

523

0 commit comments

Comments
 (0)