File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ 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.19.0 (2026-02-09)
8+ ### Added
9+
10+ * Add response streaming types ([ #711 ] ( https://github.com/openai-php/client/pull/711 ) )
11+ * Add ` response.queued ` event to streamed responses ([ #712 ] ( https://github.com/openai-php/client/pull/712 ) )
12+ * Add streamed response retrieval ([ #713 ] ( https://github.com/openai-php/client/pull/713 ) )
13+ * Add image streaming support ([ #720 ] ( https://github.com/openai-php/client/pull/720 ) )
14+ * Add webhook signature verification ([ #722 ] ( https://github.com/openai-php/client/pull/722 ) )
15+ * Add ` reasoning_content ` field to ` CreateResponseMessage ` ([ #737 ] ( https://github.com/openai-php/client/pull/737 ) )
16+
17+ ### Fixed
18+
19+ * Fix list items for conversation when ` file_id ` is null and ` file_data ` is missing ([ #715 ] ( https://github.com/openai-php/client/pull/715 ) )
20+ * Handle optional values correctly in ` Responses\CreateResponseType ` ([ #728 ] ( https://github.com/openai-php/client/pull/728 ) )
21+ * Add support for missing ` url ` on web search output ([ #733 ] ( https://github.com/openai-php/client/pull/733 ) )
22+ * Add support for empty ` keepalive ` stream events ([ #734 ] ( https://github.com/openai-php/client/pull/734 ) )
23+ * Do not bail early on ` text/plain ` responses unless JSON parsing fails ([ #736 ] ( https://github.com/openai-php/client/pull/736 ) )
24+
25+ ### Build
26+
27+ * Test against PHP 8.5 ([ #714 ] ( https://github.com/openai-php/client/pull/714 ) )
28+ * Bump ` actions/checkout ` from 5 to 6 ([ #716 ] ( https://github.com/openai-php/client/pull/716 ) )
29+ * Bump ` actions/cache ` from 4 to 5 ([ #724 ] ( https://github.com/openai-php/client/pull/724 ) )
30+
731# v0.18.0 (2025-10-31)
832### Added
933
You can’t perform that action at this time.
0 commit comments