File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed
Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.17 "
2+ "." : " 0.1.0-alpha.18 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.18 (2025-02-14)
4+
5+ Full Changelog: [ v0.1.0-alpha.17...v0.1.0-alpha.18] ( https://github.com/stainless-api/builds-node-api/compare/v0.1.0-alpha.17...v0.1.0-alpha.18 )
6+
7+ ### ⚠ BREAKING CHANGES
8+
9+ * ** client:** uri encode path parameters ([ #72 ] ( https://github.com/stainless-api/builds-node-api/issues/72 ) )
10+
11+ ### Features
12+
13+ * ** client:** send ` X-Stainless-Timeout ` header ([ #71 ] ( https://github.com/stainless-api/builds-node-api/issues/71 ) ) ([ 861184e] ( https://github.com/stainless-api/builds-node-api/commit/861184e16b2db20c4650890859f3ff5f104200c6 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * ** client:** uri encode path parameters ([ #72 ] ( https://github.com/stainless-api/builds-node-api/issues/72 ) ) ([ 161de71] ( https://github.com/stainless-api/builds-node-api/commit/161de7140299d39c751cb1d18628becefc8f98bd ) )
19+
20+
21+ ### Chores
22+
23+ * ** client:** detect node and deno timeout errors ([ #69 ] ( https://github.com/stainless-api/builds-node-api/issues/69 ) ) ([ b61f88b] ( https://github.com/stainless-api/builds-node-api/commit/b61f88bef6824e6aaa95dd2e4308debc3506e11d ) )
24+ * ** client:** handle expo fetch abort errors ([ #68 ] ( https://github.com/stainless-api/builds-node-api/issues/68 ) ) ([ ab3a65b] ( https://github.com/stainless-api/builds-node-api/commit/ab3a65b9ef6bc12abc13f9dd38b18bf21ddcdd56 ) )
25+ * ** internal:** add explicit export ` type ` modifier ([ #67 ] ( https://github.com/stainless-api/builds-node-api/issues/67 ) ) ([ 15888af] ( https://github.com/stainless-api/builds-node-api/commit/15888afda1e5b9c04fe33d72efe158d4fe8fb048 ) )
26+ * ** internal:** codegen related update ([ #74 ] ( https://github.com/stainless-api/builds-node-api/issues/74 ) ) ([ aa8d0fe] ( https://github.com/stainless-api/builds-node-api/commit/aa8d0feee87946224bb27514698b61f049646b9f ) )
27+ * ** internal:** remove unused ` isRequestOptions() ` function ([ #70 ] ( https://github.com/stainless-api/builds-node-api/issues/70 ) ) ([ ea62ef5] ( https://github.com/stainless-api/builds-node-api/commit/ea62ef59ca827dfafd44be6a83e1a07c9be0435c ) )
28+ * ** internal:** update eslint config ([ #75 ] ( https://github.com/stainless-api/builds-node-api/issues/75 ) ) ([ 957a48e] ( https://github.com/stainless-api/builds-node-api/commit/957a48e0d89feeacd107bf4a90b26c863232ea42 ) )
29+ * ** types:** remove type-level dependency on some platform specifics ([ #65 ] ( https://github.com/stainless-api/builds-node-api/issues/65 ) ) ([ 7da0b05] ( https://github.com/stainless-api/builds-node-api/commit/7da0b055d754a96c886dd5362cfacfb74848282c ) )
30+
331## 0.1.0-alpha.17 (2025-01-23)
432
533Full Changelog: [ v0.1.0-alpha.16...v0.1.0-alpha.17] ( https://github.com/stainless-api/builds-node-api/compare/v0.1.0-alpha.16...v0.1.0-alpha.17 )
Original file line number Diff line number Diff line change 11{
22 "name" : " stainless" ,
3- "version" : " 0.1.0-alpha.17 " ,
3+ "version" : " 0.1.0-alpha.18 " ,
44 "description" : " The official TypeScript library for the Stainless API" ,
55 "author" : " Stainless <support@stainless.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.17 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.18 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments