From 78264f923f7c50aa7ae74c73f9d162df92931e0e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:57:14 +0000 Subject: [PATCH] chore(main): release logging 11.4.0 --- .release-please-manifest.json | 2 +- changelog.json | 20 +++++++++++++++++++- handwritten/logging/CHANGELOG.md | 7 +++++++ handwritten/logging/package.json | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86fea6bbdbef..177dde95d63b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -29,7 +29,7 @@ "handwritten/error-reporting": "3.0.6", "handwritten/firestore": "8.7.0", "handwritten/google-cloud-dns": "5.3.2", - "handwritten/logging": "11.3.0", + "handwritten/logging": "11.4.0", "handwritten/logging-bunyan": "5.1.2", "handwritten/logging-winston": "6.0.2", "handwritten/pubsub": "5.3.1", diff --git a/changelog.json b/changelog.json index bfb942099b21..e4e97c6915a4 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,24 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "ee217669702485cde6d292740f8bb04a82d62600", + "message": "Split GAPIC from the logging handwritten package", + "issues": [ + "8929" + ], + "scope": "logging" + } + ], + "version": "11.4.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/logging", + "id": "3d414cc1-2f0c-4d66-aaf9-d0224a334b8c", + "createTime": "2026-08-04T02:57:11.657Z" + }, { "changes": [ { @@ -83908,5 +83926,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-29T20:49:49.925Z" + "updateTime": "2026-08-04T02:57:11.657Z" } \ No newline at end of file diff --git a/handwritten/logging/CHANGELOG.md b/handwritten/logging/CHANGELOG.md index d1865740ea99..0272d0af3508 100644 --- a/handwritten/logging/CHANGELOG.md +++ b/handwritten/logging/CHANGELOG.md @@ -6,6 +6,13 @@ [1]: https://www.npmjs.com/package/nodejs-logging?activeTab=versions +## [11.4.0](https://github.com/googleapis/google-cloud-node/compare/logging-v11.3.0...logging-v11.4.0) (2026-08-04) + + +### Features + +* **logging:** Split GAPIC from the logging handwritten package ([#8929](https://github.com/googleapis/google-cloud-node/issues/8929)) ([ee21766](https://github.com/googleapis/google-cloud-node/commit/ee217669702485cde6d292740f8bb04a82d62600)) + ## [11.3.0](https://github.com/googleapis/google-cloud-node/compare/logging-v11.2.3...logging-v11.3.0) (2026-07-10) diff --git a/handwritten/logging/package.json b/handwritten/logging/package.json index cf7dcce0ef23..a71f0adcbf3c 100644 --- a/handwritten/logging/package.json +++ b/handwritten/logging/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/logging", - "version": "11.3.0", + "version": "11.4.0", "description": "Cloud Logging Client Library for Node.js", "keywords": [ "google apis client",