2.1.0b1 (2026-08-11)
Breaking Changes
- Removed
ResponseContext.conversation_chain_metadataand the
ConversationChainMetadataNamespaceprotocol. Resilient response
applications now persist cross-turn state explicitly with
FoundryStateStore.
Other Changes
- Updated the resilient Responses samples to use conversation-scoped
FoundryStateStoreinstances directly. - Bumped the minimum
azure-ai-agentserver-coredependency to>=2.1.0b1,
which adds the localFoundryStateStorefallback used by the samples.