File tree 5 files changed +19
-4
lines changed
5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.92.1 "
2
+ "." : " 4.93.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.93.0 (2025-04-08)
4
+
5
+ Full Changelog: [ v4.92.1...v4.93.0] ( https://github.com/openai/openai-node/compare/v4.92.1...v4.93.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** Add evalapi to sdk ([ #1456 ] ( https://github.com/openai/openai-node/issues/1456 ) ) ([ ee917e3] ( https://github.com/openai/openai-node/commit/ee917e3335fcf44e87a28e54ce8ddfdcdfab1652 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** fix examples ([ #1457 ] ( https://github.com/openai/openai-node/issues/1457 ) ) ([ a3dd0dd] ( https://github.com/openai/openai-node/commit/a3dd0dde3e8ad9cc7a02cf203d4550f91d31a2ae ) )
15
+ * ** internal:** skip broken test ([ #1458 ] ( https://github.com/openai/openai-node/issues/1458 ) ) ([ 4d2f815] ( https://github.com/openai/openai-node/commit/4d2f815ba5f6c426f9c21f4c3db443166389bbf8 ) )
16
+ * ** tests:** improve enum examples ([ #1454 ] ( https://github.com/openai/openai-node/issues/1454 ) ) ([ ecabce2] ( https://github.com/openai/openai-node/commit/ecabce282a9fb60122310942f3b647dfefae5403 ) )
17
+
3
18
## 4.92.1 (2025-04-07)
4
19
5
20
Full Changelog: [ v4.92.0...v4.92.1] ( https://github.com/openai/openai-node/compare/v4.92.0...v4.92.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openai/openai" ,
3
- "version" : " 4.92.1 " ,
3
+ "version" : " 4.93.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.92.1 " ,
3
+ "version" : " 4.93.0 " ,
4
4
"description" : " The official TypeScript library for the OpenAI API" ,
5
5
"author" :
" OpenAI <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '4.92.1 ' ; // x-release-please-version
1
+ export const VERSION = '4.93.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments