Skip to content

azure-ai-agentserver-responses_2.0.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 04 Aug 10:47
0bc104a

2.0.0b1 (2026-08-04)

Other Changes

  • Cleaned up the public API surface by moving validation-only error helpers to a private implementation module and renaming runtime terminal/replay helpers as private.
  • Bumped the minimum azure-ai-agentserver-core dependency to >=2.0.0b10, which adds an opt-in gate for resilient-task startup recovery. The resilient Responses samples now call set_resilient_tasks_enabled(True) to explicitly opt in, mirroring the invocations resilient samples.