Skip to content

fix(addressing): restore regional_hostnames sub-resource - #2731

Merged
musa-cf merged 1 commit into
nextfrom
fix/restore-regional-hostnames
Jun 11, 2026
Merged

fix(addressing): restore regional_hostnames sub-resource#2731
musa-cf merged 1 commit into
nextfrom
fix/restore-regional-hostnames

Conversation

@musa-cf

@musa-cf musa-cf commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Restores the addressing.regional_hostnames sub-resource that was incorrectly removed.

Context

The upstream aggregate schema (api-schemas main) and Stainless codegen (stainless-sdks/cloudflare-python generated + main branches) both have these endpoints. The TypeScript SDK was never affected -- only the Python SDK lost the resource.

What's restored

  • client.addressing.regional_hostnames (create, list, delete, edit, get)
  • client.addressing.regional_hostnames.regions (list)
  • All associated param/response types (RegionalHostnameCreateParams, RegionalHostnameCreateResponse, etc.)
  • Tests for both resources

All files are taken as-is from the stainless-sdks/cloudflare-python generated branch -- no manual modifications.

Verification

  • Confirmed endpoints exist in production aggregate schema (8 references)
  • Confirmed Stainless config maps regional_hostnames (line 3521 in openapi.stainless.yml)
  • Confirmed files present on both main and generated in stainless-sdks/cloudflare-python
  • Python syntax validated on all restored files
The regional_hostnames sub-resource was incorrectly removed in a curated
sync (923e0c4). The upstream aggregate schema and Stainless codegen
(stainless-sdks/cloudflare-python generated branch) both have these
endpoints. This restores the resource, types, and tests as-is from the
generated branch.

Restored:
- addressing.regional_hostnames (create, list, delete, edit, get)
- addressing.regional_hostnames.regions (list)
- All associated param/response types
- Tests for both resources
@musa-cf musa-cf self-assigned this Jun 11, 2026
@musa-cf
musa-cf merged commit abae960 into next Jun 11, 2026
9 checks passed
@musa-cf
musa-cf deleted the fix/restore-regional-hostnames branch June 11, 2026 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant