From 5d3e73519e156a201012a138006a10e37bea3b62 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:20:47 +0000 Subject: [PATCH] chore(main): release spanner 8.6.1 --- .release-please-manifest.json | 2 +- changelog.json | 34 +++++++++++++++++++++++++++++++- handwritten/spanner/CHANGELOG.md | 9 +++++++++ handwritten/spanner/package.json | 2 +- 4 files changed, 44 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5b8cb25874..7945fb17e21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -30,7 +30,7 @@ "handwritten/logging-bunyan": "5.1.1", "handwritten/logging-winston": "6.0.1", "handwritten/pubsub": "5.3.0", - "handwritten/spanner": "8.6.0", + "handwritten/spanner": "8.6.1", "handwritten/storage": "7.19.0", "packages/gapic-node-processing": "0.1.7", "packages/google-ads-admanager": "0.5.0", diff --git a/changelog.json b/changelog.json index cfbf8bc633f..cd3f8f2ecb5 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,38 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "2280f7aeab96b9911efc3673dd084e3d9f831d9b", + "message": "Type conflict between @sinonjs/fake-timers and @types/sinonjs__fake-timers", + "issues": [], + "scope": "spanner" + }, + { + "type": "fix", + "sha": "6d513f93d0126198b4eb3867c4f5809422e467fe", + "message": "Resolve type conflicts between @types/sinon and @sinonjs/fake-timers", + "issues": [], + "scope": "spanner" + }, + { + "type": "fix", + "sha": "4d597690ad90f9cf7c3c2aa9611029beaa599703", + "message": "Enable afe_connectivity_error_count metric", + "issues": [ + "7964" + ], + "scope": "spanner" + } + ], + "version": "8.6.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/spanner", + "id": "b6b9f4bf-fa53-478a-b33e-50d94d0cf55f", + "createTime": "2026-04-08T00:20:45.418Z" + }, { "changes": [ { @@ -69392,5 +69424,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-04-06T17:24:30.125Z" + "updateTime": "2026-04-08T00:20:45.418Z" } \ No newline at end of file diff --git a/handwritten/spanner/CHANGELOG.md b/handwritten/spanner/CHANGELOG.md index c3b79867501..bcfe2de1f5b 100644 --- a/handwritten/spanner/CHANGELOG.md +++ b/handwritten/spanner/CHANGELOG.md @@ -4,6 +4,15 @@ [1]: https://www.npmjs.com/package/nodejs-spanner?activeTab=versions +## [8.6.1](https://github.com/googleapis/google-cloud-node/compare/spanner-v8.6.0...spanner-v8.6.1) (2026-04-08) + + +### Bug Fixes + +* **spanner:** Enable afe_connectivity_error_count metric ([#7964](https://github.com/googleapis/google-cloud-node/issues/7964)) ([4d59769](https://github.com/googleapis/google-cloud-node/commit/4d597690ad90f9cf7c3c2aa9611029beaa599703)) +* **spanner:** Resolve type conflicts between @types/sinon and @sinonjs/fake-timers ([6d513f9](https://github.com/googleapis/google-cloud-node/commit/6d513f93d0126198b4eb3867c4f5809422e467fe)) +* **spanner:** Type conflict between @sinonjs/fake-timers and @types/sinonjs__fake-timers ([2280f7a](https://github.com/googleapis/google-cloud-node/commit/2280f7aeab96b9911efc3673dd084e3d9f831d9b)) + ## [8.6.0](https://github.com/googleapis/nodejs-spanner/compare/v8.5.0...v8.6.0) (2026-01-28) diff --git a/handwritten/spanner/package.json b/handwritten/spanner/package.json index 3f5f15630c0..9f626ec2d58 100644 --- a/handwritten/spanner/package.json +++ b/handwritten/spanner/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/spanner", "description": "Cloud Spanner Client Library for Node.js", - "version": "8.6.0", + "version": "8.6.1", "license": "Apache-2.0", "author": "Google Inc.", "engines": {