- 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
core
tov0.12.0
- Remove unused model data types.
- Update
core
tov0.10.0
- Remove deprecation warnings
- Update
core
tov0.7.7
. Thehttp.request
context is now passed in the clientDo
call.
- Bug fix:
NewAPIClient
now 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:
CreateProject
renamed toEnableService
DeleteProject
renamed toDisableService
GetAccessKeys
renamed toListAccessKeys
GetBuckets
renamed toListBuckets
GetCredentialsGroups
renamed toListCredentialsGroups
GetProject
renamed toGetServiceStatus
- Changed structs:
GetAccessKeysResponse
renamed toListAccessKeysResponse
GetBucketsResponse
renamed toListBucketsResponse
GetCredentialsGroupsResponse
renamed toListCredentialsGroupsResponse
GetProjectResponse
renamed toProjectStatus
- Manage your STACKIT ObjectStorage resources:
Bucket
,AccessKey
,CredentialGroup
- Waiters for async operations:
CreateBucketWaitHandler
,DeleteBucketWaitHandler
- Usage example