We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2350b46 commit 0af3c78Copy full SHA for 0af3c78
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.16.0 (2025-08-26)
8
+### Changed
9
+ - Changed underlying `openai/client` package version from 0.15.0 to 0.16.0
10
+ - HTTP 429 now throw a `RateLimitException` instead of a generic `ErrorException`
11
+
12
## v0.15.0 (2025-08-04)
13
### Added
14
- Add facade for `containers`. ([#161](https://github.com/openai-php/laravel/pull/161))
0 commit comments