Skip to content

Commit d857954

Browse files
authored
release: v0.16.0 (#659)
1 parent 027e0dd commit d857954

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
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)