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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 0.18.0 (2026-03-16)
4
+
5
+
Full Changelog: [v0.17.0...v0.18.0](https://github.com/steel-dev/steel-node/compare/v0.17.0...v0.18.0)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([84d694c](https://github.com/steel-dev/steel-node/commit/84d694cc49d7d3827e4695f64104eb0bdcefaa2a))
10
+
***api:** api update ([34de369](https://github.com/steel-dev/steel-node/commit/34de3694682b68fe48f799cc116caa9de8df215c))
11
+
***api:** api update ([95c42cd](https://github.com/steel-dev/steel-node/commit/95c42cd171f43b25f2b527608210f4c6a0ebdba8))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
***client:** preserve URL params already embedded in path ([8d952ca](https://github.com/steel-dev/steel-node/commit/8d952ca2518c74a8844e48b3a390e56067f531db))
17
+
***docs/contributing:** correct pnpm link command ([e3dddca](https://github.com/steel-dev/steel-node/commit/e3dddca3f68711c46b554a84a37c5d9161c26394))
18
+
***internal:** skip tests that depend on mock server ([d73bebe](https://github.com/steel-dev/steel-node/commit/d73bebeca00b88e47357778c9365b332c8cbd5c2))
19
+
* publish via npm registry in release script ([74f0eae](https://github.com/steel-dev/steel-node/commit/74f0eae3e6987b92dada862eb4ab2a2ba6a22465))
20
+
* publish via npm registry in release script ([700090e](https://github.com/steel-dev/steel-node/commit/700090e76c67b8f6ee44efc41da77997f1b4edce))
21
+
22
+
23
+
### Chores
24
+
25
+
***ci:** skip uploading artifacts on stainless-internal branches ([b5503bb](https://github.com/steel-dev/steel-node/commit/b5503bb501f549a5cc1b61c6e3795af9f733fe9e))
26
+
***internal:** codegen related update ([4e66ed3](https://github.com/steel-dev/steel-node/commit/4e66ed36fec23cc144fc4a04c2ab564c96df5afb))
27
+
***internal:** move stringifyQuery implementation to internal function ([ff8f1d9](https://github.com/steel-dev/steel-node/commit/ff8f1d9e4b65ab114f171c93ddba59aeded03192))
28
+
***test:** do not count install time for mock server timeout ([e42f0e2](https://github.com/steel-dev/steel-node/commit/e42f0e28af237b8c0fc3bb7d45334f6f4f5b5cb2))
29
+
* update mock server docs ([782421b](https://github.com/steel-dev/steel-node/commit/782421bbe1366c326ec5b0e61b6538701d15118f))
0 commit comments