Skip to content

v5.5.0

Compare
Choose a tag to compare
@stainless-app stainless-app released this 19 May 22:20
c7df32b

5.5.0 (2025-05-19)

Full Changelog: v5.4.0...v5.5.0

Features

Bug Fixes

  • api: fix path placeholders (0964b9a)
  • cloud_connector_rules: define upsert operations (db4e2aa)
  • cloud_connector_rules: fix nested schema bodies (#5559) (64edb91)
  • cloud_connector_rules: remove outdated warning (#5560) (d7d6ad0)
  • cloud_connector_rules: reuse zone_id for anchor aliasing (bb5cbf3)
  • cloud_connector: alias read methods (2df31d9)
  • cloudforce_one: fix ID typings (#5556) (8f30924)
  • cloudforce_one: fix ID typings (#5558) (6259852)
  • docs: ensure schema docstrings always match the correct schema (120b0c0)
  • internal: more consistent handling of terraform attribute names (69f06bf)
  • only unmarshal attributes that exist on the read response schema during refresh (6521853)
  • page rule issues (#5601) (6316235)
  • r2_bucket_event_notification: add missing queue ID for params (#5594) (eae6622)
  • r2_bucket_event_notification: revert incorrect schema update (#5593) (e86f933)
  • r2_bucket: fix handling of r2_bucket params (#5562) (aa7ba48)
  • r2_bucket: support editing attributes in place (d0f7581)
  • release: update README and version correctly in release PRs (5b2c9d1)
  • schema: support ID parameters on post bodies in addition to path params (11b8aa9)
  • workers_script: Fix refresh behavior and state thrashing (#5544) (5c9e166)
  • zone_setting: update model tags to match schema (#5597) (624db57)

Chores

  • build: update go.mod indirect dependencies (b808655)
  • dep: bump cloudflare-go to v4.4.0 (4c54318)
  • grit: make state replacements more flexible (94617a7)
  • internal: codegen related update (c805fc4)

Documentation