Skip to content

Commit 8eddcc9

Browse files
Merge branch 'main' into main
2 parents fdd8f9a + 4fbfb34 commit 8eddcc9

File tree

205 files changed

+6638
-1473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+6638
-1473
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.10.1 (2024-06-06)
8+
### Added
9+
- Add support for Assistants API v2 and Vector Stores endpoints ([#420](https://github.com/openai-php/client/pull/420))
10+
11+
### Docs
12+
- Add vector store endpoints documentation ([#420](https://github.com/openai-php/client/pull/420))
13+
14+
## v0.10.0-beta.1 (2024-05-27)
15+
### Added
16+
- Add support for Assistants API v2 and Vector Stores endpoint ([#405](https://github.com/openai-php/client/pull/405))
17+
18+
## v0.9.2 (2024-05-27)
19+
### Added
20+
- Support for usage stream option on chat endpoint ([#398](https://github.com/openai-php/client/pull/398))
21+
22+
- ### Fixed
23+
- Missing output paramenter on streamed code interpreter outpu ([#406](https://github.com/openai-php/client/pull/406))
24+
25+
## v0.9.1 (2024-05-24)
26+
### Added
27+
- Add support for Batches endpoint ([#403](https://github.com/openai-php/client/pull/403))
28+
29+
## v0.9.0 (2024-05-21)
30+
### Added
31+
- Assistants: add streaming support ([#367](https://github.com/openai-php/client/pull/367))
32+
733
## v0.8.5 (2024-04-15)
834
### Added
935
- Audio: add support for timestamp_granularities ([#374](https://github.com/openai-php/client/pull/374))

0 commit comments

Comments
 (0)