github Azure/azure-sdk-for-net Azure.AI.AgentServer.Core_1.0.0-beta.27

pre-release5 hours ago

1.0.0-beta.27 (2026-07-29)

Features Added

  • Added a durable key-value state store client under Azure.AI.AgentServer.Core.Storage. FoundryStateStore.GetOrCreateAsync binds (creating if needed) a named, Foundry-backed store; instances expose async GetAsync/UpdateAsync/DeleteAsync for the store and CreateItemAsync/SetItemAsync/GetItemAsync/DeleteItemAsync/ListKeysAsync for its items, with optimistic concurrency (If-Match/ETag), optional per-user isolation, and store-level item TTL. The .NET analogue of the Python SDK's FoundryStateStore.
  • Added support for Microsoft Entra authentication when exporting telemetry to Azure Monitor. When APPLICATIONINSIGHTS_AUTH_MODE is set to Entra, the Azure Monitor exporter attempts to use a system-assigned managed identity credential (falling back to connection-string authentication if the credential cannot be created).

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

NewReleases is sending notifications on new releases.