Skip to content

v0.6.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 08 Nov 19:08

0.6.0 (2023-11-08)

Full Changelog: v0.5.0...v0.6.0

Features

  • client: allow binary returns (#164) (6322114)
  • client: support passing BaseModels to request params at runtime (#166) (f3e7e76)
  • client: support passing httpx.Timeout to method timeout argument (#171) (a3dcd4b)

Bug Fixes

  • binaries: don't synchronously block in astream_to_file (#167) (c607d54)
  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#170) (fc12d83)

Chores

Documentation