You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.40 (2025-09-09)
4
+
5
+
Full Changelog: [v0.1.0-alpha.39...v0.1.0-alpha.40](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.39...v0.1.0-alpha.40)
6
+
7
+
### Features
8
+
9
+
***api:** resources and methods now use kebab-case instead of snake_case ([30eb64b](https://github.com/stainless-api/stainless-api-cli/commit/30eb64bd5450582b8a15d12720550574f9f6567e))
10
+
***auth:** add descriptive device names with hostname and OS info ([b36e2d0](https://github.com/stainless-api/stainless-api-cli/commit/b36e2d02d7f34b97aa44cea21993e74791d4d43e))
11
+
* now ships with manpages ([1f312b4](https://github.com/stainless-api/stainless-api-cli/commit/1f312b4930b5245866fd8fce1f5266962f7ee65d))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
* some methods no longer require a prefix ([4251212](https://github.com/stainless-api/stainless-api-cli/commit/425121255ec5f7abcb909a919fa0b20bc1ab18f9))
17
+
18
+
19
+
### Chores
20
+
21
+
* bump go sdk version ([9669c15](https://github.com/stainless-api/stainless-api-cli/commit/9669c158faf4f88861b2c4016c54d453d42c698f))
22
+
***internal:** codegen related update ([291d111](https://github.com/stainless-api/stainless-api-cli/commit/291d111fa1512ddb47cab59d94a0524b440f4ed2))
23
+
3
24
## 0.1.0-alpha.39 (2025-08-25)
4
25
5
26
Full Changelog: [v0.1.0-alpha.38...v0.1.0-alpha.39](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.38...v0.1.0-alpha.39)
0 commit comments