File tree Expand file tree Collapse file tree 4 files changed +28
-6
lines changed Expand file tree Collapse file tree 4 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 11{
2-   "." : " 0.34.1 " 
2+   "." : " 0.34.2 " 
33}
Original file line number Diff line number Diff line change 11# Changelog  
22
3+ ## 0.34.2 (2025-03-18)  
4+ 
5+ Full Changelog: [ v0.34.1...v0.34.2] ( https://github.com/openai/openai-java/compare/v0.34.1...v0.34.2 ) 
6+ 
7+ ### Chores  
8+ 
9+ *  ** internal:**  add generated comment ([ #318  ] ( https://github.com/openai/openai-java/issues/318 ) ) ([ 44a46b5] ( https://github.com/openai/openai-java/commit/44a46b5e6651a3cf38f4b5321020a9fa52c5976c ) )
10+ *  ** internal:**  delete duplicate tests ([ f95f8bc] ( https://github.com/openai/openai-java/commit/f95f8bc083cebbfeef127b62d8c5dbaffa2083ed ) )
11+ *  ** internal:**  make test classes internal ([ #317  ] ( https://github.com/openai/openai-java/issues/317 ) ) ([ f9a25b4] ( https://github.com/openai/openai-java/commit/f9a25b4be4daa5184b9d19896f4e2009285759be ) )
12+ *  ** internal:**  refactor query param serialization impl and tests ([ #322  ] ( https://github.com/openai/openai-java/issues/322 ) ) ([ 93558fc] ( https://github.com/openai/openai-java/commit/93558fcecc463b7d6a4f976c2a7889b1c691dc52 ) )
13+ *  ** internal:**  refactor some test assertions ([ f95f8bc] ( https://github.com/openai/openai-java/commit/f95f8bc083cebbfeef127b62d8c5dbaffa2083ed ) )
14+ *  ** internal:**  remove CI condition ([ #310  ] ( https://github.com/openai/openai-java/issues/310 ) ) ([ 1cb3294] ( https://github.com/openai/openai-java/commit/1cb3294f74fa75bca443aaa6f0f3d9127ed7ea14 ) )
15+ *  ** internal:**  rename ` getPathParam `  ([ #323  ] ( https://github.com/openai/openai-java/issues/323 ) ) ([ f95f8bc] ( https://github.com/openai/openai-java/commit/f95f8bc083cebbfeef127b62d8c5dbaffa2083ed ) )
16+ *  ** internal:**  reorder some params methodsc ([ f95f8bc] ( https://github.com/openai/openai-java/commit/f95f8bc083cebbfeef127b62d8c5dbaffa2083ed ) )
17+ *  ** internal:**  update release workflows ([ 2b0d392] ( https://github.com/openai/openai-java/commit/2b0d392b57acc03b393c1052e39326606d9ad2b0 ) )
18+ 
19+ 
20+ ### Documentation  
21+ 
22+ *  add ` build `  method comments ([ #321  ] ( https://github.com/openai/openai-java/issues/321 ) ) ([ 31a8e9e] ( https://github.com/openai/openai-java/commit/31a8e9e507d0242098fc280ad03cb40ab92dcf83 ) )
23+ *  deduplicate and refine comments ([ #313  ] ( https://github.com/openai/openai-java/issues/313 ) ) ([ 3e0b2f5] ( https://github.com/openai/openai-java/commit/3e0b2f5ebea908879f2215bb648027d60e491374 ) )
24+ 
325## 0.34.1 (2025-03-11)  
426
527Full Changelog: [ v0.34.0...v0.34.1] ( https://github.com/openai/openai-java/compare/v0.34.0...v0.34.1 ) 
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.34.1  ) 
13- [ ![ javadoc] ( https://javadoc.io/badge2/com.openai/openai-java/0.34.1 /javadoc.svg )] ( https://javadoc.io/doc/com.openai/openai-java/0.34.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.34.2  ) 
13+ [ ![ javadoc] ( https://javadoc.io/badge2/com.openai/openai-java/0.34.2 /javadoc.svg )] ( https://javadoc.io/doc/com.openai/openai-java/0.34.2  ) 
1414
1515<!--  x-release-please-end --> 
1616
@@ -25,7 +25,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfor
2525### Gradle  
2626
2727``` kotlin 
28- implementation(" com.openai:openai-java:0.34.1 "  )
28+ implementation(" com.openai:openai-java:0.34.2 "  )
2929``` 
3030
3131### Maven  
@@ -34,7 +34,7 @@ implementation("com.openai:openai-java:0.34.1")
3434<dependency >
3535    <groupId >com.openai</groupId >
3636    <artifactId >openai-java</artifactId >
37-     <version >0.34.1 </version >
37+     <version >0.34.2 </version >
3838</dependency >
3939``` 
4040
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010    group =  " com.openai" 
11-     version =  " 0.34.1 "   //  x-release-please-version
11+     version =  " 0.34.2 "   //  x-release-please-version
1212}
1313
1414subprojects {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments