Skip to content

Commit

Permalink
release: v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Jan 26, 2024
1 parent 9262318 commit 081ea0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.8.2 (2024-01-26)
### Fixed
- ThreadRunStep: "content" missing in response if result has not been submitted ([#319](https://github.com/openai-php/client/pull/319))
- Files: "bytes" in retrieve response is may null ([#325](https://github.com/openai-php/client/pull/325))

## v0.8.1 (2023-12-22)
### Added
- Add support for Assistants and Threads endpoint ([#271](https://github.com/openai-php/client/pull/271))
- Add support for Assistants and Threads endpoint ([#271](https://github.com/openai-php/client/pull/271))
- Add stream support for Text To Speech ([#235](https://github.com/openai-php/client/pull/235))
- Add test resources for Assistants and Threads ([#279](https://github.com/openai-php/client/pull/279))

Expand Down

0 comments on commit 081ea0b

Please sign in to comment.