File tree Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Expand file tree Collapse file tree 5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.103 .0"
2+ "." : " 4.104 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.104.0 (2025-05-29)
4+
5+ Full Changelog: [ v4.103.0...v4.104.0] ( https://github.com/openai/openai-node/compare/v4.103.0...v4.104.0 )
6+
7+ ### Features
8+
9+ * ** api:** Config update for pakrym-stream-param ([ 469ad7b] ( https://github.com/openai/openai-node/commit/469ad7b9d76b674aa3fd829128a54758ab7adfbd ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** azure:** add /images/edits to deployments endpoints ([ #1509 ] ( https://github.com/openai/openai-node/issues/1509 ) ) ([ 84fc31a] ( https://github.com/openai/openai-node/commit/84fc31aa903eceeb80815f6b17562fc463a71cfc ) )
15+ * ** client:** return binary content from ` get /containers/{container_id}/files/{file_id}/content ` ([ 83129d7] ( https://github.com/openai/openai-node/commit/83129d7eac3dd784bb1c29fa344c5b808a59db73 ) )
16+
17+
18+ ### Chores
19+
20+ * deprecate Assistants API ([ 5b34fcd] ( https://github.com/openai/openai-node/commit/5b34fcdd1454b8cccbaaf05ace6516afb3b09273 ) )
21+ * improve publish-npm script --latest tag logic ([ 6207a2a] ( https://github.com/openai/openai-node/commit/6207a2a03d3279423de594eed18c5efb4ce321af ) )
22+ * ** internal:** fix release workflows ([ 353349d] ( https://github.com/openai/openai-node/commit/353349de9ee10d32d3243cb5c60a8ae982c49d37 ) )
23+
324## 4.103.0 (2025-05-22)
425
526Full Changelog: [ v4.102.0...v4.103.0] ( https://github.com/openai/openai-node/compare/v4.102.0...v4.103.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @openai/openai" ,
3- "version" : " 4.103 .0" ,
3+ "version" : " 4.104 .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.103 .0" ,
3+ "version" : " 4.104 .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.103 .0' ; // x-release-please-version
1+ export const VERSION = '4.104 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments