v2.14.0
bevyengine/bevyv2.14.0Jul 21, 2026by dsfaccini
AI Summary
This release introduces new durability capabilities for Temporal, DBOS, and Prefect to replace deprecated wrapper agents, alongside Mistral reasoning support and the removal of deprecated Gemini models.
Key Highlights
- Added `TemporalDurability`, `DBOSDurability`, and `PrefectDurability` capabilities
- Added `reasoning_effort` support for Mistral via thinking settings
- Removed deprecated Gemini models `gemini-2.5-flash-lite-preview-09-2025` and `gemini-3.1-flash-lite-preview`
New Features
- TemporalDurability, DBOSDurability, and PrefectDurability capabilities
- reasoning_effort support for Mistral
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🚀 Features * feat(mistral): add `reasoning_effort` support via thinking settings by @YHallouard in https://github.com/pydantic/pydantic-ai/pull/5294 * Add `TemporalDurability`, `DBOSDurability` and `PrefectDurability` capabilities to replace the deprecated wrapper agents by @DouweM in https://github.com/pydantic/pydantic-ai/pull/4977 ### 🐛 Bug Fixes * Remove shut-down Gemini models `gemini-2.5-flash-lite-preview-09-2025` and `gemini-3.1-flash-lite-preview` by @adtyavrdhn in https://github.com/pydantic/pydantic-ai/pull/6606 **Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v2.13.0...v2.14.0