Skip to content

v0.7.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 15 Nov 17:07

0.7.0 (2023-11-15)

Full Changelog: v0.6.0...v0.7.0

Features

  • api: updates (#184) (1fbf21e)
  • client: support passing chunk size for binary responses (#175) (3d02d4b)
  • client: support reading the base url from an env variable (#186) (bb2dc38)

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#181) (b2a7d2c)
  • client: serialise pydantic v1 default fields correctly in params (#180) (cb69944)
  • models: mark unknown fields as set in pydantic v1 (#179) (c8261c9)

Chores

  • internal: base client updates (#178) (d06251d)
  • internal: fix devcontainer interpeter path (#183) (ca48726)
  • internal: fix typo in NotGiven docstring (#182) (ca198e9)

Documentation