v2.14.1

gitroomhq/postiz-appv2.14.1Jul 21, 2026by dsfaccini

AI Summary

This release focuses on bug fixes related to MCP instruction fetching and durability management. It ensures instructions are fetched reliably using durable steps and temporarily reverts a deprecation warning for the durable wrapper-agent.

Key Highlights

  • Fixed fetching of MCP instructions via durable steps under `DBOSDurability`.
  • Temporarily withdrew deprecations for the durable wrapper-agent.
  • Addresses stability issues with agent durability wrappers.

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🐛 Bug Fixes
* Always fetch MCP instructions via a durable step under `DBOSDurability` by @DouweM in https://github.com/pydantic/pydantic-ai/pull/6624
* Temporarily withdraw durable wrapper-agent deprecations by @dsfaccini in https://github.com/pydantic/pydantic-ai/pull/6625


**Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v2.14.0...v2.14.1