github Azure/azure-sdk-for-net Azure.AI.AgentServer.Invocations_1.0.0-beta.6

pre-release4 hours ago

1.0.0-beta.6 (2026-08-12)

Features Added

  • AsyncAPI discovery endpoints — InvocationHandler now exposes two new
    virtual methods, GetAsyncApiJsonAsync and GetAsyncApiYamlAsync, served
    at GET /invocations/docs/asyncapi.json and GET /invocations/docs/asyncapi.yaml
    respectively. Both default to 404; override either or both to publish the
    AsyncAPI companion to the existing openapi.json endpoint for
    streaming/bidirectional surfaces (e.g. the invocations_ws WebSocket protocol)
    that OpenAPI cannot express. The path extension is authoritative for the
    returned content type — no Accept negotiation and no format conversion.

Other Changes

  • Updated the resilient research and multi-turn samples to use FoundryStateStore
    directly for application state with session-scoped store names and invocation tags,
    without user isolation or per-item call IDs.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.