File tree 5 files changed +29
-4
lines changed 5 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.83 .0"
2
+ "." : " 4.84 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.84.0 (2025-02-12)
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
+
3
28
## 4.83.0 (2025-02-05)
4
29
5
30
Full 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 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.83 .0" ,
3
+ "version" : " 4.84 .0" ,
4
4
"exports" : {
5
5
"." : " ./index.ts" ,
6
6
"./helpers/zod" : " ./helpers/zod.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openai" ,
3
- "version" : " 4.83 .0" ,
3
+ "version" : " 4.84 .0" ,
4
4
"description" : " The official TypeScript library for the OpenAI API" ,
5
5
"author" : " OpenAI <support@openai.com>" ,
6
6
"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