Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-26 | 1.7 kB | |
v0.16.0 source code.tar.gz | 2025-08-26 | 151.0 kB | |
v0.16.0 source code.zip | 2025-08-26 | 439.6 kB | |
Totals: 3 Items | 592.3 kB | 0 |
What's Changed
- feat(OpenAI): GPT5 support by @iBotPeaches in https://github.com/openai-php/client/pull/639
- fix(OpenAI): add support for reasoning.summary by @iBotPeaches in https://github.com/openai-php/client/pull/642
- [#581]: Add
OverrideStrategy
enum for the fakeable trait to support merge/replace by @droath in https://github.com/openai-php/client/pull/646 - chore(meta): rework exception handling by @iBotPeaches in https://github.com/openai-php/client/pull/643
- feat(OpenAI): Add Container File API by @iBotPeaches in https://github.com/openai-php/client/pull/648
- fix(meta): use raw response on ErrorException by @iBotPeaches in https://github.com/openai-php/client/pull/649
- chore(meta): use pest throws instead of internal phpunit methods by @iBotPeaches in https://github.com/openai-php/client/pull/650
- fix(OpenAI): support fine tuning with failed tuning job by @iBotPeaches in https://github.com/openai-php/client/pull/651
- fix(meta): handle 429 (rate limit) gracefully by @iBotPeaches in https://github.com/openai-php/client/pull/652
- fix(OpenAI): augment support for Response API - MCP Connectors by @iBotPeaches in https://github.com/openai-php/client/pull/654
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/openai-php/client/pull/657
- release: v0.16.0 by @iBotPeaches in https://github.com/openai-php/client/pull/659
New Contributors
- @droath made their first contribution in https://github.com/openai-php/client/pull/646
- @dependabot[bot] made their first contribution in https://github.com/openai-php/client/pull/657
Full Changelog: https://github.com/openai-php/client/compare/v0.15.0...v0.16.0