Skip to content

v0.10.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 18 Jan 20:46

0.10.0 (2024-01-18)

Full Changelog: v0.9.0...v0.10.0

Features

  • client: add support for streaming raw responses (#307) (f295982)

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#315) (69e8b03)

Chores

  • add write_to_file binary helper method (#309) (8ac7988)
  • client: improve debug logging for failed requests (#303) (5e58c25)
  • internal: fix typing util function (#310) (3671aa6)
  • internal: remove redundant client test (#311) (d7140f7)
  • internal: share client instances between all tests (#314) (ccf731b)
  • internal: speculative retry-after-ms support (#312) (4b27da9)
  • internal: updates to proxy helper (#308) (a0b3cdb)
  • lazy load raw resource class properties (#313) (b13f824)

Documentation