Skip to content

v0.4.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 06 Nov 14:10

0.4.0 (2023-11-06)

Full Changelog: v0.3.1...v0.4.0

Features

  • client: allow binary returns (#41) (bdc3240)
  • client: support accessing raw response objects (#34) (1833b84)
  • client: support passing BaseModels to request params at runtime (#42) (b2f3ac5)
  • github: include a devcontainer setup (#40) (8a74a91)
  • package: add classifiers (#38) (6670b3d)

Bug Fixes

  • binaries: don't synchronously block in astream_to_file (#43) (0ec53cd)
  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#46) (a459837)

Chores

  • internal: minor restructuring of base client (#37) (e3550c9)
  • internal: remove unused int/float conversion (#45) (7021d09)

Documentation

  • api: improve method signatures for named path params (#44) (a9d8bd3)
  • fix github links (#39) (c1ad694)