Skip to content

Commit 5d3e735

Browse files
chore(main): release spanner 8.6.1
1 parent 4e5752b commit 5d3e735

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-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: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "2280f7aeab96b9911efc3673dd084e3d9f831d9b",
9+
"message": "Type conflict between @sinonjs/fake-timers and @types/sinonjs__fake-timers",
10+
"issues": [],
11+
"scope": "spanner"
12+
},
13+
{
14+
"type": "fix",
15+
"sha": "6d513f93d0126198b4eb3867c4f5809422e467fe",
16+
"message": "Resolve type conflicts between @types/sinon and @sinonjs/fake-timers",
17+
"issues": [],
18+
"scope": "spanner"
19+
},
20+
{
21+
"type": "fix",
22+
"sha": "4d597690ad90f9cf7c3c2aa9611029beaa599703",
23+
"message": "Enable afe_connectivity_error_count metric",
24+
"issues": [
25+
"7964"
26+
],
27+
"scope": "spanner"
28+
}
29+
],
30+
"version": "8.6.1",
31+
"language": "JAVASCRIPT",
32+
"artifactName": "@google-cloud/spanner",
33+
"id": "b6b9f4bf-fa53-478a-b33e-50d94d0cf55f",
34+
"createTime": "2026-04-08T00:20:45.418Z"
35+
},
436
{
537
"changes": [
638
{
@@ -69392,5 +69424,5 @@
6939269424
"createTime": "2023-01-28T04:18:24.718Z"
6939369425
}
6939469426
],
69395-
"updateTime": "2026-04-06T17:24:30.125Z"
69427+
"updateTime": "2026-04-08T00:20:45.418Z"
6939669428
}

handwritten/spanner/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
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-08)
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+
* **spanner:** Resolve type conflicts between @types/sinon and @sinonjs/fake-timers ([6d513f9](https://github.com/googleapis/google-cloud-node/commit/6d513f93d0126198b4eb3867c4f5809422e467fe))
14+
* **spanner:** Type conflict between @sinonjs/fake-timers and @types/sinonjs__fake-timers ([2280f7a](https://github.com/googleapis/google-cloud-node/commit/2280f7aeab96b9911efc3673dd084e3d9f831d9b))
15+
716
## [8.6.0](https://github.com/googleapis/nodejs-spanner/compare/v8.5.0...v8.6.0) (2026-01-28)
817

918

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)