File tree Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Expand file tree Collapse file tree 5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.83 .0"
2+ "." : " 4.84 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.84.0 (2025-02-11)
4+
5+ Full Changelog: [ v4.83.0...v4.84.0] ( https://github.com/openai/openai-node/compare/v4.83.0...v4.84.0 )
6+
7+ ### Features
8+
9+ * ** pagination:** avoid fetching when has_more: false ([ #1305 ] ( https://github.com/openai/openai-node/issues/1305 ) ) ([ b6944c6] ( https://github.com/openai/openai-node/commit/b6944c634b53c9084f2ccf777c2491e89b2cc7af ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** api:** add missing reasoning effort + model enums ([ #1302 ] ( https://github.com/openai/openai-node/issues/1302 ) ) ([ 14c55c3] ( https://github.com/openai/openai-node/commit/14c55c312e31f1ed46d02f39a99049f785504a53 ) )
15+ * ** assistants:** handle ` thread.run.incomplete ` event ([ 7032cc4] ( https://github.com/openai/openai-node/commit/7032cc40b8aa0a58459cf114bceb8028a8517400 ) )
16+ * correctly decode multi-byte characters over multiple chunks ([ #1316 ] ( https://github.com/openai/openai-node/issues/1316 ) ) ([ dd776c4] ( https://github.com/openai/openai-node/commit/dd776c4867401f527f699bd4b9e567890256e849 ) )
17+
18+
19+ ### Chores
20+
21+ * ** internal:** remove segfault-handler dependency ([ 3521ca3] ( https://github.com/openai/openai-node/commit/3521ca34e7f5bd51542084e27c084a5d7cc5448b ) )
22+
23+
24+ ### Documentation
25+
26+ * ** readme:** cleanup into multiple files ([ da94424] ( https://github.com/openai/openai-node/commit/da944242e542e9e5e51cb11853c621fc6825ac02 ) )
27+
328## 4.83.0 (2025-02-05)
429
530Full Changelog: [ v4.82.0...v4.83.0] ( https://github.com/openai/openai-node/compare/v4.82.0...v4.83.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @openai/openai" ,
3- "version" : " 4.83 .0" ,
3+ "version" : " 4.84 .0" ,
44 "exports" : {
55 "." : " ./index.ts" ,
66 "./helpers/zod" : " ./helpers/zod.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " openai" ,
3- "version" : " 4.83 .0" ,
3+ "version" : " 4.84 .0" ,
44 "description" : " The official TypeScript library for the OpenAI API" ,
55 "author" :
" OpenAI <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '4.83 .0' ; // x-release-please-version
1+ export const VERSION = '4.84 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments