Skip to content

Commit 0faf596

Browse files
committed
Merge remote-tracking branch 'origin/main' into martinhoch42/main
2 parents db728ea + c43b63f commit 0faf596

File tree

314 files changed

+7280
-1821
lines changed

Some content is hidden

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

314 files changed

+7280
-1821
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ CONTRIBUTING.md export-ignore
99
phpstan.neon.dist export-ignore
1010
phpunit.xml.dist export-ignore
1111
README.md export-ignore
12-
rector.php export-ignore

.github/workflows/formats.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
- name: Coding Style Checks
4141
run: composer test:lint
4242

43-
- name: Refacto Checks
44-
run: composer test:refacto
45-
4643
- name: Type Checks
4744
run: composer test:types
4845

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3]
12+
php: [8.1, 8.2, 8.3, 8.4]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: Tests P${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ 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+
33+
## v0.8.5 (2024-04-15)
34+
### Added
35+
- Audio: add support for timestamp_granularities ([#374](https://github.com/openai-php/client/pull/374))
36+
737
## v0.8.4 (2024-02-07)
838
### Fixed
939
- Fix default fake data for meta information ([#332](https://github.com/openai-php/client/pull/332))

0 commit comments

Comments
 (0)