Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c176c96

Browse filesBrowse files
authored
release: v0.14.0 (#617)
1 parent 5d0f9c8 commit c176c96
Copy full SHA for c176c96

File tree

Expand file treeCollapse file tree

1 file changed

+30
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+30
-2
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-2Lines changed: 30 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.