Skip to content

Commit 51c040b

Browse files
chore(main): release spanner 8.6.1
1 parent 4d59769 commit 51c040b

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"handwritten/logging-bunyan": "5.1.1",
3131
"handwritten/logging-winston": "6.0.1",
3232
"handwritten/pubsub": "5.3.0",
33-
"handwritten/spanner": "8.6.0",
33+
"handwritten/spanner": "8.6.1",
3434
"handwritten/storage": "7.19.0",
3535
"packages/gapic-node-processing": "0.1.7",
3636
"packages/google-ads-admanager": "0.5.0",

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "4d597690ad90f9cf7c3c2aa9611029beaa599703",
9+
"message": "Enable afe_connectivity_error_count metric",
10+
"issues": [
11+
"7964"
12+
],
13+
"scope": "spanner"
14+
}
15+
],
16+
"version": "8.6.1",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/spanner",
19+
"id": "30ecaa05-918e-4bca-86cd-c43234541237",
20+
"createTime": "2026-04-07T07:25:41.856Z"
21+
},
422
{
523
"changes": [
624
{
@@ -69392,5 +69410,5 @@
6939269410
"createTime": "2023-01-28T04:18:24.718Z"
6939369411
}
6939469412
],
69395-
"updateTime": "2026-04-06T17:24:30.125Z"
69413+
"updateTime": "2026-04-07T07:25:41.856Z"
6939669414
}

handwritten/spanner/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-spanner?activeTab=versions
66

7+
## [8.6.1](https://github.com/googleapis/google-cloud-node/compare/spanner-v8.6.0...spanner-v8.6.1) (2026-04-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **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))
13+
714
## [8.6.0](https://github.com/googleapis/nodejs-spanner/compare/v8.5.0...v8.6.0) (2026-01-28)
815

916

handwritten/spanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/spanner",
33
"description": "Cloud Spanner Client Library for Node.js",
4-
"version": "8.6.0",
4+
"version": "8.6.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)