Skip to content

Latest commit

 

History

History
156 lines (78 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

156 lines (78 loc) · 8.13 KB

Changelog

0.2.8 (2024-06-21)

Features

0.2.7 (2024-05-28)

Features

0.2.6 (2024-05-17)

Features

  • next: introduce the openapi generated client in the next package (#152) (d3f9e3e)

0.2.5 (2024-03-07)

Features

  • core/virtual-machine: add new "allocating" and "allocated" states (64e75f2)

0.2.4 (2023-11-28)

Features

  • load-balancer-rule: add load balancer ref (#148) (1fe7076)

0.2.3 (2023-11-21)

Features

  • load-balancer-rule: add backend + passthrough SSL (#146) (df37ff7)

0.2.2 (2023-11-16)

Features

  • load-balancer-rule: add CheckHTTPStatuses field (#143) (fe2f754)

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)

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)

0.1.7 (2021-08-19)

Features

  • add request option support (03da1ac)
  • add request options support (b022bf2)

0.1.6 (2021-08-18)

Features

  • 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)

Bug Fixes

  • codegen: fix issue caused by a recent change to Katapult's API Schema (7120dd7)

0.1.5 (2021-06-17)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • load_balancer: use CertificateRef when creating/updating rules (a05dbe8)

0.1.2 (2021-05-27)

Features

  • client: add WithHTTPClient option (dfa0e09)

0.1.1 (2021-05-27)

Features

  • data_center: add DefaultNetwork method (5cc2716)