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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.23 (2026-02-17)
4
+
5
+
Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
6
+
7
+
### Features
8
+
9
+
* record tree oid and return it in the builds api ([f75de39](https://github.com/stainless-api/stainless-api-typescript/commit/f75de398bde828e6007b775b7a5e4fbf8da38541))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***client:** avoid removing abort listener too early ([e657e39](https://github.com/stainless-api/stainless-api-typescript/commit/e657e394f7680df026868218af7cf08c425034ad))
15
+
16
+
17
+
### Chores
18
+
19
+
***internal:** add health check to MCP server when running in HTTP mode ([01547f9](https://github.com/stainless-api/stainless-api-typescript/commit/01547f9e108bbe5339665f757852267d9baf5c41))
20
+
***internal:** allow basic filtering of methods allowed for MCP code mode ([84bc770](https://github.com/stainless-api/stainless-api-typescript/commit/84bc7701d32df4eac5d471c96f52074cc2557044))
21
+
***internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([c87ed99](https://github.com/stainless-api/stainless-api-typescript/commit/c87ed994b929201c9b25bb22ada52bbaa3ee34d9))
22
+
***internal:** avoid type checking errors with ts-reset ([4a453b6](https://github.com/stainless-api/stainless-api-typescript/commit/4a453b6ebd23ec3eb05bbb5d4328e1cca1e4a928))
23
+
***internal:** codegen related update ([067f371](https://github.com/stainless-api/stainless-api-typescript/commit/067f371829d4a8fa499f6e6ac6a7abc3d3671cd4))
24
+
***internal:** codegen related update ([59776d5](https://github.com/stainless-api/stainless-api-typescript/commit/59776d54e59bd708082e8e634db84a4008d45560))
25
+
***internal:** fix pagination internals not accepting option promises ([89813a0](https://github.com/stainless-api/stainless-api-typescript/commit/89813a0632566f24d6589400d9e0a7b8c9dafa78))
Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
0 commit comments