Skip to content

Commit ba88d2a

Browse files
committed
chore: prepare release 3.8.2
1 parent 8533fba commit ba88d2a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
## Unreleased
1+
## 3.8.2
22

33
### Added
44
- **chat**: add stream options (#363)
55
- **chat**: add `instanceId` field to `ChatCompletionRequest` (#359) (thanks @harishv-collab)
6+
- **messages**: add assistant tools to attachments (#370)
7+
- **assistants**: add `attachments.fileId` field to `MessageRequest` (#367) (thanks @0chil)
8+
- **runs**: feat(runs): add new fields into assistant run (#366) (thanks @ahmedmirza994)
9+
10+
### Fixed
11+
- **messages**: update `quote` to optional field for openai compatibility assistant on FileCitation (#361) (thanks @AntoDev)
12+
- **messages**: serialization exception while retrieving thread messages (#369) (thanks @meroving)
613

714
# 3.8.1
815
> Published 28 Jun 2024

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:3.8.1"
20+
implementation "com.aallam.openai:openai-client:3.8.2"
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.1')
33+
implementation platform('com.aallam.openai:openai-client-bom:3.8.2')
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
@@ -5,7 +5,7 @@ kotlin.js.compiler=ir
55

66
# Lib
77
GROUP=com.aallam.openai
8-
VERSION_NAME=3.8.2-SNAPSHOT
8+
VERSION_NAME=3.8.2
99

1010
# OSS
1111
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)