Skip to content

v4.0.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 16 Aug 10:45

4.0.0 (2023-08-16)

⚠ BREAKING CHANGES

  • client: support accessing raw response + remove deprecated features (#114)

Features

  • allow a default timeout to be set for clients (#117) (5264bb7)
  • client: detect browser usage (#106) (0a322ae)
  • client: support accessing raw response + remove deprecated features (#114) (31c306b)
  • streaming: add .toReadableStream() method (#109) (7715977)

Documentation

  • api: improve custom method arguments (#108) (f9bc372)
  • readme: minor updates (#115) (575b46c)
  • readme: remove beta status + document versioning policy (#105) (bc2c0c0)

Chores