@googleapis/spanner 8.0.1 → 9.1.0

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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v9.0.0...spanner-v9.1.0) (2025-07-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * **spanner:** update the API ([5e0e695](https://github.com/googleapis/google-api-nodejs-client/commit/5e0e69559ea31a8c405557698848e27b6dace612))
9
+ * **spanner:** update the API ([e9de6db](https://github.com/googleapis/google-api-nodejs-client/commit/e9de6db7651367d85e25574cab4868aa04112f24))
10
+
11
+ ## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v8.0.1...spanner-v9.0.0) (2025-06-30)
12
+
13
+
14
+ ### ⚠ BREAKING CHANGES
15
+
16
+ * upgrade to node 18
17
+
18
+ ### Features
19
+
20
+ * **spanner:** update the API ([e9de6db](https://github.com/googleapis/google-api-nodejs-client/commit/e9de6db7651367d85e25574cab4868aa04112f24))
21
+ * upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
27
+
3
28
  ## [8.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v8.0.0...spanner-v8.0.1) (2025-06-04)
4
29
 
5
30
 
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