File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
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
+
7
26
## v0.15.0 (2025-08-04)
8
27
### Added
9
28
You can’t perform that action at this time.
0 commit comments