File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.63 .0"
2+ "." : " 4.64 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.64.0 (2024-09-25)
4+
5+ Full Changelog: [ v4.63.0...v4.64.0] ( https://github.com/openai/openai-node/compare/v4.63.0...v4.64.0 )
6+
7+ ### Features
8+
9+ * ** client:** allow overriding retry count header ([ #1098 ] ( https://github.com/openai/openai-node/issues/1098 ) ) ([ a466ff7] ( https://github.com/openai/openai-node/commit/a466ff78a436db82d79a8f53066a85a3b1dbe039 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** audio:** correct response_format translations type ([ #1097 ] ( https://github.com/openai/openai-node/issues/1097 ) ) ([ 9a5f461] ( https://github.com/openai/openai-node/commit/9a5f461306e84b62ce1ed8aedbfee90798def5fb ) )
15+
16+
17+ ### Chores
18+
19+ * ** internal:** fix ecosystem tests error output ([ #1096 ] ( https://github.com/openai/openai-node/issues/1096 ) ) ([ ecdb4e9] ( https://github.com/openai/openai-node/commit/ecdb4e923f94e828d8758559aea78c82417b8f12 ) )
20+ * ** internal:** fix slow ecosystem test ([ #1093 ] ( https://github.com/openai/openai-node/issues/1093 ) ) ([ 80ed9ec] ( https://github.com/openai/openai-node/commit/80ed9ecbd60129164cb407e46dddbc06ef1c54ab ) )
21+
322## 4.63.0 (2024-09-20)
423
524Full Changelog: [ v4.62.1...v4.63.0] ( https://github.com/openai/openai-node/compare/v4.62.1...v4.63.0 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can import in Deno via:
1919<!-- x-release-please-start-version -->
2020
2121``` ts
22- import OpenAI from ' https://deno.land/x/openai@v4.63 .0/mod.ts' ;
22+ import OpenAI from ' https://deno.land/x/openai@v4.64 .0/mod.ts' ;
2323```
2424
2525<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 11{
22 "name" : " openai" ,
3- "version" : " 4.63 .0" ,
3+ "version" : " 4.64 .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 @@ -16,7 +16,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
1616Usage:
1717
1818\`\`\` ts
19- import OpenAI from "https://deno.land/x/openai@v4.63 .0/mod.ts";
19+ import OpenAI from "https://deno.land/x/openai@v4.64 .0/mod.ts";
2020
2121const client = new OpenAI();
2222\`\`\`
Original file line number Diff line number Diff line change 1- export const VERSION = '4.63 .0' ; // x-release-please-version
1+ export const VERSION = '4.64 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments