Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@stainless-app stainless-app released this 13 Jan 20:33
bf9d860

4.0.0 (2025-01-13)

Full Changelog: v3.1.1...v4.0.0

⚠ BREAKING CHANGES

  • addressing: reshuffle relationship in the namespace to align with the product (#2322)
  • r2: rename cf-r2-jurisdiction to more usable jurisdiction parameter (#2310)
  • r2: rename cf-r2-jurisdiction to more usable jurisdiction parameter (#2309)
  • r2: rename cf-r2-jurisdiction to more usable jurisdiction parameter (#2308)
  • loa_documents: move download subresource into parent as get (#2304)
  • addressing: move service bindings to dedicated namespace (#2303)
  • ai: move to dedicated namespace (#2269)
  • kv: move analytics under existing namespace (#2239)
  • zone_transfers: move under DNS namespace (#2234)
  • dnssec: move under DNS namespace (#2233)
  • url_scanner: swap all methods to be v2 only (#2231)
  • warp_connector: move under zero trust namespace (#2220)

Features

Bug Fixes

  • api: better support union schemas with common properties (#2340) (e6ff06c)
  • client: compat with new httpx 0.28.0 release (#2228) (a369813)
  • client: only call .close() when needed (#2330) (349d7af)
  • correctly handle deserialising cls fields (#2350) (a1e865f)
  • example: update example to reflect new structure (d723b37)
  • internal: add cleaner handling of DNS unions (#2270) (582142f)
  • project: constrain incompatible httpx and pydantic versions (00f4d23)
  • types: correct forward usage (41a2158)
  • types: work around cyclical import error (10e2b12)
  • urlscanner: fix invalid schema definition for plain text (#2256) (db72d31)
  • waiting_room_rules: define body_param_name for bulk rules endpoint (#2139) (a88b77d)

Reverts

  • fix(project): constrain incompatible httpx and pydantic versions (4823b68)

Chores

Documentation