File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 3.8.1 "
2+ "." : " 3.9.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.9.0 (2025-11-18)
4+
5+ Full Changelog: [ v3.8.1...v3.9.0] ( https://github.com/openai/openai-go/compare/v3.8.1...v3.9.0 )
6+
7+ ### Features
8+
9+ * ** api:** gpt 5.1 ([ 470f91f] ( https://github.com/openai/openai-go/commit/470f91faac304e518019be9f7b12e6270af63bbd ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** api:** align types of input items / output items for typescript ([ 5b89d3b] ( https://github.com/openai/openai-go/commit/5b89d3ba03968ee9f5b49e7e065495c3c5c77710 ) )
15+
16+
17+ ### Chores
18+
19+ * bump gjson version ([ 305831f] ( https://github.com/openai/openai-go/commit/305831feb6c39d1f9f6e85c2e9f94f6c7f0dcd45 ) )
20+
321## 3.8.1 (2025-11-04)
422
523Full Changelog: [ v3.8.0...v3.8.1] ( https://github.com/openai/openai-go/compare/v3.8.0...v3.8.1 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Or to pin the version:
3030<!-- x-release-please-start-version -->
3131
3232``` sh
33- go get -u ' github.com/openai/openai-go/v2@v3.8.1 '
33+ go get -u ' github.com/openai/openai-go/v2@v3.9.0 '
3434```
3535
3636<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "3.8.1 " // x-release-please-version
5+ const PackageVersion = "3.9.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments