Skip to content

azure-ai-agentserver-responses_2.1.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 11 Aug 18:40
529ae05

2.1.0b1 (2026-08-11)

Breaking Changes

  • Removed ResponseContext.conversation_chain_metadata and the
    ConversationChainMetadataNamespace protocol. Resilient response
    applications now persist cross-turn state explicitly with
    FoundryStateStore.

Other Changes

  • Updated the resilient Responses samples to use conversation-scoped
    FoundryStateStore instances directly.
  • Bumped the minimum azure-ai-agentserver-core dependency to >=2.1.0b1,
    which adds the local FoundryStateStore fallback used by the samples.