Skip to content

Commit 18d7bb3

Browse files
Merge branch 'openai-php:main' into issue-692
2 parents 273cc37 + e79ab01 commit 18d7bb3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.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

0 commit comments

Comments
 (0)