Skip to content

Commit 7a59e4d

Browse files
authored
release: v0.16.1 (#676)
1 parent 2e37dac commit 7a59e4d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.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+
723
# v0.16.0 (2025-08-26)
824
### Added
925

0 commit comments

Comments
 (0)