From 005cfdd1df6f708ee5d3161ace5a1fde6bf7e61d Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 12 Jun 2026 18:58:03 -0400 Subject: [PATCH] release: v0.20.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3519122da..e624864a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +# v0.20.0 (2026-06-12) +### Added + * Add support for `compaction` to Responses. ([#778](https://github.com/openai-php/client/pull/778)) + * Add support for `tool_search` to Responses. ([#772](https://github.com/openai-php/client/pull/772)) + * Add support for `extra_content` on Chat. ([#768](https://github.com/openai-php/client/pull/768)) + +### Fixed + * Fix missing support for sequence numbers. ([#764](https://github.com/openai-php/client/pull/764)) + * Fix crash when missing vector store description. ([#765](https://github.com/openai-php/client/pull/765)) + * Fix crash for new `keep_alive` streaming type. ([#770](https://github.com/openai-php/client/pull/770)) + # v0.19.2 (2026-04-19) ### Added * Add `phase` property to `OutputMessage`. ([#754](https://github.com/openai-php/client/pull/754))