Releases: krystal/go-katapult
Releases · krystal/go-katapult
v0.2.3
v0.2.2
v0.2.1
0.2.1 (2023-03-21)
Features
- file_storage_volume: add concrete type and constants for state (56162b4)
- file_storage_volumes: add *TrashObject return value to Delete method (232b1d4)
- file_storage_volumes: add all expected CRUD+List operations (91acddf)
Bug Fixes
- file_storage_volume: enabling updating associations to empty list (7869f80)
v0.2.0
0.2.0 (2023-03-07)
⚠ BREAKING CHANGES
- core: Changed return type of SecurityGroupRules.List().
- core: Changed return type of LoadBalancerRules.List().
- deps: Minimum required Go version changed from 1.15 to 1.18.
- dns_zones: DNS Zone related methods have been changed due to upstream deprecation and changes in Katapult's API.
- errors: katapult.ErrScopeNotGrantedError is now named katapult.ErrScopeNotGranted
Features
- core/SecurityGroupRule: add SecurityGroup ref field (467011a)
- dns_zones: implement new DNS Zone endpoints (fea6d83)
- errors: re-generate error types from bundled API schema (1363d69)
Bug Fixes
- buildspec: add tests to verify XML entity substitution is not supported (68d7e0d)
- codegen: improve error variable naming (f59cb42)
- core: change return type of LoadBalancerRules.List() method (7689e27)
- core: change return type of SecurityGroupRules.List() method (731e89b)
Miscellaneous Chores
- deps: minimum required Go version changed from 1.15 to 1.18 (a09c267)