You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Feature:** Add `SystemRoutes` to `UpdateRoutingTableOfAreaPayload`
8
-
-`kms`: [v0.5.0](services/kms/CHANGELOG.md#v050)
9
-
-**Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
8
+
-`kms`:
9
+
-[v0.6.0](services/kms/CHANGELOG.md#v060)
10
+
- Set fields `description` and `import_only` to required in response struct `Key`
11
+
- Set fields `description` and `public_key` to required in response struct `WrappingKey`
12
+
- Set field `description` to required in response struct `KeyRing`
13
+
- Set field `disabled` to required in response struct `Version`
14
+
-[v0.5.0](services/kms/CHANGELOG.md#v050)
15
+
-**Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
Copy file name to clipboardExpand all lines: services/kms/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## v0.6.0
2
+
- Set fields `description` and `import_only` to required in response struct `Key`
3
+
- Set fields `description` and `public_key` to required in response struct `WrappingKey`
4
+
- Set field `description` to required in response struct `KeyRing`
5
+
- Set field `disabled` to required in response struct `Version`
6
+
1
7
## v0.5.0
2
8
-**Feature:** Add regex field validator for `display_name` attribute in model classes `CreateKeyPayload`, `CreateKeyRingPayload`, `CreateWrappingKeyPayload`
0 commit comments