Skip to content

Commit da2ee2d

Browse files
codyossrelease-please[bot]gcf-owl-bot[bot]
authored
chore(main): release spanner 8.7.1 (#8202)
* chore(main): release spanner 8.7.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4aa32f5 commit da2ee2d

5 files changed

Lines changed: 8012 additions & 3432 deletions

File tree

.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.7.0",
33+
"handwritten/spanner": "8.7.1",
3434
"handwritten/storage": "7.19.0",
3535
"packages/gapic-node-processing": "0.1.8",
3636
"packages/google-ads-admanager": "0.5.1",

changelog.json

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,67 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "4c33205869fc81a0ebd60604c3f91fe90b87ecea",
17+
"message": "Clear metrics tracers after operation completion",
18+
"issues": [
19+
"8172"
20+
],
21+
"scope": "spanner"
22+
},
23+
{
24+
"type": "fix",
25+
"sha": "0dd9a53aa825d08c106928f88d72ff931f839b1c",
26+
"message": "Disable metrics tracer when built-in metrics are disabled",
27+
"issues": [
28+
"8170"
29+
],
30+
"scope": "spanner"
31+
},
32+
{
33+
"type": "fix",
34+
"sha": "9e91cc8b68973b546f1fb94b1c39951c395f5a2b",
35+
"message": "Record fractional latency metrics",
36+
"issues": [
37+
"8168"
38+
],
39+
"scope": "spanner"
40+
},
41+
{
42+
"type": "fix",
43+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
44+
"message": "Change the copyright year for files in the packages folder",
45+
"issues": [
46+
"8109"
47+
]
48+
},
49+
{
50+
"type": "fix",
51+
"sha": "8e31dd7b8afb0a2fb6e1d6809fee7d9cd21370c8",
52+
"message": "GetTransaction type with options, cb",
53+
"issues": [
54+
"8045"
55+
],
56+
"scope": "spanner"
57+
}
58+
],
59+
"version": "8.7.1",
60+
"language": "JAVASCRIPT",
61+
"artifactName": "@google-cloud/spanner",
62+
"id": "a5e4c00a-94e9-42fb-96e8-8b7c29c58d82",
63+
"createTime": "2026-05-06T21:35:08.503Z"
64+
},
465
{
566
"changes": [
667
{
@@ -77687,5 +77748,5 @@
7768777748
"createTime": "2023-01-28T04:18:24.718Z"
7768877749
}
7768977750
],
77690-
"updateTime": "2026-05-06T18:07:28.494Z"
77751+
"updateTime": "2026-05-06T21:35:08.503Z"
7769177752
}

handwritten/spanner/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

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

8+
## [8.7.1](https://github.com/googleapis/google-cloud-node/compare/spanner-v8.7.0...spanner-v8.7.1) (2026-05-06)
9+
10+
11+
### Bug Fixes
12+
13+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
14+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
15+
* **spanner:** Clear metrics tracers after operation completion ([#8172](https://github.com/googleapis/google-cloud-node/issues/8172)) ([4c33205](https://github.com/googleapis/google-cloud-node/commit/4c33205869fc81a0ebd60604c3f91fe90b87ecea))
16+
* **spanner:** Disable metrics tracer when built-in metrics are disabled ([#8170](https://github.com/googleapis/google-cloud-node/issues/8170)) ([0dd9a53](https://github.com/googleapis/google-cloud-node/commit/0dd9a53aa825d08c106928f88d72ff931f839b1c))
17+
* **spanner:** GetTransaction type with options, cb ([#8045](https://github.com/googleapis/google-cloud-node/issues/8045)) ([8e31dd7](https://github.com/googleapis/google-cloud-node/commit/8e31dd7b8afb0a2fb6e1d6809fee7d9cd21370c8))
18+
* **spanner:** Record fractional latency metrics ([#8168](https://github.com/googleapis/google-cloud-node/issues/8168)) ([9e91cc8](https://github.com/googleapis/google-cloud-node/commit/9e91cc8b68973b546f1fb94b1c39951c395f5a2b))
19+
820
## [8.7.0](https://github.com/googleapis/google-cloud-node/compare/spanner-v8.6.0...spanner-v8.7.0) (2026-04-14)
921

1022

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.7.0",
4+
"version": "8.7.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)