Skip to content

v0.6.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 18 Jan 21:06

0.6.0 (2024-01-18)

Full Changelog: v0.5.9...v0.6.0

Features

  • client: add support for streaming raw responses (#118) (41a1aa3)

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#127) (662b250)

Chores

  • add write_to_file binary helper method (#120) (7ac6d5b)
  • client: improve debug logging for failed requests (#115) (9a53654)
  • internal: fix typing util function (#121) (78c1927)
  • internal: remove redundant client test (#122) (6403fe4)
  • internal: share client instances between all tests (#125) (d9aa8a1)
  • internal: speculative retry-after-ms support (#123) (e82e62e)
  • internal: updates to proxy helper (#119) (0383e44)
  • lazy load raw resource class properties (#124) (dea3b90)

Documentation