Skip to content

Commit a161d11

Browse files
committed
chore: prepare release 4.0.0
1 parent 16df487 commit a161d11

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Unreleased
1+
## 4.0.0
2+
> Published 01 Feb 2025
23
34
### Added
5+
- WasmJs target (#387)
6+
- **assistants**: add structured response (#391) (thanks @ahmedmirza994)
47
- **chat**: Add support for structured outputs (#397)
8+
- **chat**: make ChatCompletionRequest a data class (#399) (thanks @yunmanger1)
9+
- **assistant**: add streaming (#400) (thanks @Daltomon)
510

6-
## 4.0.0-beta01
7-
> Published 27 Oct 2024
8-
9-
### Added
10-
- WasmJs target (#387)
11-
- feat(assistants): add structured response (#391) (thanks @ahmedmirza994)
11+
### Fixed
12+
- **runs**: support for file search tool calls (#405) (thanks @averyaube)
1213

1314
### Changed
1415
- Upgrade to Kotlin 2.0 (#387)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
implementation "com.aallam.openai:openai-client:3.8.2"
20+
implementation "com.aallam.openai:openai-client:4.0.0"
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:3.8.2')
33+
implementation platform('com.aallam.openai:openai-client-bom:4.0.0')
3434
3535
// define dependencies without versions
3636
implementation 'com.aallam.openai:openai-client'

gradle.properties

Lines changed: 1 addition & 1 deletion
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-SNAPSHOT
7+
VERSION_NAME=4.0.0
88

99
# OSS
1010
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)