Skip to content

Commit

Permalink
chore: prepare release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 20, 2024
1 parent 2fee3b2 commit 91f971a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## Unreleased
## 3.8.2

### Added
- **chat**: add stream options (#363)
- **chat**: add `instanceId` field to `ChatCompletionRequest` (#359) (thanks @harishv-collab)
- **messages**: add assistant tools to attachments (#370)
- **assistants**: add `attachments.fileId` field to `MessageRequest` (#367) (thanks @0chil)
- **runs**: feat(runs): add new fields into assistant run (#366) (thanks @ahmedmirza994)

### Fixed
- **messages**: update `quote` to optional field for openai compatibility assistant on FileCitation (#361) (thanks @AntoDev)
- **messages**: serialization exception while retrieving thread messages (#369) (thanks @meroving)

# 3.8.1
> Published 28 Jun 2024
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.1"
implementation "com.aallam.openai:openai-client:3.8.2"
}
```

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

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

# OSS
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 91f971a

Please sign in to comment.