- 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