Releases: symfony/ai-scaleway-platform
Releases · symfony/ai-scaleway-platform
Release list
v0.11.1
Changelog (v0.11.0...v0.11.1)
- bug #2333 Fix PSR-4 namespaces in bridge test files (@wachterjohannes)
v0.11.0
Changelog (v0.10.0...v0.11.0)
- minor #2320 Prepare version constraints for release of v0.11.0 (@chr-hertel)
- feature #2215 Streamline base URL handling across bridges (@chr-hertel)
- bug #2206 Add a retryable ServerException for transient 5xx and Anthropic overloaded errors (@fabpot)
- bug #2197 Raise an error on unhandled HTTP statuses before streaming (@fabpot)
v0.10.0
Changelog (v0.9.0...v0.10.0)
- bug #2190 Throw clear error on incomplete OpenResponses non-stream response (@chr-hertel)
- bug #2169 Throw IncompleteStreamException in more streaming bridges (@chr-hertel)
- feature #2167 Throw ExceedContextSizeException across remaining LLM bridges (@chr-hertel)
- bug #2168 Replace malformed UTF-8 in request bodies of the remaining LLM model clients (@chr-hertel)
v0.9.0
Changelog (v0.8.0...v0.9.0)
- feature #1183 Add support for Responses API (Marcus Stöhr)
v0.8.0
Changelog (v0.7.0...v0.8.0)
- feature #1923 Introduce Provider abstraction and model routing layer (@chr-hertel)
v0.7.0
Changelog (v0.6.0...v0.7.0)
- feature #1851 Add token usage extraction for embeddings (@Amoifr)
- feature #1759 Replace untyped stream chunks with semantic DeltaInterface deltas (@fabpot, @chr-hertel)
- bug #1792 Fix tool call without arguments (@guillaume-ro-fr)
- feature #1793 Add Qwen 3-embedding and Qwen 3.5 (@guillaume-ro-fr)
- feature #1756 Extract duplicated completions conversion methods into CompletionsConversionTrait (@fabpot)
v0.6.0
v0.5.0
Changelog (v0.4.0...v0.5.0)
- no significant changes
v0.4.0
Changelog (v0.3.3...v0.4.0)
- bug #1530 Add missing EMBEDDINGS capability to embedding models (@RamyHakam)