Skip to content

v2.22.0

Latest
Compare
Choose a tag to compare
@stainless-app stainless-app released this 20 Feb 17:24

2.22.0 (2025-02-14)

Full Changelog: v2.21.0...v2.22.0

Features

  • client: send X-Stainless-Timeout header (#309) (f17d1f0)

Bug Fixes

  • client: don't truncate manually specified filenames (#313) (e6b36c0)
  • do not call path.Base on ContentType (#312) (4b12f61)
  • fix early cancel when RequestTimeout is provided for streaming requests (#311) (3b6659a)
  • fix unicode encoding for json (#306) (c839501)
  • mark nullable property as nullable (#305) (7ca7290)

Chores

  • add UnionUnmarshaler for responses that are interfaces (#310) (be8c5fc)
  • refactor client tests (#303) (1979afa)

Documentation