Skip to content

Releases: stainless-api/stainless-api-cli

v0.1.0-alpha.44

22 Sep 18:53

Choose a tag to compare

0.1.0-alpha.44 (2025-09-22)

Full Changelog: v0.1.0-alpha.43...v0.1.0-alpha.44

Features

  • api: docs (f0762b0)
  • improved formatting options for command outputs (f5e6481)
  • show full error message on fatal error (00621a1)

Bug Fixes

  • fix for issue with nil responses (14f22bf)
  • fix go client version bump issues (d59e6ea)

Chores

  • code cleanup for interface{} (30cd6f1)
  • do not install brew dependencies in ./scripts/bootstrap by default (ff84f98)
  • update go dependency (22a15b8)

v0.1.0-alpha.43

16 Sep 19:15
0f3f9df

Choose a tag to compare

0.1.0-alpha.43 (2025-09-16)

Full Changelog: v0.1.0-alpha.42...v0.1.0-alpha.43

Bug Fixes

  • fix diagnostic iteration (bd8ce45)

v0.1.0-alpha.42

15 Sep 23:05

Choose a tag to compare

0.1.0-alpha.42 (2025-09-15)

Full Changelog: v0.1.0-alpha.41...v0.1.0-alpha.42

Features

  • improved formatting options for command outputs (0fef47d)
  • skip ignored diagnostics (1edf832)

Bug Fixes

  • dont crash when git user is not available (7012171)
  • lint error (7eda049)
  • more merge conflict issues (2416212)

v0.1.0-alpha.41

09 Sep 20:20

Choose a tag to compare

0.1.0-alpha.41 (2025-09-09)

Full Changelog: v0.1.0-alpha.40...v0.1.0-alpha.41

Bug Fixes

  • homebrew: homebrew distribution should work now (db54fbd)

v0.1.0-alpha.40

09 Sep 17:38

Choose a tag to compare

0.1.0-alpha.40 (2025-09-09)

Full Changelog: v0.1.0-alpha.39...v0.1.0-alpha.40

Features

  • api: resources and methods now use kebab-case instead of snake_case (30eb64b)
  • auth: add descriptive device names with hostname and OS info (b36e2d0)
  • now ships with manpages (1f312b4)

Bug Fixes

  • some methods no longer require a prefix (4251212)

Chores

  • bump go sdk version (9669c15)
  • internal: codegen related update (291d111)

v0.1.0-alpha.39

26 Aug 14:53

Choose a tag to compare

0.1.0-alpha.39 (2025-08-25)

Full Changelog: v0.1.0-alpha.38...v0.1.0-alpha.39

Features

Documentation

  • add contact email and link to docs (f382570)

v0.1.0-alpha.38

20 Aug 21:48

Choose a tag to compare

0.1.0-alpha.38 (2025-08-20)

Full Changelog: v0.1.0-alpha.37...v0.1.0-alpha.38

Features

  • [WIP] add branch rebasing to the API (0ffdf30)
  • api: update go_sdk_version (dcb1497)
  • make --branch no longer required (ecea04a)

v0.1.0-alpha.37

18 Aug 13:22

Choose a tag to compare

0.1.0-alpha.37 (2025-08-13)

Full Changelog: v0.1.0-alpha.36...v0.1.0-alpha.37

Features

Chores

  • internal change (7acb27b)
  • internal: codegen related update (31f37f8)
  • internal: codegen related update (9f7e69f)
  • update @stainless-api/prism-cli to v5.15.0 (555a3e3)

Refactors

  • extract logic out to stainlessutils.go (a23a33a)
  • extract logic to authconfig.go (c140592)
  • extract logic to workspaceconfig.go (8735957)
  • simplify AuthConfig interface (27572ad)

v0.1.0-alpha.36

06 Aug 02:52

Choose a tag to compare

v0.1.0-alpha.36 Pre-release
Pre-release

0.1.0-alpha.36 (2025-08-06)

Full Changelog: v0.1.0-alpha.35...v0.1.0-alpha.36

Features

  • make build resolve much faster (922d86c)
  • skip downloads for builds with fatal commit conclusions (6cb7a29)
  • skip downloads in dev mode for fatal commit conclusions (228bd08)

Bug Fixes

  • don't set openapi-spec if revision is set (ddc3715)

Chores

  • improve messaging when stainless config isn't configured (50b5348)

Refactors

  • remove retrying from config download (af51b3c)

v0.1.0-alpha.35

04 Aug 23:01

Choose a tag to compare

0.1.0-alpha.35 (2025-07-31)

Full Changelog: v0.1.0-alpha.34...v0.1.0-alpha.35

Features

  • show status code and route for errors (e75999f)