Skip to content

Commit e2bf39c

Browse files
chore: release main
1 parent 86f1f30 commit e2bf39c

File tree

56 files changed

+204
-36
lines changed

Some content is hidden

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

56 files changed

+204
-36
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-02)
4+
5+
6+
### Features
7+
8+
* [ces] add public libraries for CES v1beta ([#7285](https://github.com/googleapis/google-cloud-node/issues/7285)) ([77042f5](https://github.com/googleapis/google-cloud-node/commit/77042f508c0e4d03569ef4eae7e0dd8f235cd469))
9+
* [compute] Update Compute Engine v1 API to revision 20251031 ([#6920](https://github.com/googleapis/google-cloud-node/issues/6920)) ([95f3adb](https://github.com/googleapis/google-cloud-node/commit/95f3adb6308c65eb000f841cc05460a8979a9d4f))
10+
* Add initial files for google.cloud.ces.v1 ([#7241](https://github.com/googleapis/google-cloud-node/issues/7241)) ([9146f27](https://github.com/googleapis/google-cloud-node/commit/9146f2714244d2e7c50220ccb4380b738acab857))
11+
12+
13+
### Bug Fixes
14+
15+
* [gkeconnect-gateway] remove unused GatewayServiceClient ([#6775](https://github.com/googleapis/google-cloud-node/issues/6775)) ([41c2ff2](https://github.com/googleapis/google-cloud-node/commit/41c2ff2851b5fdadabf4f9bd3500167c34b32ff7))

packages/google-cloud-ces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/ces",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Gemini Enterprise for Customer Experience API client for Node.js",
55
"repository": {
66
"type": "git",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-02)
4+
5+
6+
### Features
7+
8+
* [compute] Update Compute Engine v1 API to revision 20251031 ([#6920](https://github.com/googleapis/google-cloud-node/issues/6920)) ([95f3adb](https://github.com/googleapis/google-cloud-node/commit/95f3adb6308c65eb000f841cc05460a8979a9d4f))
9+
* Add initial files for google.cloud.visionai.v1 ([#7275](https://github.com/googleapis/google-cloud-node/issues/7275)) ([1cc4a84](https://github.com/googleapis/google-cloud-node/commit/1cc4a84c3cab7894d8877488dcd7454aef62a8a2))
10+
11+
12+
### Bug Fixes
13+
14+
* [gkeconnect-gateway] remove unused GatewayServiceClient ([#6775](https://github.com/googleapis/google-cloud-node/issues/6775)) ([41c2ff2](https://github.com/googleapis/google-cloud-node/commit/41c2ff2851b5fdadabf4f9bd3500167c34b32ff7))

packages/google-cloud-visionai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/visionai",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Vision AI API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-workflows/CHANGELOG.md

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

3+
## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/workflows-v5.0.0...workflows-v5.1.0) (2026-03-02)
4+
5+
6+
### Features
7+
8+
* [compute] Update Compute Engine v1 API to revision 20251031 ([#6920](https://github.com/googleapis/google-cloud-node/issues/6920)) ([95f3adb](https://github.com/googleapis/google-cloud-node/commit/95f3adb6308c65eb000f841cc05460a8979a9d4f))
9+
* Expand workflows to receive both workflows and executions ([#7271](https://github.com/googleapis/google-cloud-node/issues/7271)) ([faf79df](https://github.com/googleapis/google-cloud-node/commit/faf79df319ddd7d732413aa0b745160bfb815198))
10+
11+
12+
### Bug Fixes
13+
14+
* [gkeconnect-gateway] remove unused GatewayServiceClient ([#6775](https://github.com/googleapis/google-cloud-node/issues/6775)) ([41c2ff2](https://github.com/googleapis/google-cloud-node/commit/41c2ff2851b5fdadabf4f9bd3500167c34b32ff7))
15+
316
## [5.0.0](https://github.com/googleapis/google-cloud-node/compare/workflows-v4.4.0...workflows-v5.0.0) (2025-10-13)
417

518

packages/google-cloud-workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/workflows",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Workflows client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-workflows/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/workflows": "^5.0.0"
16+
"@google-cloud/workflows": "^5.1.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^10.0.0",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-02)
4+
5+
6+
### Features
7+
8+
* [compute] Update Compute Engine v1 API to revision 20251031 ([#6920](https://github.com/googleapis/google-cloud-node/issues/6920)) ([95f3adb](https://github.com/googleapis/google-cloud-node/commit/95f3adb6308c65eb000f841cc05460a8979a9d4f))
9+
* Add initial files for google.cloud.workloadmanager.v1 ([#7265](https://github.com/googleapis/google-cloud-node/issues/7265)) ([8a30212](https://github.com/googleapis/google-cloud-node/commit/8a30212142e5403294368da827cb33d3b167209d))
10+
11+
12+
### Bug Fixes
13+
14+
* [gkeconnect-gateway] remove unused GatewayServiceClient ([#6775](https://github.com/googleapis/google-cloud-node/issues/6775)) ([41c2ff2](https://github.com/googleapis/google-cloud-node/commit/41c2ff2851b5fdadabf4f9bd3500167c34b32ff7))

packages/google-cloud-workloadmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/workloadmanager",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Workload Manager API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-shopping-merchant-conversions/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/googleapis/google-cloud-node/compare/conversions-v0.7.1...conversions-v0.8.0) (2026-03-02)
4+
5+
6+
### Features
7+
8+
* [compute] Update Compute Engine v1 API to revision 20251031 ([#6920](https://github.com/googleapis/google-cloud-node/issues/6920)) ([95f3adb](https://github.com/googleapis/google-cloud-node/commit/95f3adb6308c65eb000f841cc05460a8979a9d4f))
9+
310
## [0.7.1](https://github.com/googleapis/google-cloud-node/compare/conversions-v0.7.0...conversions-v0.7.1) (2025-10-13)
411

512

0 commit comments

Comments
 (0)