Skip to content

Commit 2c88709

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

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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)

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)