Skip to content

Commit f70d2f9

Browse files
committedFeb 2, 2025
chore: prepare release 4.0.1
1 parent 81f3abd commit f70d2f9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.1
2+
> Published 02 Feb 2025
3+
4+
### Added
5+
- **chat**: add reasoning effort, max completion tokens, store options for reasoning model support (#415) (thanks @Taewan-P)
6+
17
## 4.0.0
28
> Published 01 Feb 2025
39
@@ -7,7 +13,6 @@
713
- **chat**: Add support for structured outputs (#397)
814
- **chat**: make ChatCompletionRequest a data class (#399) (thanks @yunmanger1)
915
- **assistant**: add streaming (#400) (thanks @Daltomon)
10-
- **chat**: add reasoning effort, max completion tokens, store options for reasoning model support (#415) (thanks @Taewan-P)
1116

1217
### Fixed
1318
- **runs**: support for file search tool calls (#405) (thanks @averyaube)

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
implementation "com.aallam.openai:openai-client:4.0.0"
20+
implementation "com.aallam.openai:openai-client:4.0.1"
2121
}
2222
```
2323

@@ -30,7 +30,7 @@ Alternatively, you can use [openai-client-bom](/openai-client-bom) by adding th
3030
```groovy
3131
dependencies {
3232
// import Kotlin API client BOM
33-
implementation platform('com.aallam.openai:openai-client-bom:4.0.0')
33+
implementation platform('com.aallam.openai:openai-client-bom:4.0.1')
3434
3535
// define dependencies without versions
3636
implementation 'com.aallam.openai:openai-client'

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.mpp.commonizerLogLevel=info
44

55
# Lib
66
GROUP=com.aallam.openai
7-
VERSION_NAME=4.0.0
7+
VERSION_NAME=4.0.1
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)
Failed to load comments.