|
1 | 1 | ## Release (2026-MM-DD) |
2 | | -- `sfs`: [v0.4.0](services/sfs/CHANGELOG.md#v040) |
3 | | - - **Feature:** model `CreateResourcePoolPayload` now has an additional field `snapshotPolicyId` |
4 | | - - **Feature:** model `CreateResourcePoolSnapshotPayload` now has an additional field `snaplockRetentionHours` |
5 | | - - **Feature:** model `ResourcePool` now has an additional field `snapshotPolicy` |
6 | | - - **Feature:** model `ResourcePoolSnapshot` now has an additional field `snaplockExpiryTime` |
7 | | - - **Feature:** model `ResourcePoolSpace` now has an additional field `usedBySnapshotsGigabytes` |
8 | | - - **Feature:** model `UpdateResourcePoolPayload` now has an additional field `snapshotPolicyId` |
9 | | - - **Feature:** new models: `DisableLockResponse`, `EnableLockResponse`, `GetLockResponse`, `GetScheduleResponse`, `GetSnapshotPolicyResponse`, `ListSchedulesResponse`, `ListSnapshotPoliciesResponse`, `ResourcePoolSnapshotPolicy`, `Schedule`, `SnapshotPolicy`, `SnapshotPolicySchedule`, `UpdateResourcePoolSnapshotPayload`, `UpdateResourcePoolSnapshotResponse` |
10 | | - - **Feature:** new operations: `UpdateResourcePoolSnapshot`, `ListSchedules`, `GetSchedule`, `ListSnapshotPolicies`, `GetSnapshotPolicy`, `DisableLock`, `GetLock`, `EnableLock`, |
| 2 | +- `sfs`: |
| 3 | + - [v0.5.0](services/sfs/CHANGELOG.md#v050) |
| 4 | + - **Deprecation:** deprecated field `schedules` in model `SnapshotPolicy` |
| 5 | + - **Feature:** new field `snapshotSchedules` in model `SnapshotPolicy` |
| 6 | + - **Feature:** new field `interval` in model `SnapshotPolicySchedule` |
| 7 | + - **Feature:** new model `SnapshotPolicySnapshotPolicySchedule` |
| 8 | + - [v0.4.0](services/sfs/CHANGELOG.md#v040) |
| 9 | + - **Feature:** model `CreateResourcePoolPayload` now has an additional field `snapshotPolicyId` |
| 10 | + - **Feature:** model `CreateResourcePoolSnapshotPayload` now has an additional field `snaplockRetentionHours` |
| 11 | + - **Feature:** model `ResourcePool` now has an additional field `snapshotPolicy` |
| 12 | + - **Feature:** model `ResourcePoolSnapshot` now has an additional field `snaplockExpiryTime` |
| 13 | + - **Feature:** model `ResourcePoolSpace` now has an additional field `usedBySnapshotsGigabytes` |
| 14 | + - **Feature:** model `UpdateResourcePoolPayload` now has an additional field `snapshotPolicyId` |
| 15 | + - **Feature:** new models: `DisableLockResponse`, `EnableLockResponse`, `GetLockResponse`, `GetScheduleResponse`, `GetSnapshotPolicyResponse`, `ListSchedulesResponse`, `ListSnapshotPoliciesResponse`, `ResourcePoolSnapshotPolicy`, `Schedule`, `SnapshotPolicy`, `SnapshotPolicySchedule`, `UpdateResourcePoolSnapshotPayload`, `UpdateResourcePoolSnapshotResponse` |
| 16 | + - **Feature:** new operations: `UpdateResourcePoolSnapshot`, `ListSchedules`, `GetSchedule`, `ListSnapshotPolicies`, `GetSnapshotPolicy`, `DisableLock`, `GetLock`, `EnableLock`, |
11 | 17 | - `ske`: [v1.8.0](services/ske/CHANGELOG.md#v180) |
12 | 18 | - **Breaking Change:** Change status codes: remove 200, change response type of 202 and add 400 in some API calls |
13 | 19 | - **Breaking Change:** Aligned CRI name validation with the API side validation (removed docker) |
|
0 commit comments