0.2.13 (2024-11-29)
- next: update generated core and public clients from Katapult 2.68.0 schemas (#179) (4c8efb9)
- update next client for v2.64.0 (#177) (7af4d65)
0.2.12 (2024-10-22)
0.2.11 (2024-08-22)
0.2.10 (2024-08-12)
0.2.9 (2024-07-04)
- next: add nullable output option to generator (#170) (e410f3f)
- returns an
ErrRequestFailed
error on response functions if response isn't 2xx (#167) (8525ba9)
0.2.8 (2024-06-21)
0.2.7 (2024-05-28)
0.2.6 (2024-05-17)
0.2.5 (2024-03-07)
- core/virtual-machine: add new "allocating" and "allocated" states (64e75f2)
0.2.4 (2023-11-28)
0.2.3 (2023-11-21)
0.2.2 (2023-11-16)
0.2.1 (2023-03-21)
- 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)
- file_storage_volume: enabling updating associations to empty list (7869f80)
0.2.0 (2023-03-07)
- 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
- 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)
- 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)
- deps: minimum required Go version changed from 1.15 to 1.18 (a09c267)
0.1.7 (2021-08-19)
0.1.6 (2021-08-18)
- errors: update generated errors based on latest Katapult API schema (462b2c4)
- ssh_keys: add support for managing organization SSH keys (#119) (782b3dd)
- tags: Add tag management support (#118) (0a78954)
- codegen: fix issue caused by a recent change to Katapult's API Schema (7120dd7)
0.1.5 (2021-06-17)
- apischema: add package to parse Katapult API JSON schema (932de00)
- errors: add custom code generator tool for generating error structs (b481bdf)
- errors: generate error structs from Katapult API schema (903a4b8)
- security_groups: add support for security group rules (#112) (0580d7a)
- add support for katapult security groups (#103) (e5b1fb4)
0.1.4 (2021-05-31)
- load_balancer: enable removing all certs from a rule (788df99)
- load_balancer: use pointer to arguments struct for the sake of consistency (54b0009)
0.1.3 (2021-05-28)
- load_balancer: use CertificateRef when creating/updating rules (a05dbe8)
0.1.2 (2021-05-27)
- client: add WithHTTPClient option (dfa0e09)
0.1.1 (2021-05-27)
- data_center: add DefaultNetwork method (5cc2716)