File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 2222 - Bump STACKIT SDK core module from ` v0.20.0 ` to ` v0.20.1 `
2323 - [ v0.1.0] ( services/logs/CHANGELOG.md#v010 )
2424 - ** New:** API for logs service
25+ - ` kms ` : [ v1.2.0] ( services/kms/CHANGELOG.md#v120 )
26+ - Set fields ` Description ` and ` ImportOnly ` to required in response struct ` Key `
27+ - ** Breaking change:** Constructor ` NewKey ` has new parameters ` description ` and ` importOnly `
28+ - ** Breaking change:** Remove methods ` HasDescription ` and ` GetImportOnly ` in ` Key ` model
29+ - Set field ` Description ` to required in response struct ` KeyRing `
30+ - ** Breaking change:** Constructor ` NewKeyRing ` has new parameter ` description `
31+ - ** Breaking change:** Remove method ` HasDescription ` in ` KeyRing ` model
32+ - Set field ` Disabled ` to required in response struct ` Version `
33+ - ** Breaking change:** Constructor ` NewVersion ` has new parameter ` disabled `
34+ - ** Breaking change:** Remove method ` HasDisabled ` in ` Version ` model
35+ - Set fields ` Description ` and ` PublicKey ` to required in response struct ` WrappingKey `
36+ - ** Breaking change:** Constructor ` NewWrappingKey ` has new parameters ` description ` and ` publicKey `
37+ - ** Breaking change:** Remove methods ` HasDescription ` and ` HasPublicKey ` in ` WrappingKey ` model
2538
2639## Release (2025-12-05)
2740- ` alb ` :
Original file line number Diff line number Diff line change 1+ ## v1.2.0
2+ - Set fields ` Description ` and ` ImportOnly ` to required in response struct ` Key `
3+ - ** Breaking change:** Constructor ` NewKey ` has new parameters ` description ` and ` importOnly `
4+ - ** Breaking change:** Remove methods ` HasDescription ` and ` GetImportOnly ` in ` Key ` model
5+ - Set field ` Description ` to required in response struct ` KeyRing `
6+ - ** Breaking change:** Constructor ` NewKeyRing ` has new parameter ` description `
7+ - ** Breaking change:** Remove method ` HasDescription ` in ` KeyRing ` model
8+ - Set field ` Disabled ` to required in response struct ` Version `
9+ - ** Breaking change:** Constructor ` NewVersion ` has new parameter ` disabled `
10+ - ** Breaking change:** Remove method ` HasDisabled ` in ` Version ` model
11+ - Set fields ` Description ` and ` PublicKey ` to required in response struct ` WrappingKey `
12+ - ** Breaking change:** Constructor ` NewWrappingKey ` has new parameters ` description ` and ` publicKey `
13+ - ** Breaking change:** Remove methods ` HasDescription ` and ` HasPublicKey ` in ` WrappingKey ` model
14+
115## v1.1.2
216 - Bump STACKIT SDK core module from ` v0.20.0 ` to ` v0.20.1 `
317
Original file line number Diff line number Diff line change 1- v1.1.2
1+ v1.2.0
You can’t perform that action at this time.
0 commit comments