File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.7.5 "
2
+ "." : " 0.8.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8.0 (2024-12-17)
4
+
5
+ Full Changelog: [ v0.7.5...v0.8.0] ( https://github.com/openai/openai-java/compare/v0.7.5...v0.8.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** new o1 and GPT-4o models + preference fine-tuning ([ #46 ] ( https://github.com/openai/openai-java/issues/46 ) ) ([ 4f2fac5] ( https://github.com/openai/openai-java/commit/4f2fac59587836e6a34ed4b313589abbf8153963 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** spec update ([ #48 ] ( https://github.com/openai/openai-java/issues/48 ) ) ([ 777165c] ( https://github.com/openai/openai-java/commit/777165c5344891ae7816be6606d9413550a578b5 ) )
15
+
3
16
## 0.7.5 (2024-12-13)
4
17
5
18
Full Changelog: [ v0.7.4...v0.7.5] ( https://github.com/openai/openai-java/compare/v0.7.4...v0.7.5 )
Original file line number Diff line number Diff line change 7
7
8
8
<!-- x-release-please-start-version -->
9
9
10
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.7.5 )
10
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.8.0 )
11
11
12
12
<!-- x-release-please-end -->
13
13
@@ -30,7 +30,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
30
30
<!-- x-release-please-start-version -->
31
31
32
32
``` kotlin
33
- implementation(" com.openai:openai-java:0.7.5 " )
33
+ implementation(" com.openai:openai-java:0.8.0 " )
34
34
```
35
35
36
36
#### Maven
@@ -39,7 +39,7 @@ implementation("com.openai:openai-java:0.7.5")
39
39
<dependency >
40
40
<groupId >com.openai</groupId >
41
41
<artifactId >openai-java</artifactId >
42
- <version >0.7.5 </version >
42
+ <version >0.8.0 </version >
43
43
</dependency >
44
44
```
45
45
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
allprojects {
6
6
group = " com.openai"
7
- version = " 0.7.5 " // x-release-please-version
7
+ version = " 0.8.0 " // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments