Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"handwritten/logging-bunyan": "6.1.0",
"handwritten/logging-winston": "7.1.0",
"handwritten/pubsub": "6.1.0",
"handwritten/spanner": "8.13.0",
"handwritten/spanner": "9.0.0",
"handwritten/storage": "8.2.0",
"packages/google-ads-admanager": "0.13.0",
"packages/google-ads-datamanager": "1.1.0",
Expand Down
76 changes: 75 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,80 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "ecd5bfd0e8ad8d2cf3b9fe003f7e35f2bbd592f5",
"message": "Update cloud-spanner to minimum Node version of 22",
"issues": [
"9291"
],
"scope": "Spanner",
"breakingChangeNote": "Update cloud-spanner to minimum Node version of 22 ([#9291](https://github.com/googleapis/google-cloud-node/issues/9291))"
},
{
"type": "perf",
"sha": "7085e03eb009a93b4368f5649472c0ac330d5a51",
"message": "Remove rest-parameter allocations in wrappedRequestFn",
"issues": [
"9365"
],
"scope": "spanner"
},
{
"type": "perf",
"sha": "1b1b411769fc0847e23a52cadaf3c6225ae281ea",
"message": "Optimize codec.getType and reuse type singletons",
"issues": [
"9366"
],
"scope": "spanner"
},
{
"type": "perf",
"sha": "dbbc55c508cf886863dff00e12ce362026515661",
"message": "Synchronous multiplexed session hand-off for non-stream callers",
"issues": [
"9362"
],
"scope": "spanner"
},
{
"type": "perf",
"sha": "11c257b5a64b0d360f2c9d47c412e59e9fd5a756",
"message": "Disable gRPC channelz by default",
"issues": [
"9320"
],
"scope": "spanner"
},
{
"type": "perf",
"sha": "a44180d659ff8734fcacd8e294fc9c8c0a181071",
"message": "Bypass gRPC message interception in metrics interceptor",
"issues": [
"9306"
],
"scope": "spanner"
},
{
"type": "feat",
"sha": "ed3a44e7f396b1f71aa29c8291a740aaab4fef0b",
"message": "Upgrade OpenTelemetry to v2",
"issues": [
"9329"
],
"scope": "Spanner",
"breakingChangeNote": "upgrade OpenTelemetry to v2 ([#9329](https://github.com/googleapis/google-cloud-node/issues/9329))"
}
],
"version": "9.0.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/spanner",
"id": "e205caa0-2f3d-4787-a0d1-e65c87dc6727",
"createTime": "2026-09-18T13:12:38.821Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -95057,5 +95131,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-09-17T14:33:17.947Z"
"updateTime": "2026-09-18T13:12:38.821Z"
}
22 changes: 22 additions & 0 deletions handwritten/spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@

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

## [9.0.0](https://github.com/googleapis/google-cloud-node/compare/spanner-v8.13.0...spanner-v9.0.0) (2026-09-18)


### ⚠ BREAKING CHANGES

* **Spanner:** Update cloud-spanner to minimum Node version of 22 ([#9291](https://github.com/googleapis/google-cloud-node/issues/9291))
* **Spanner:** upgrade OpenTelemetry to v2 ([#9329](https://github.com/googleapis/google-cloud-node/issues/9329))

### Features

* **Spanner:** Update cloud-spanner to minimum Node version of 22 ([#9291](https://github.com/googleapis/google-cloud-node/issues/9291)) ([ecd5bfd](https://github.com/googleapis/google-cloud-node/commit/ecd5bfd0e8ad8d2cf3b9fe003f7e35f2bbd592f5))
* **Spanner:** Upgrade OpenTelemetry to v2 ([#9329](https://github.com/googleapis/google-cloud-node/issues/9329)) ([ed3a44e](https://github.com/googleapis/google-cloud-node/commit/ed3a44e7f396b1f71aa29c8291a740aaab4fef0b))


### Performance Improvements

* **spanner:** Bypass gRPC message interception in metrics interceptor ([#9306](https://github.com/googleapis/google-cloud-node/issues/9306)) ([a44180d](https://github.com/googleapis/google-cloud-node/commit/a44180d659ff8734fcacd8e294fc9c8c0a181071))
* **spanner:** Disable gRPC channelz by default ([#9320](https://github.com/googleapis/google-cloud-node/issues/9320)) ([11c257b](https://github.com/googleapis/google-cloud-node/commit/11c257b5a64b0d360f2c9d47c412e59e9fd5a756))
* **spanner:** Optimize codec.getType and reuse type singletons ([#9366](https://github.com/googleapis/google-cloud-node/issues/9366)) ([1b1b411](https://github.com/googleapis/google-cloud-node/commit/1b1b411769fc0847e23a52cadaf3c6225ae281ea))
* **spanner:** Remove rest-parameter allocations in wrappedRequestFn ([#9365](https://github.com/googleapis/google-cloud-node/issues/9365)) ([7085e03](https://github.com/googleapis/google-cloud-node/commit/7085e03eb009a93b4368f5649472c0ac330d5a51))
* **spanner:** Synchronous multiplexed session hand-off for non-stream callers ([#9362](https://github.com/googleapis/google-cloud-node/issues/9362)) ([dbbc55c](https://github.com/googleapis/google-cloud-node/commit/dbbc55c508cf886863dff00e12ce362026515661))

## [8.13.0](https://github.com/googleapis/google-cloud-node/compare/spanner-v8.12.0...spanner-v8.13.0) (2026-09-14)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/spanner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/spanner",
"description": "Cloud Spanner Client Library for Node.js",
"version": "8.13.0",
"version": "9.0.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
Loading