Skip to content

v0.2.0

Choose a tag to compare

@stainless-app stainless-app released this 08 Mar 20:31

0.2.0 (2026-03-06)

Full Changelog: v0.1.1...v0.2.0

Features

  • add --max-items flag for paginated/streaming endpoints (d2cd184)
  • add support for file downloads from binary response endpoints (2e0b0a7)
  • improved documentation and flags for client options (46e772c)
  • support passing required body params through pipes (4aa3f99)

Bug Fixes

  • add missing client parameter flags to test cases (83e3537)
  • add missing example parameters for test cases (86b6743)
  • avoid printing usage errors twice (62fbdae)
  • fix for encoding arrays with any type items (148ce2c)
  • more gracefully handle empty stdin input (d758018)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (858bf53)
  • internal: codegen related update (2fcd536)
  • test: do not count install time for mock server timeout (c89d312)
  • zip READMEs as part of build artifact (d1a1267)