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 d857954

Browse filesBrowse files
authored
release: v0.16.0 (#659)
1 parent 027e0dd commit d857954
Copy full SHA for d857954

File tree

Expand file treeCollapse file tree

1 file changed

+19
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+19
-0
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.16.0 (2025-08-26)
8+
### Added
9+
10+
* Add GPT-5 support ([#639](https://github.com/openai-php/client/pull/639))
11+
* Add support for `reasoning.summary` field ([#642](https://github.com/openai-php/client/pull/642))
12+
* Add Container File API ([#648](https://github.com/openai-php/client/pull/648))
13+
* Added raw response to Exceptions ([#643](https://github.com/openai-php/client/pull/643))
14+
* Add `OverrideStrategy` enum for fakeable trait to support merge/replace ([#646](https://github.com/openai-php/client/pull/646))
15+
16+
### Fixed
17+
18+
* Fix support for fine-tuning with failed tuning job ([#651](https://github.com/openai-php/client/pull/651))
19+
* Fix Response API support for MCP Connectors ([#654](https://github.com/openai-php/client/pull/654))
20+
21+
### Changed
22+
23+
* Rework exception handling to catch unhandled string/array crashes. ([#643](https://github.com/openai-php/client/pull/643))
24+
* Detect HTTP 429 and throw RateLimitException ([#652](https://github.com/openai-php/client/pull/652))
25+
726
## v0.15.0 (2025-08-04)
827
### Added
928

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.