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 bb0421e commit 4193aceCopy full SHA for 4193ace
CHANGELOG.md
@@ -4,6 +4,12 @@ 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.17.0
8
+### Changed
9
+- Refactored into a single `OpenAI\Symfony\OpenAIBundle` class
10
+- Add `project` and `base_uri` configuration options
11
+- Drop support for unsupported Symfony versions. Now requires Symfony 6.4 or 7.3+
12
+
13
## v0.12.0 (2025-05-06)
14
### Changed
15
- Changed underlying `openai/client` package version to 0.12.0
0 commit comments