What's Changed
- feat: map Mistral HTTP 503 to PrismProviderOverloadedException by @kachelle in #959
- refactor(anthropic): GA structured output support by @sixlive in #967
- Laravel 13 support for CI by @sixlive in #968
- feat(anthropic): add provider tool support for sturctured mode by @sixlive in #969
Breaking Changes
- Structured output now uses native mode by default instead of prompt-based JSON mode
- Citations can no longer be used with structured output (previously worked via JSON mode workaround, but this is unsupported by the Anthropic API)
- Users who had the beta header configured for structured outputs can remove it
Full Changelog: v0.99.22...v0.100.0