Skip to content

Commit 4db0807

Browse files
authored
release: v0.15.0 (#637)
1 parent f9e0406 commit 4db0807

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](https://semver.org/).
66

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+
721
## v0.14.0 (2025-06-24)
822
### Added
923
- Add helper method `output_text` to Responses API ([#579](https://github.com/openai-php/client/pull/579))

0 commit comments

Comments
 (0)