File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11## Release (2025-xx-xx)
2+ - ` kms ` : [ v0.3.0] ( services/kms/CHANGELOG.md#v030 )
3+ - ** Breaking Change:** Updated ` create_key() ` and ` create_wrapping_key() ` method signatures to require new ` access_scope ` parameter
4+ - ** Breaking Change:** Added new required ` access_scope ` field to ` Key ` and ` WrappingKey ` models
5+ - ** Feature:** Add new ` AccessScope ` enum with values ` PUBLIC ` and ` SNA ` for managing key access permissions
6+ - ** Feature:** Add new ` Protection ` enum with value ` SOFTWARE ` as a replacement for the deprecated ` backend ` field
7+ - ** Deprecation:** The ` backend ` field is now deprecated in all relevant models. Use the new ` protection ` field instead
28- ` observability ` : [ v0.9.0] ( services/observability/CHANGELOG.md#v090 )
39 - ** Feature:** Add new ` GoogleChat ` webhook
410
4046- ` intake ` : [ v0.1.0] ( services/intake/CHANGELOG.md#v010 )
4147 - ** New** : STACKIT Intake module can be used to manage the STACKIT Intake. Manage your ` IntakeRunners ` , ` Intakes ` and ` IntakeUsers `
4248- ` kms ` :
43- - [ v0.3.0] ( services/kms/CHANGELOG.md#v030 )
44- - ** Breaking Change:** Updated ` create_key() ` and ` create_wrapping_key() ` method signatures to require new ` access_scope ` parameter
45- - ** Breaking Change:** Added new required ` access_scope ` field to ` Key ` and ` WrappingKey ` models
46- - ** Feature:** Add new ` AccessScope ` enum with values ` PUBLIC ` and ` SNA ` for managing key access permissions
47- - ** Feature:** Add new ` Protection ` enum with value ` SOFTWARE ` as a replacement for the deprecated ` backend ` field
48- - ** Deprecation:** The ` backend ` field is now deprecated in all relevant models. Use the new ` protection ` field instead
4949 - [ v0.2.0] ( services/kms/CHANGELOG.md#v020 )
5050 - ** Breaking Change:** Change return type from ` Key ` to ` Version ` for ` import_key() ` and ` rotate_key() ` methods
5151 - ** Internal:** Add HTTP 409 (Conflict) error handling to API methods
You can’t perform that action at this time.
0 commit comments