Skip to content

Releases: krystal/go-katapult

v0.2.3

21 Nov 09:47
64e0b2b
Compare
Choose a tag to compare

0.2.3 (2023-11-21)

Features

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

v0.2.2

16 Nov 12:20
cd056f2
Compare
Choose a tag to compare

0.2.2 (2023-11-16)

Features

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

v0.2.1

22 Mar 18:09
05407be
Compare
Choose a tag to compare

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

07 Mar 20:26
1ccf351
Compare
Choose a tag to compare

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)