File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
7
+ ## v0.15.0 (2025-08-04)
8
+ ### Added
9
+
10
+ * Add ` updateAttributes ` method to ` VectorStoresFiles ` ([ #626 ] ( https://github.com/openai-php/client/pull/626 ) )
11
+ * Add support for chat completion audio modality ([ #629 ] ( https://github.com/openai-php/client/pull/629 ) )
12
+ * Add ` Containers ` API ([ #636 ] ( https://github.com/openai-php/client/pull/636 ) )
13
+ * Add ` model ` field to ` CreateResponse ` for embeddings ([ #634 ] ( https://github.com/openai-php/client/pull/634 ) )
14
+
15
+ ### Fixed
16
+
17
+ * Fix streamed response tool call without arguments in VLLM ([ #623 ] ( https://github.com/openai-php/client/pull/623 ) )
18
+ * Fix support for ` code_interpreter_call ` on retrieve response ([ #632 ] ( https://github.com/openai-php/client/pull/632 ) )
19
+ * Fix JSON encoding to preserve UTF-8 characters using ` JSON_UNESCAPED_UNICODE ` ([ #628 ] ( https://github.com/openai-php/client/pull/628 ) )
20
+
7
21
## v0.14.0 (2025-06-24)
8
22
### Added
9
23
- Add helper method ` output_text ` to Responses API ([ #579 ] ( https://github.com/openai-php/client/pull/579 ) )
You can’t perform that action at this time.
0 commit comments