Skip to content

Commit 2d11944

Browse files
committed
release: v0.18.0
1 parent cb49b9f commit 2d11944

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.18.0 (2025-10-31)
8+
### Added
9+
10+
* Add support for Gemini Flash (2.5 - Nano Banana) ([#685](https://github.com/openai-php/client/pull/685))
11+
* Add diarized JSON response in TranscriptionResponseSegment ([#706](https://github.com/openai-php/client/pull/706))
12+
* Add support for actions on web_search_call ([#707](https://github.com/openai-php/client/pull/707))
13+
* Add usage to streamed completions ([#708](https://github.com/openai-php/client/pull/708))
14+
15+
### Fixed
16+
17+
* Fix missing properties on container file annotation ([#703](https://github.com/openai-php/client/pull/703))
18+
* Fix missing containers interface on client ([#704](https://github.com/openai-php/client/pull/704))
19+
* Allow bytes to be nullable on ContainerFileResponse ([#705](https://github.com/openai-php/client/pull/705))
20+
721
# v0.17.1 (2025-10-09)
822
### Fixed
923
* Fix missing `Open-AI-Beta` header on all Assistant related requests. ([#701](https://github.com/openai-php/client/pull/701))

0 commit comments

Comments
 (0)