Skip to content

v0.2.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Aug 06:57
11f47df

0.2.0 (2025-08-27)

Full Changelog: v0.1.1...v0.2.0

⚠ BREAKING CHANGES

  • rename errors to exceptions
  • pagination field rename, and basic streaming docs
  • refactor: namespacing cleanup
  • refactor: clean up pagination, errors, as well as request methods

Features

  • client: add streaming (05b1eff)
  • client: improve error handling (0a964b4)
  • client: use named parameters in methods (e1b2c44)
  • ensure ->toArray() benefits from structural typing (0edf57b)
  • pagination field rename, and basic streaming docs (11c1194)
  • php: differentiate null and omit (db376b7)
  • php: rename internal types (3491227)
  • refactor: clean up pagination, errors, as well as request methods (e61a72b)
  • refactor: namespacing cleanup (009f98c)
  • rename errors to exceptions (7f7d82c)

Bug Fixes

Chores

  • docs: improve pagination examples (ca9e9b3)
  • doc: small improvement to pagination example (ccb6fb3)
  • improve model annotations (9445b34)
  • internal: refactored internal codepaths (7fcbd17)
  • intuitively order union types (887ddad)
  • readme improvements (9c71e12)
  • remove type aliases (94cd564)