Skip to content

v0.1.0-alpha.62

Choose a tag to compare

@stainless-bot stainless-bot released this 17 Dec 18:53

0.1.0-alpha.62 (2025-12-17)

Full Changelog: v0.1.0-alpha.61...v0.1.0-alpha.62

Features

  • ai: build APIs take SDK level commit messages & new gate for AI commit messages (76d63c3)
  • cli: automatic streaming for paginated endpoints (119765f)
  • cli: binary request bodies (b713c9c)
  • new and simplified CLI flag parsing code and YAML support (093a401)
  • new and simplified CLI flag parsing code and YAML support (bd6e906)
  • redact Authorization header when using debug option (557a499)
  • redact secrets from other authentication headers when using debug option (3f38b38)

Bug Fixes

  • api: switch 'targets' query param to comma-delimited string in diagnostics endpoint (8cd21bd)
  • cli: fix compilation on Windows (796e618)
  • fix for empty request bodies (f417be7)
  • fixed manpage generation (ebf32ec)
  • mcp: correct code tool API endpoint (227e3c4)
  • paginated endpoints now behave better with pagers by default (86d67d2)

Chores

  • internal: codegen related update (a2daf2f)
  • internal: codegen related update (dd0f6e2)
  • internal: codegen related update (983d24c)
  • internal: codegen related update (479bceb)
  • internal: codegen related update (ff44c29)
  • internal: version bump (040e124)
  • use stretchr/testify assertion helpers in tests (c399dc9)