From 4794c2d09f044ea5fa47cabac96541d1c283e27a Mon Sep 17 00:00:00 2001 From: Naman Tyagi Date: Mon, 3 Aug 2026 08:43:20 +0530 Subject: [PATCH] Prepare azure-ai-agentserver-invocations 1.0.0b8 release Date the 1.0.0b8 CHANGELOG entry (2026-08-03) and bump the minimum azure-ai-agentserver-core dependency to >=2.0.0b10, which adds the opt-in gate for resilient-task startup recovery so invocations-only agents no longer make a blocking task-store call during startup. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5222ab61-7d5e-4642-b75f-ef365e375f4f --- sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md | 4 ++-- .../azure-ai-agentserver-invocations/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md b/sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md index 3d2dcd5d0504..6c1baca5bb42 100644 --- a/sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md +++ b/sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0b8 (Unreleased) +## 1.0.0b8 (2026-08-03) ### Samples @@ -12,7 +12,7 @@ ### Other Changes -- Bumped the minimum `azure-ai-agentserver-core` dependency to `>=2.0.0b9`. +- Bumped the minimum `azure-ai-agentserver-core` dependency to `>=2.0.0b10`, which adds an opt-in gate for resilient-task startup recovery so invocations-only agents no longer make a blocking task-store call during startup. ## 1.0.0b7 (2026-07-22) diff --git a/sdk/agentserver/azure-ai-agentserver-invocations/pyproject.toml b/sdk/agentserver/azure-ai-agentserver-invocations/pyproject.toml index 40ad9caabed7..1d56a4ba2618 100644 --- a/sdk/agentserver/azure-ai-agentserver-invocations/pyproject.toml +++ b/sdk/agentserver/azure-ai-agentserver-invocations/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ keywords = ["azure", "azure sdk", "agent", "agentserver", "invocations"] dependencies = [ - "azure-ai-agentserver-core>=2.0.0b9", + "azure-ai-agentserver-core>=2.0.0b10", # Constraint on the transitive aiohttp: the `--pre` CI install otherwise # resolves the unbuildable aiohttp 4.0.0a1 alpha. Cap must be <4.0.0a0 # (<4.0.0 still admits 4.0.0a1 under PEP 440).