- Dependencies: Bump STACKIT SDK core module from
v0.24.0tov0.24.1
- Dependencies: Bump STACKIT SDK core module from
v0.23.0tov0.24.0
v1api:- Feature: New model structs:
SetDefaultRetentionPayload,GetCredentialsGroupResponse,DeleteDefaultRetentionResponse,DefaultRetentionResponse,CredentialsGroupExtended,ComplianceLockResponse - Feature: New enum type
RetentionMode - Feature: New field
ObjectLockEnabledinBucketmodel struct - Feature: New API client methods:
CreateComplianceLock,DeleteComplianceLock,DeleteDefaultRetention,GetComplianceLock,GetCredentialsGroup,GetDefaultRetention,SetDefaultRetention - Feature: New method on
ApiCreateBucketRequeststruct:ObjectLockEnabled
- Feature: New model structs:
v2api:- Feature: New model structs:
SetDefaultRetentionPayload,GetCredentialsGroupResponse,DeleteDefaultRetentionResponse,DefaultRetentionResponse,CredentialsGroupExtended,ComplianceLockResponse - Feature: New enum type
RetentionMode - Feature: New field
ObjectLockEnabledinBucketmodel struct - Feature: New API client methods:
CreateComplianceLock,DeleteComplianceLock,DeleteDefaultRetention,GetComplianceLock,GetCredentialsGroup,GetDefaultRetention,SetDefaultRetention - Feature: New method on
ApiCreateBucketRequeststruct:ObjectLockEnabled
- Feature: New model structs:
- Deprecated SDK layer in root of the module:
- Feature: New model structs:
SetDefaultRetentionPayload,GetCredentialsGroupResponse,DeleteDefaultRetentionResponse,DefaultRetentionResponse,CredentialsGroupExtended,ComplianceLockResponse - Feature: New enum type
RetentionMode - Feature: New field
ObjectLockEnabledinBucketmodel struct - Feature: New API client methods:
CreateComplianceLock,DeleteComplianceLock,DeleteDefaultRetention,GetComplianceLock,GetCredentialsGroup,GetDefaultRetention,SetDefaultRetention - Feature: New method on
ApiCreateBucketRequeststruct:ObjectLockEnabled
- Feature: New model structs:
- Dependencies: Bump STACKIT SDK core module from
v0.22.0tov0.23.0
- Bugfix: Disable strict decoding of API responses
- Feature: Add
AdditionalPropertiesfields to model structs
- Feature: Introduction of multi API version support for the objectstorage SDK module. For more details please see the announcement on GitHub: #5062
v1api: New package which can be used for communication with the objectstorage v1 APIv2api: New package which can be used for communication with the objectstorage v2 API- Deprecation: The contents in the root of this SDK module including the
waitpackage are marked as deprecated and will be removed after 2026-09-30. Switch to the new packages for the available API versions instead. - Dependencies: Bump STACKIT SDK core module from
v0.21.1tov0.22.0
- Bump STACKIT SDK core module from
v0.21.0tov0.21.1
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.3.0tov5.3.1
- Bugfix: Correctly handle file closing for file uploads
- Bump STACKIT SDK core module from
v0.20.1tov0.21.0
- Bump STACKIT SDK core module from
v0.20.0tov0.20.1
- Bump STACKIT SDK core module from
v0.19.0tov0.20.0
- Breaking change: Set
Expiresfield inCreateAccessKeyResponsemodel to NullableString
- Dependencies: Bump
github.com/golang-jwt/jwt/v5fromv5.2.2tov5.2.3
- Add
required:"true"tags to model structs
- Breaking change: Introduce interfaces for
APIClientand the request structs
- Feature: Update user-agent header
- Bugfix: Correctly handle empty payload in body
- Internal: Backwards compatible change to generated code
- New: Minimal go version is now Go 1.21
- Breaking Change: The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- Bugfix: Correctly handle nullable attributes in model types
- Feature: Add support for nullable models
- Breaking change: Remove unused data types.
- Set config.ContextHTTPRequest in Execute method
- Support WithMiddleware configuration option in the client
- Update
coretov0.12.0
- Remove unused model data types.
- Update
coretov0.10.0
- Remove deprecation warnings
- Update
coretov0.7.7. Thehttp.requestcontext is now passed in the clientDocall.
- Bug fix:
NewAPIClientnow initializes a new client instead of usinghttp.DefaultClient(#236)
- Add license and notice files
- Dependency updates
- Dependency updates
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
- Changed methods:
CreateProjectrenamed toEnableServiceDeleteProjectrenamed toDisableServiceGetAccessKeysrenamed toListAccessKeysGetBucketsrenamed toListBucketsGetCredentialsGroupsrenamed toListCredentialsGroupsGetProjectrenamed toGetServiceStatus
- Changed structs:
GetAccessKeysResponserenamed toListAccessKeysResponseGetBucketsResponserenamed toListBucketsResponseGetCredentialsGroupsResponserenamed toListCredentialsGroupsResponseGetProjectResponserenamed toProjectStatus
- Manage your STACKIT ObjectStorage resources:
Bucket,AccessKey,CredentialGroup - Waiters for async operations:
CreateBucketWaitHandler,DeleteBucketWaitHandler - Usage example