Skip to content

v0.53.0

Latest

Choose a tag to compare

@deferred deferred released this 22 Jul 11:25

We're excited to announce version 0.53.0!

CDN

  • Origin Shielding
    • ⚠ BREAKING CHANGE: Renamed the shielding locations API — the client.cdn.shields service is now client.cdn.shielding_location, with ShieldListResponse renamed to ShieldingLocation and ShieldListParams to ShieldingLocationListParams

Cloud

  • ⚠ BREAKING CHANGE: Interface and image list endpoints are now paginated — baremetal.images.list(), gpu_baremetal.clusters.interfaces.list(), and instances.interfaces.list() return SyncOffsetPage[BaremetalImage] / SyncOffsetPage[NetworkInterface] instead of the removed BaremetalImageList, InterfaceListResponse, and NetworkInterfaceList wrapper types; all three support limit/offset and auto-pagination
  • ⚠ BREAKING CHANGE: Instance interface types were reworked — NetworkInterface is now a union of InstanceInterfaceTrunkSerializer and InstanceInterface; instances.interfaces.attach() param types renamed from NewInterface*Schema* to AttachInterface*RequestSerializer*, with type narrowed from str to per-variant literals ("external", "subnet", "any_subnet", "reserved_fixed_ip") and ddos_profile, interface_name, ip_family, security_groups now Optional
  • instances.interfaces.attach_and_poll() and detach_and_poll() now return None instead of NetworkInterfaceList — call interfaces.list() if you need the resulting interfaces

0.53.0 (2026-07-22)

⚠ BREAKING CHANGES

  • cloud: update cloud spec and paginate gpu baremetal interfaces list

Features

  • cloud: expose bare metal images as a terraform data source (8a26ef4)
  • cloud: update cloud spec and paginate gpu baremetal interfaces list (2c46be3)

Bug Fixes

  • cloud: make load balancer inline listeners create-only in terraform (ebf9602)
  • cloud: mark volume snapshot tags as computed_optional in terraform (8a5eddc)
  • cloud: revert non-target-scoped listeners removeProperties transform (0628596)
  • cloud: update gpu baremetal interfaces examples for paginated list (7fcfd6d)