File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.9.1 "
2
+ "." : " 0.10.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.10.0 (2025-01-07)
4
+
5
+ Full Changelog: [ v0.9.1...v0.10.0] ( https://github.com/openai/openai-java/compare/v0.9.1...v0.10.0 )
6
+
7
+ ### Features
8
+
9
+ * ** client:** allow passing null or optional for nullable fields ([ #84 ] ( https://github.com/openai/openai-java/issues/84 ) ) ([ 8a8f2f9] ( https://github.com/openai/openai-java/commit/8a8f2f9ac5f6555c372a81acc196b3ab04fd9555 ) )
10
+
3
11
## 0.9.1 (2025-01-06)
4
12
5
13
Full Changelog: [ v0.9.0...v0.9.1] ( https://github.com/openai/openai-java/compare/v0.9.0...v0.9.1 )
Original file line number Diff line number Diff line change 9
9
10
10
<!-- x-release-please-start-version -->
11
11
12
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.9.1 )
12
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.10.0 )
13
13
14
14
<!-- x-release-please-end -->
15
15
@@ -32,7 +32,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
32
32
<!-- x-release-please-start-version -->
33
33
34
34
``` kotlin
35
- implementation(" com.openai:openai-java:0.9.1 " )
35
+ implementation(" com.openai:openai-java:0.10.0 " )
36
36
```
37
37
38
38
#### Maven
@@ -41,7 +41,7 @@ implementation("com.openai:openai-java:0.9.1")
41
41
<dependency >
42
42
<groupId >com.openai</groupId >
43
43
<artifactId >openai-java</artifactId >
44
- <version >0.9.1 </version >
44
+ <version >0.10.0 </version >
45
45
</dependency >
46
46
```
47
47
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.9.1 " // x-release-please-version
7
+ version = " 0.10.0 " // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments