File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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.20.0 (2026-06-12)
8+ ### Added
9+ * Add support for ` compaction ` to Responses. ([ #778 ] ( https://github.com/openai-php/client/pull/778 ) )
10+ * Add support for ` tool_search ` to Responses. ([ #772 ] ( https://github.com/openai-php/client/pull/772 ) )
11+ * Add support for ` extra_content ` on Chat. ([ #768 ] ( https://github.com/openai-php/client/pull/768 ) )
12+
13+ ### Fixed
14+ * Fix missing support for sequence numbers. ([ #764 ] ( https://github.com/openai-php/client/pull/764 ) )
15+ * Fix crash when missing vector store description. ([ #765 ] ( https://github.com/openai-php/client/pull/765 ) )
16+ * Fix crash for new ` keep_alive ` streaming type. ([ #770 ] ( https://github.com/openai-php/client/pull/770 ) )
17+
718# v0.19.2 (2026-04-19)
819### Added
920 * Add ` phase ` property to ` OutputMessage ` . ([ #754 ] ( https://github.com/openai-php/client/pull/754 ) )
You can’t perform that action at this time.
0 commit comments