Skip to content

Commit c176c96

Browse files
authored
release: v0.14.0 (#617)
1 parent 5d0f9c8 commit c176c96

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/).
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](https://semver.org/).
6+
7+
## v0.14.0 (2025-06-24)
8+
### Added
9+
- Add helper method `output_text` to Responses API ([#579](https://github.com/openai-php/client/pull/579))
10+
- Add support for response cancel in Responses API ([#588](https://github.com/openai-php/client/pull/588))
11+
- Add support for Image Generation Tool to Responses API ([#594](https://github.com/openai-php/client/pull/594))
12+
- Add streaming for Image Generation in Responses API ([#602](https://github.com/openai-php/client/pull/602))
13+
- Add support for Code Interpreter to Responses API ([#610](https://github.com/openai-php/client/pull/610))
14+
- Add support for Remote MCP Tool in Responses API ([#601](https://github.com/openai-php/client/pull/601))
15+
- Add realtime ephemeral tokens ([#591](https://github.com/openai-php/client/pull/591))
16+
- Add streaming support for Audio transcriptions ([#603](https://github.com/openai-php/client/pull/603))
17+
- Add realtime key documentation ([#597](https://github.com/openai-php/client/pull/597))
18+
19+
### Fixed
20+
- Add missing `index` to `CreateStreamedResponseToolCall` ([#562](https://github.com/openai-php/client/pull/562))
21+
- Make `$parameters` optional in thread `create()` method ([#577](https://github.com/openai-php/client/pull/577))
22+
- Support Azure `model.list` endpoint ([#599](https://github.com/openai-php/client/pull/599))
23+
- Add `reasoning_effort` support to Assistants ([#606](https://github.com/openai-php/client/pull/606))
24+
- Use proper parameter order in `Response` constructor ([#615](https://github.com/openai-php/client/pull/615))
25+
- Support reused prompts/instructions in Responses API ([#616](https://github.com/openai-php/client/pull/616))
26+
27+
### Changed
28+
- Use proper header notation for Responses API docs ([#596](https://github.com/openai-php/client/pull/596))
29+
- Collapse legacy/deprecated sections by default in docs ([#609](https://github.com/openai-php/client/pull/609))
30+
31+
### Deprecated
32+
- mark Assistants API as deprecated ([#607](https://github.com/openai-php/client/pull/607))
33+
- mark Completions API as legacy ([#608](https://github.com/openai-php/client/pull/608))
634

735
## v0.13.0 (2025-05-14)
836
### Added

0 commit comments

Comments
 (0)