File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.11.5 "
2+ "." : " 0.11.6 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.11.6 (2025-01-17)
4+
5+ Full Changelog: [ v0.11.5...v0.11.6] ( https://github.com/openai/openai-java/compare/v0.11.5...v0.11.6 )
6+
7+ ### Chores
8+
9+ * ** internal:** move ` StreamResponse ` method ([ #131 ] ( https://github.com/openai/openai-java/issues/131 ) ) ([ 5888e39] ( https://github.com/openai/openai-java/commit/5888e398597b68a520b4bb3953d96403023331fd ) )
10+ * ** internal:** refactor streaming implementation ([ #129 ] ( https://github.com/openai/openai-java/issues/129 ) ) ([ d2831ec] ( https://github.com/openai/openai-java/commit/d2831ec587d37a2c2d51332f5f2f62ba3dd1181d ) )
11+
312## 0.11.5 (2025-01-16)
413
514Full Changelog: [ v0.11.4...v0.11.5] ( https://github.com/openai/openai-java/compare/v0.11.4...v0.11.5 )
Original file line number Diff line number Diff line change 99
1010<!-- x-release-please-start-version -->
1111
12- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.11.5 )
12+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openai/openai-java )] ( https://central.sonatype.com/artifact/com.openai/openai-java/0.11.6 )
1313
1414<!-- x-release-please-end -->
1515
@@ -30,7 +30,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfo
3030<!-- x-release-please-start-version -->
3131
3232``` kotlin
33- implementation(" com.openai:openai-java:0.11.5 " )
33+ implementation(" com.openai:openai-java:0.11.6 " )
3434```
3535
3636#### Maven
@@ -39,7 +39,7 @@ implementation("com.openai:openai-java:0.11.5")
3939<dependency >
4040 <groupId >com.openai</groupId >
4141 <artifactId >openai-java</artifactId >
42- <version >0.11.5 </version >
42+ <version >0.11.6 </version >
4343</dependency >
4444```
4545
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.openai"
11- version = " 0.11.5 " // x-release-please-version
11+ version = " 0.11.6 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments