v0.11.0
Changelog (v0.10.0...v0.11.0)
- minor #2320 Prepare version constraints for release of v0.11.0 (@chr-hertel)
- feature #2290 Normalize finish_reason metadata across all bridges (@chr-hertel)
- feature #2281 Throw when an Anthropic stream is truncated at the max output token limit (@fabpot)
- minor #2277 Update model catalogs (@github-actions)
- bug #2206 Add a retryable ServerException for transient 5xx and Anthropic overloaded errors (@fabpot)
- feature #2212 Add multimodal tool results for Anthropic, Vertex, Bedrock (@fabpot)
- bug #2203 Skip the interleaved-thinking beta header for adaptive thinking (@fabpot)
- bug #2204 Merge structured output into a caller-supplied output_config (@fabpot)
- feature #2208 Extract prompt-caching injection into a reusable trait (@fabpot)
- feature #2209 Add a configurable base URL to target compatible endpoints (@fabpot)
- bug #2197 Raise an error on unhandled HTTP statuses before streaming (@fabpot)
- bug #2174 Move unsupported schema features to
description(@valtzu)