Skip to content

v0.22.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 04 Apr 12:58

0.22.0 (2024-04-04)

Full Changelog: v0.21.3...v0.22.0

Features

  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#428) (9a43940)
  • package: export default constants (#423) (0d694e1)

Bug Fixes

  • client: correct logic for line decoding in streaming (#433) (6bf9379)
  • project: use absolute github links on PyPi (#427) (cbd8b1c)
  • revert regression with 3.7 support (#419) (fa21f36)
  • streaming: correct accumulation of output tokens (#426) (b50ed05)

Chores

Documentation