File tree 2 files changed +9
-8
lines changed 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ ## 4.0.0
2
+ > Published 01 Feb 2025
2
3
3
4
### Added
5
+ - WasmJs target (#387 )
6
+ - ** assistants** : add structured response (#391 ) (thanks @ahmedmirza994 )
4
7
- ** chat** : Add support for structured outputs (#397 )
8
+ - ** chat** : make ChatCompletionRequest a data class (#399 ) (thanks @yunmanger1 )
9
+ - ** assistant** : add streaming (#400 ) (thanks @Daltomon )
5
10
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 )
12
13
13
14
### Changed
14
15
- Upgrade to Kotlin 2.0 (#387 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.mpp.commonizerLogLevel=info
4
4
5
5
# Lib
6
6
GROUP =com.aallam.openai
7
- VERSION_NAME =4.0.0-SNAPSHOT
7
+ VERSION_NAME =4.0.0
8
8
9
9
# OSS
10
10
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments