File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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.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 ) )
You can’t perform that action at this time.
0 commit comments