@googleapis/spanner 8.0.1 → 9.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/README.md +0 -9
- package/build/v1.d.ts +6050 -16
- package/build/v1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +6050 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v9.1.0...spanner-v9.1.1) (2025-07-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **spanner:** update the API ([d77e9d5](https://github.com/googleapis/google-api-nodejs-client/commit/d77e9d510f53a8fdccd63451191482343ecfdb59))
|
|
9
|
+
|
|
10
|
+
## [9.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v9.0.0...spanner-v9.1.0) (2025-07-08)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **spanner:** update the API ([5e0e695](https://github.com/googleapis/google-api-nodejs-client/commit/5e0e69559ea31a8c405557698848e27b6dace612))
|
|
16
|
+
* **spanner:** update the API ([e9de6db](https://github.com/googleapis/google-api-nodejs-client/commit/e9de6db7651367d85e25574cab4868aa04112f24))
|
|
17
|
+
|
|
18
|
+
## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v8.0.1...spanner-v9.0.0) (2025-06-30)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ⚠ BREAKING CHANGES
|
|
22
|
+
|
|
23
|
+
* upgrade to node 18
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **spanner:** update the API ([e9de6db](https://github.com/googleapis/google-api-nodejs-client/commit/e9de6db7651367d85e25574cab4868aa04112f24))
|
|
28
|
+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
|
|
34
|
+
|
|
3
35
|
## [8.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v8.0.0...spanner-v8.0.1) (2025-06-04)
|
|
4
36
|
|
|
5
37
|
|
package/README.md
CHANGED
|
@@ -4,15 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
> Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.
|
|
6
6
|
|
|
7
|
-
## Support status
|
|
8
|
-
**Note**: Google provides multiple libraries for this service. This library is in
|
|
9
|
-
maintenance mode, and will continue to be made available for users who have
|
|
10
|
-
existing applications. If you're building a new application, or modernizing a
|
|
11
|
-
legacy application, please use [@google-cloud/spanner](https://www.npmjs.com/package/@google-cloud/spanner) instead.
|
|
12
|
-
The [@google-cloud/spanner](https://www.npmjs.com/package/@google-cloud/spanner) library is faster, easier to use, and better maintained.
|
|
13
|
-
|
|
14
|
-
To learn more, see [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
|
|
15
|
-
|
|
16
7
|
## Installation
|
|
17
8
|
|
|
18
9
|
```sh
|