File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## v0.8.2 (2024-01-26)
8
+ ### Fixed
9
+ - ThreadRunStep: "content" missing in response if result has not been submitted ([ #319 ] ( https://github.com/openai-php/client/pull/319 ) )
10
+ - Files: "bytes" in retrieve response is may null ([ #325 ] ( https://github.com/openai-php/client/pull/325 ) )
11
+
7
12
## v0.8.1 (2023-12-22)
8
13
### Added
9
- - Add support for Assistants and Threads endpoint ([ #271 ] ( https://github.com/openai-php/client/pull/271 ) )
14
+ - Add support for Assistants and Threads endpoint ([ #271 ] ( https://github.com/openai-php/client/pull/271 ) )
10
15
- Add stream support for Text To Speech ([ #235 ] ( https://github.com/openai-php/client/pull/235 ) )
11
16
- Add test resources for Assistants and Threads ([ #279 ] ( https://github.com/openai-php/client/pull/279 ) )
12
17
You can’t perform that action at this time.
0 commit comments