Skip to content

Releases: stainless-api/stainless-api-cli

v0.1.0-alpha.41

09 Sep 20:20
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v0.1.0-alpha.34

31 Jul 04:11
Compare
Choose a tag to compare

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

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

Features

  • api: manual updates (ca8a538)
  • simplify getAPICommandContext (23ccc6d)
  • wait for organization creation in CLI (2295a90)

Chores

v0.1.0-alpha.33

30 Jul 01:43
Compare
Choose a tag to compare

0.1.0-alpha.33 (2025-07-30)

Full Changelog: v0.1.0-alpha.32...v0.1.0-alpha.33

Bug Fixes

  • fix git fetch when building branch (7cb800e)

v0.1.0-alpha.32

30 Jul 01:31
Compare
Choose a tag to compare

0.1.0-alpha.32 (2025-07-30)

Full Changelog: v0.1.0-alpha.31...v0.1.0-alpha.32

Features

  • add download to dev mode (6532712)

Bug Fixes