- 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
- Improvement: Error handling
- Feature: Add description to
UpdateUserPayload
- Internal: Backwards compatible change to generated code
- New: Minimal go version is now Go 1.21
- Bugfix: Correctly handle nullable attributes in model types
- Feature: Add support for nullable models
- Feature: New API method
UpdateInstanceto update an instance
- Breaking change: Rename data types for uniformity
Aclis nowACLAclListis nowListACLsResponseInstanceListis nowListInstancesResponseUserListis nowListUsersResponse
- Breaking change: Remove unused data types
- Set config.ContextHTTPRequest in Execute method
- Support WithMiddleware configuration option in the client
- Update
coretov0.12.0
- Feature: New API method
UpdateACLsto update all ACLs of an instance
- Update
coretov0.10.0
- 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
- Improvement: Description fixes
- 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:
CreateAclrenamed toCreateACLDeleteAclrenamed toDeleteACLGetAclrenamed toGetACLGetAclsrenamed toListACLsGetInstancesrenamed toListInstancesUpdateAclrenamed toUpdateACL
- Changed structs:
CreateAclPayloadrenamed toCreateACLPayloadUpdateAclPayloadrenamed toUpdateACLPayload
- Manage your STACKIT Secrets Manager resources:
Instance,Acl,User - Usage example