Skip to content

Releases: stainless-api/stainless-api-cli

v0.1.0-alpha.34

31 Jul 04:11

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

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

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

v0.1.0-alpha.31

30 Jul 00:49

Choose a tag to compare

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

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

Features

  • improve autofill project name logic (6adcbcd)

Bug Fixes

  • remove unused os import (a8d8227)

Refactors

v0.1.0-alpha.30

29 Jul 22:05

Choose a tag to compare

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

Full Changelog: v0.1.0-alpha.29...v0.1.0-alpha.30

Features

  • add links to dev mode (579819a)
  • don't print project json on init (f5479c4)
  • fix spacing between waiting for build and pulling outputs (472cb40)
  • support reading from config.Targets in builds create (a451f8f)
  • update target download logic (3d4a32e)

Refactors

  • change semantics of downloadStainlessConfig (2748f4b)
  • simplify config threading (3e3874a)

v0.1.0-alpha.29

29 Jul 05:57

Choose a tag to compare

0.1.0-alpha.29 (2025-07-29)

Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29

Features

  • add diagnositcs count (fa36fb2)
  • add init command (af9d04b)
  • add targets to workspace config (49e41a2)
  • port some init logic to workspace init (c509357)
  • pull targets from init (98d427b)
  • use getAvailableTargetInfo for preselected builds (63b7b1d)

Chores

Refactors

  • rename getCompletedTargets to getTargetInfo (a44754a)

v0.1.0-alpha.28

28 Jul 19:20

Choose a tag to compare

0.1.0-alpha.28 (2025-07-28)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

  • add callout at project creation (003796e)
  • add some polish around confirm dialogs (40d3419)
  • api: manual updates (27041d4)
  • api: manual updates (b97d699)
  • flesh out project branches endpoints (897282f)
  • improve output grouping (012926f)
  • improve project create form (e3ec063)
  • remove stainless config uploading to the project create endpoint (3bba950)
  • rename init-workspace flag to workspace-init (c3c7887)

Bug Fixes

  • add retries to project config retrieve (630b8e8)
  • don't unconditionally indent forms (249b151)
  • fix middleware with empty body (b734f2e)
  • improve diagnostics printing (9d42891)
  • improve printing of diagnostics when no diagnostics are there (65e18d5)
  • unwrap content for stainless config (919d1b7)

v0.1.0-alpha.27

28 Jul 07:30

Choose a tag to compare

0.1.0-alpha.27 (2025-07-28)

Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27

Features

  • flesh out project branches endpoints (3f50b90)

Chores

  • bump go version (6179d9d)
  • internal: codegen related update (71190a6)
  • internal: codegen related update (eacc95e)
  • internal: codegen related update (66c2750)

v0.1.0-alpha.26

22 Jul 06:05

Choose a tag to compare

0.1.0-alpha.26 (2025-07-22)

Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26

Features

  • add dev mode (5c7d002)
  • api: manual updates (851173a)
  • api: manual updates (f5f13f9)
  • Codegen(go): encode path params (3ff985f)
  • Codegen(php): unset optional parameters in constructor (dcd415a)
  • php: generate stub union classes with discrimminator info (dbc8aa0)

Chores

Refactors

  • improve scrollback content viewer (140f41b)
  • optimize pipeline rendering (2ddf648)
  • simplify getStepSymbol (a3f7d60)

v0.1.0-alpha.25

07 Jul 18:22

Choose a tag to compare

0.1.0-alpha.25 (2025-07-07)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Features

  • api: add proper pagination (7d84abe)
  • api: sort org projects by creation time (6e704c7)
  • update --pull semantics for target outpus (e50ea1c)

Refactors