@googleapis/spanner 3.0.0 → 4.0.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 +22 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v4.0.0...spanner-v4.0.1) (2024-01-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **spanner:** update the API ([ce99980](https://github.com/googleapis/google-api-nodejs-client/commit/ce99980e717cffd3c2cb50d3fd969c55f20b16b2))
|
|
9
|
+
|
|
10
|
+
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v3.0.0...spanner-v4.0.0) (2023-11-30)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* This release has breaking changes.
|
|
16
|
+
* This release has breaking changes.
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* run the generator ([#3355](https://github.com/googleapis/google-api-nodejs-client/issues/3355)) ([5504c86](https://github.com/googleapis/google-api-nodejs-client/commit/5504c86fd61740886047320e2ed70f02a164acd7))
|
|
21
|
+
* run the generator ([#3371](https://github.com/googleapis/google-api-nodejs-client/issues/3371)) ([d3fd980](https://github.com/googleapis/google-api-nodejs-client/commit/d3fd980907c318048c7ee471c38033cf529a3c04))
|
|
22
|
+
* **spanner:** update the API ([19c8a5e](https://github.com/googleapis/google-api-nodejs-client/commit/19c8a5e40f233682de4a75d7f802e0fd7d80f8ef))
|
|
23
|
+
* **spanner:** update the API ([3d046d5](https://github.com/googleapis/google-api-nodejs-client/commit/3d046d5e6193f876b4ade162c3581e43f057031f))
|
|
24
|
+
|
|
3
25
|
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v2.0.0...spanner-v3.0.0) (2023-11-27)
|
|
4
26
|
|
|
5
27
|
|
package/build/v1.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ export declare namespace spanner_v1 {
|
|
|
115
115
|
*/
|
|
116
116
|
highPriorityCpuUtilizationPercent?: number | null;
|
|
117
117
|
/**
|
|
118
|
-
* Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10,
|
|
118
|
+
* Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive.
|
|
119
119
|
*/
|
|
120
120
|
storageUtilizationPercent?: number | null;
|
|
121
121
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -169,7 +169,7 @@ export namespace spanner_v1 {
|
|
|
169
169
|
*/
|
|
170
170
|
highPriorityCpuUtilizationPercent?: number | null;
|
|
171
171
|
/**
|
|
172
|
-
* Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10,
|
|
172
|
+
* Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive.
|
|
173
173
|
*/
|
|
174
174
|
storageUtilizationPercent?: number | null;
|
|
175
175
|
}
|