File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
55and 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
You can’t perform that action at this time.
0 commit comments