Skip to content

Commit

Permalink
chore: prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Feb 1, 2025
1 parent 16df487 commit a161d11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Unreleased
## 4.0.0
> Published 01 Feb 2025
### Added
- WasmJs target (#387)
- **assistants**: add structured response (#391) (thanks @ahmedmirza994)
- **chat**: Add support for structured outputs (#397)
- **chat**: make ChatCompletionRequest a data class (#399) (thanks @yunmanger1)
- **assistant**: add streaming (#400) (thanks @Daltomon)

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

### Changed
- Upgrade to Kotlin 2.0 (#387)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation "com.aallam.openai:openai-client:3.8.2"
implementation "com.aallam.openai:openai-client:4.0.0"
}
```

Expand All @@ -30,7 +30,7 @@ Alternatively, you can use [openai-client-bom](/openai-client-bom) by adding th
```groovy
dependencies {
// import Kotlin API client BOM
implementation platform('com.aallam.openai:openai-client-bom:3.8.2')
implementation platform('com.aallam.openai:openai-client-bom:4.0.0')
// define dependencies without versions
implementation 'com.aallam.openai:openai-client'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.mpp.commonizerLogLevel=info

# Lib
GROUP=com.aallam.openai
VERSION_NAME=4.0.0-SNAPSHOT
VERSION_NAME=4.0.0

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit a161d11

Please sign in to comment.