File tree 6 files changed +24
-5
lines changed
6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.63 .0"
2
+ "." : " 4.64 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
22
## 4.63.0 (2024-09-20)
4
23
5
24
Full 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:
19
19
<!-- x-release-please-start-version -->
20
20
21
21
``` 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' ;
23
23
```
24
24
25
25
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openai" ,
3
- "version" : " 4.63 .0" ,
3
+ "version" : " 4.64 .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 @@ -16,7 +16,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
16
16
Usage:
17
17
18
18
\`\`\` 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";
20
20
21
21
const client = new OpenAI();
22
22
\`\`\`
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