Skip to content

v0.7.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 24 Mar 19:04
eb4cdf4

0.7.0 (2026-03-24)

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

Features

  • add default description for enum CLI flags without an explicit description (cae6e8e)

Bug Fixes

  • avoid reading from stdin unless request body is form encoded or json (0e4c7ff)
  • better support passing client args in any position (f39af5c)
  • cli no longer hangs when stdin is attached to a pipe with empty input (6a14372)
  • fix for test cases with newlines in YAML and better error reporting (e48f86f)
  • improve linking behavior when developing on a branch not in the Go SDK (31eaf83)
  • improved workflow for developing on branches (5ed568c)
  • no longer require an API key when building on production repos (7f85ba7)
  • only set client options when the corresponding CLI flag or env var is explicitly set (159a1d5)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (2e72da4)
  • internal: tweak CI branches (c581a0e)
  • internal: update gitignore (372e829)