Skip to content
Merged
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
9 changes: 5 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"packages/google-cloud-binaryauthorization": "4.4.0",
"packages/google-cloud-capacityplanner": "0.1.2",
"packages/google-cloud-certificatemanager": "2.1.1",
"packages/google-cloud-ces": "0.2.0",
"packages/google-cloud-ces": "0.3.0",
"packages/google-cloud-channel": "4.1.2",
"packages/google-cloud-chronicle": "0.2.1",
"packages/google-cloud-cloudcontrolspartner": "0.6.1",
Expand Down Expand Up @@ -93,7 +93,7 @@
"packages/google-cloud-devicestreaming": "0.2.1",
"packages/google-cloud-dialogflow": "7.5.0",
"packages/google-cloud-dialogflow-cx": "5.7.0",
"packages/google-cloud-discoveryengine": "2.5.3",
"packages/google-cloud-discoveryengine": "2.6.0",
"packages/google-cloud-dns": "5.3.1",
"packages/google-cloud-documentai": "9.6.0",
"packages/google-cloud-domains": "4.2.1",
Expand Down Expand Up @@ -234,10 +234,11 @@
"packages/google-shopping-merchant-quota": "0.9.0",
"packages/google-shopping-merchant-reports": "0.14.0",
"packages/google-shopping-merchant-reviews": "0.6.0",
"packages/google-storage-control": "0.8.1",
"packages/google-storage-control": "0.8.2",
"packages/google-storagetransfer": "4.2.1",
"packages/google-streetview-publish": "0.4.1",
"packages/grafeas": "6.1.1",
"packages/typeless-sample-bot": "3.1.1",
"packages/google-maps-navconnect": "0.1.0"
"packages/google-maps-navconnect": "0.1.0",
"packages/google-cloud-datacatalog-lineage-configmanagement": "0.1.0"
}
71 changes: 70 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,75 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "91666d001bdc0d020742784bebc2c4e4bba81de4",
"message": "Add initial files for google.cloud.datacatalog.lineage.configmanagement.v1",
"issues": [
"7842"
]
}
],
"version": "0.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/configmanagement",
"id": "b4bac2c8-ed00-4012-8556-f07e615aebb6",
"createTime": "2026-03-25T19:27:43.346Z"
},
{
"changes": [
{
"type": "feat",
"sha": "0e802546d86a64e5317fda86f99ed9f1b1026e0f",
"message": "[ces] update public libraries for CES v1",
"issues": [
"7845"
]
}
],
"version": "0.3.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/ces",
"id": "bd13ecf3-51bc-4d3e-a789-06036d9d9026",
"createTime": "2026-03-25T19:27:43.303Z"
},
{
"changes": [
{
"type": "fix",
"sha": "1dd586015cbc85409f4737c995c750bc694c14c3",
"message": "Update jsdocs headers in v2 clients to include …",
"issues": [
"7851"
],
"scope": "storage-control"
}
],
"version": "0.8.2",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/storage-control",
"id": "7016585d-b347-4953-b381-78f7b0eccbf6",
"createTime": "2026-03-25T19:27:43.262Z"
},
{
"changes": [
{
"type": "feat",
"sha": "694358739b082ad17f42800b42e5dbbf4c2c975b",
"message": "[discoveryengine] Update DataStoreSpec and add BoostSpec to SearchService",
"issues": [
"7837"
]
}
],
"version": "2.6.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/discoveryengine",
"id": "74179f79-1668-445d-9990-91aebf8611b6",
"createTime": "2026-03-25T19:27:43.222Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -69306,5 +69375,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-03-19T21:58:31.408Z"
"updateTime": "2026-03-25T19:27:43.346Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-ces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/googleapis/google-cloud-node/compare/ces-v0.2.0...ces-v0.3.0) (2026-03-25)


### Features

* [ces] update public libraries for CES v1 ([#7845](https://github.com/googleapis/google-cloud-node/issues/7845)) ([0e80254](https://github.com/googleapis/google-cloud-node/commit/0e802546d86a64e5317fda86f99ed9f1b1026e0f))

## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/ces-v0.1.0...ces-v0.2.0) (2026-03-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/ces",
"version": "0.2.0",
"version": "0.3.0",
"description": "Gemini Enterprise for Customer Experience API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2026-03-25)


### Features

* Add initial files for google.cloud.datacatalog.lineage.configmanagement.v1 ([#7842](https://github.com/googleapis/google-cloud-node/issues/7842)) ([91666d0](https://github.com/googleapis/google-cloud-node/commit/91666d001bdc0d020742784bebc2c4e4bba81de4))
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/configmanagement",
"version": "0.0.0",
"version": "0.1.0",
"description": "Data Lineage API client for Node.js",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-discoveryengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.6.0](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v2.5.3...discoveryengine-v2.6.0) (2026-03-25)


### Features

* [discoveryengine] Update DataStoreSpec and add BoostSpec to SearchService ([#7837](https://github.com/googleapis/google-cloud-node/issues/7837)) ([6943587](https://github.com/googleapis/google-cloud-node/commit/694358739b082ad17f42800b42e5dbbf4c2c975b))

## [2.5.3](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v2.5.2...discoveryengine-v2.5.3) (2026-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-discoveryengine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/discoveryengine",
"version": "2.5.3",
"version": "2.6.0",
"description": "Discovery Engine API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/discoveryengine": "^2.5.3"
"@google-cloud/discoveryengine": "^2.6.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-storage-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2](https://github.com/googleapis/google-cloud-node/compare/storage-control-v0.8.1...storage-control-v0.8.2) (2026-03-25)


### Bug Fixes

* **storage-control:** Update jsdocs headers in v2 clients to include … ([#7851](https://github.com/googleapis/google-cloud-node/issues/7851)) ([1dd5860](https://github.com/googleapis/google-cloud-node/commit/1dd586015cbc85409f4737c995c750bc694c14c3))

## [0.8.1](https://github.com/googleapis/google-cloud-node/compare/storage-control-v0.8.0...storage-control-v0.8.1) (2026-03-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-storage-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/storage-control",
"version": "0.8.1",
"version": "0.8.2",
"description": "Cloud Storage API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-storage-control/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/storage-control": "^0.8.1"
"@google-cloud/storage-control": "^0.8.2"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,25 @@ export function fixDocsHeaders() {
}

let content = fs.readFileSync(filePath, 'utf8');

// Check if @internal is already present in the block to prevent duplicate additions
const replaceRegex = /\* @memberof v2\n \*\/(?!\s*export class)/g;

// We want to target the class documentation block that ends with `* @memberof v2\n */\nexport class `
// and replace it with `* @memberof v2\n * @internal\n */\nexport class `
const classDocRegex = /(\* @memberof v2\n) \*\/\nexport class /g;

if (classDocRegex.test(content)) {
content = content.replace(classDocRegex, '$1 * @internal\n */\nexport class ');
content = content.replace(
classDocRegex,
'$1 * @internal\n */\nexport class ',
);
fs.writeFileSync(filePath, content);
console.log(`Successfully added @internal to doc header in: ${filePath}`);
} else {
console.log(`Did not find the expected doc header format in: ${filePath}`);
console.log(
`Did not find the expected doc header format in: ${filePath}`,
);
}
}
}
Loading