Skip to content

Commit f81cef7

Browse files
stainless-botyjp20
authored andcommitted
release: 0.1.0-alpha.62
1 parent 271fa15 commit f81cef7

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.61"
2+
".": "0.1.0-alpha.62"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.1.0-alpha.62 (2025-12-17)
4+
5+
Full Changelog: [v0.1.0-alpha.61...v0.1.0-alpha.62](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.61...v0.1.0-alpha.62)
6+
7+
### Features
8+
9+
* **ai:** build APIs take SDK level commit messages & new gate for AI commit messages ([76d63c3](https://github.com/stainless-api/stainless-api-cli/commit/76d63c3df26e68aca4cbb670eb8f4b6b409b8111))
10+
* **cli:** automatic streaming for paginated endpoints ([119765f](https://github.com/stainless-api/stainless-api-cli/commit/119765fda59e1af4b94f7604bb34f538c03fb786))
11+
* **cli:** binary request bodies ([b713c9c](https://github.com/stainless-api/stainless-api-cli/commit/b713c9c704550e332fb094fa6c0ad118830a51ef))
12+
* new and simplified CLI flag parsing code and YAML support ([093a401](https://github.com/stainless-api/stainless-api-cli/commit/093a401b9f78950bd73563e9a50fa8fe5ae3bec2))
13+
* new and simplified CLI flag parsing code and YAML support ([bd6e906](https://github.com/stainless-api/stainless-api-cli/commit/bd6e906746a97a8bd0f88e09e22b466f4bdee644))
14+
* redact `Authorization` header when using debug option ([557a499](https://github.com/stainless-api/stainless-api-cli/commit/557a499e428cc15dcb195472fbe3f4c5940deb92))
15+
* redact secrets from other authentication headers when using debug option ([3f38b38](https://github.com/stainless-api/stainless-api-cli/commit/3f38b382557d0dbdcf096f15c7020daf3029a72d))
16+
17+
18+
### Bug Fixes
19+
20+
* **api:** switch 'targets' query param to comma-delimited string in diagnostics endpoint ([8cd21bd](https://github.com/stainless-api/stainless-api-cli/commit/8cd21bd604b9a22265c4ab9853ac9dd39818e486))
21+
* **cli:** fix compilation on Windows ([796e618](https://github.com/stainless-api/stainless-api-cli/commit/796e61843a096fa2b9a893340621919fa789e758))
22+
* fix for empty request bodies ([f417be7](https://github.com/stainless-api/stainless-api-cli/commit/f417be7223cc8df2d93842b4a0f42dc6ae79ad0c))
23+
* fixed manpage generation ([ebf32ec](https://github.com/stainless-api/stainless-api-cli/commit/ebf32ecfc7f90529870e25833fd773e2b310130d))
24+
* **mcp:** correct code tool API endpoint ([227e3c4](https://github.com/stainless-api/stainless-api-cli/commit/227e3c4cd369c6cec342e92cf03c50de0c7e74d5))
25+
* paginated endpoints now behave better with pagers by default ([86d67d2](https://github.com/stainless-api/stainless-api-cli/commit/86d67d2a5a48872b6375a236d50f6a92ed7c6654))
26+
27+
28+
### Chores
29+
30+
* **internal:** codegen related update ([a2daf2f](https://github.com/stainless-api/stainless-api-cli/commit/a2daf2f74f4f07c04eb7be94b12a158727bf265a))
31+
* **internal:** codegen related update ([dd0f6e2](https://github.com/stainless-api/stainless-api-cli/commit/dd0f6e20855e397d99053d5b8755c8589cf1c042))
32+
* **internal:** codegen related update ([983d24c](https://github.com/stainless-api/stainless-api-cli/commit/983d24c0fed111746bbff285bb930bd53751ed29))
33+
* **internal:** codegen related update ([479bceb](https://github.com/stainless-api/stainless-api-cli/commit/479bceb648d93bea9a0132a0c99b84780ef78f8b))
34+
* **internal:** codegen related update ([ff44c29](https://github.com/stainless-api/stainless-api-cli/commit/ff44c298f7e066820360bc2fca539957c4c66c94))
35+
* **internal:** version bump ([040e124](https://github.com/stainless-api/stainless-api-cli/commit/040e1243ea5ba1264ea35cb5039af40bb51c0e4f))
36+
* use `stretchr/testify` assertion helpers in tests ([c399dc9](https://github.com/stainless-api/stainless-api-cli/commit/c399dc9ec460998a23c6701ae4c40924d3fed08e))
37+
338
## 0.1.0-alpha.61 (2025-12-15)
439

540
Full Changelog: [v0.1.0-alpha.60...v0.1.0-alpha.61](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.60...v0.1.0-alpha.61)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.1.0-alpha.61" // x-release-please-version
5+
const Version = "0.1.0-alpha.62" // x-release-please-version

0 commit comments

Comments
 (0)