File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-beta.7 "
2
+ "." : " 0.1.0-beta.8 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-beta.8 (2025-04-09)
4
+
5
+ Full Changelog: [ v0.1.0-beta.7...v0.1.0-beta.8] ( https://github.com/openai/openai-go/compare/v0.1.0-beta.7...v0.1.0-beta.8 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** Add evalapi to sdk ([ #360 ] ( https://github.com/openai/openai-go/issues/360 ) ) ([ 88977d1] ( https://github.com/openai/openai-go/commit/88977d1868dbbe0060c56ba5dac8eb19773e4938 ) )
10
+ * ** api:** manual updates ([ #363 ] ( https://github.com/openai/openai-go/issues/363 ) ) ([ 5d068e0] ( https://github.com/openai/openai-go/commit/5d068e0053172db7f5b75038aa215eee074eeeed ) )
11
+ * ** client:** add escape hatch to omit required param fields ([ #354 ] ( https://github.com/openai/openai-go/issues/354 ) ) ([ 9690d6b] ( https://github.com/openai/openai-go/commit/9690d6b49f8b00329afc038ec15116750853e620 ) )
12
+ * ** client:** support custom http clients ([ #357 ] ( https://github.com/openai/openai-go/issues/357 ) ) ([ b5a624f] ( https://github.com/openai/openai-go/commit/b5a624f658cad774094427b36b05e446b41e8c52 ) )
13
+
14
+
15
+ ### Chores
16
+
17
+ * ** docs:** readme improvements ([ #356 ] ( https://github.com/openai/openai-go/issues/356 ) ) ([ b2f8539] ( https://github.com/openai/openai-go/commit/b2f8539d6316e3443aa733be2c95926696119c13 ) )
18
+ * ** internal:** fix examples ([ #361 ] ( https://github.com/openai/openai-go/issues/361 ) ) ([ de398b4] ( https://github.com/openai/openai-go/commit/de398b453d398299eb80c15f8fdb2bcbef5eeed6 ) )
19
+ * ** internal:** skip broken test ([ #362 ] ( https://github.com/openai/openai-go/issues/362 ) ) ([ cccead9] ( https://github.com/openai/openai-go/commit/cccead9ba916142ac8fbe6e8926d706511e32ae3 ) )
20
+ * ** tests:** improve enum examples ([ #359 ] ( https://github.com/openai/openai-go/issues/359 ) ) ([ e0b9739] ( https://github.com/openai/openai-go/commit/e0b9739920114d6e991d3947b67fdf62cfaa09c7 ) )
21
+
3
22
## 0.1.0-beta.7 (2025-04-07)
4
23
5
24
Full Changelog: [ v0.1.0-beta.6...v0.1.0-beta.7] ( https://github.com/openai/openai-go/compare/v0.1.0-beta.6...v0.1.0-beta.7 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Or to pin the version:
26
26
<!-- x-release-please-start-version -->
27
27
28
28
``` sh
29
- go get -u
' github.com/openai/[email protected] .7 '
29
+ go get -u
' github.com/openai/[email protected] .8 '
30
30
```
31
31
32
32
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "0.1.0-beta.7 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-beta.8 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments