File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.17.0 (2025-10-02)
8+ ### Added
9+
10+ * Add Conversation API ([ #658 ] ( https://github.com/openai-php/client/pull/658 ) )
11+
12+ ### Fixed
13+
14+ * Handle object/string error responses with robust ` ErrorException ` ([ #682 ] ( https://github.com/openai-php/client/pull/682 ) )
15+ * Increase nullability on Doubao image usage types ([ #684 ] ( https://github.com/openai-php/client/pull/684 ) )
16+ * Add missing pagination fields to ` files.list ` ([ #687 ] ( https://github.com/openai-php/client/pull/687 ) )
17+ * Fix undefined array key errors for xAI Responses API ([ #689 ] ( https://github.com/openai-php/client/pull/689 ) )
18+ * Prevent registration of beta headers on all requests ([ #688 ] ( https://github.com/openai-php/client/pull/688 ) )
19+
20+ ### Changed
21+
22+ * Deprecate Assistants API officially ([ #679 ] ( https://github.com/openai-php/client/pull/679 ) )
23+
724# v0.16.1 (2025-09-04)
825### Added
926
You can’t perform that action at this time.
0 commit comments