File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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.1 (2025-09-04)
8
+ ### Added
9
+
10
+ * Add ` sequence_number ` support to ` OutputTextDelta ` ([ #664 ] ( https://github.com/openai-php/client/pull/664 ) )
11
+ * Add ` web-search ` tool option ([ #665 ] ( https://github.com/openai-php/client/pull/665 ) )
12
+ * Add support for reasoning text streaming events ([ #673 ] ( https://github.com/openai-php/client/pull/673 ) )
13
+
14
+ ### Fixed
15
+
16
+ * Handle optional attributes in CreateResponse ([ #662 ] ( https://github.com/openai-php/client/pull/662 ) )
17
+ * Handle null require_approval in Response API ([ #669 ] ( https://github.com/openai-php/client/pull/669 ) )
18
+ * Support mcp error objects in response api ([ #661 ] ( https://github.com/openai-php/client/pull/661 ) )
19
+ * Support nested file search properties ([ #670 ] ( https://github.com/openai-php/client/pull/670 ) )
20
+ * Add missing properties to ListInputItems call ([ #668 ] ( https://github.com/openai-php/client/pull/668 ) )
21
+ * Remove extra spaces from json keys in ThreadRunStreamResponseFixture.txt ([ #674 ] ( https://github.com/openai-php/client/pull/674 ) )
22
+
7
23
# v0.16.0 (2025-08-26)
8
24
### Added
9
25
You can’t perform that action at this time.
0 commit comments