Skip to content

Prepare azure-ai-agentserver-invocations 1.0.0b8 release - #48398

Merged
Shiva S (Shivakishore14) merged 1 commit into
mainfrom
namantyagi/agentserver-invocations-responses-release-prep
Aug 3, 2026
Merged

Prepare azure-ai-agentserver-invocations 1.0.0b8 release#48398
Shiva S (Shivakishore14) merged 1 commit into
mainfrom
namantyagi/agentserver-invocations-responses-release-prep

Conversation

@Nathandrake229

Copy link
Copy Markdown
Contributor

Summary

Release preparation for azure-ai-agentserver-invocations 1.0.0b8.

Changes

  • Dated the 1.0.0b8 CHANGELOG entry## 1.0.0b8 (Unreleased)## 1.0.0b8 (2026-08-03).
  • Bumped the minimum azure-ai-agentserver-core dependency from >=2.0.0b9 to >=2.0.0b10 in pyproject.toml.
  • Updated the CHANGELOG "Other Changes" note to explain the bump: core 2.0.0b10 adds an opt-in gate for resilient-task startup recovery, so invocations-only agents no longer make a blocking task-store (GET /tasks) call during startup.

Why

azure-ai-agentserver-core==2.0.0b10 (published to PyPI) ships the opt-in TaskManager startup gate that fixes a startup-latency regression: previously every hosted agent — including invocations-only agents that never declare a durable task — made a blocking task-store call at container startup. Raising the floor to >=2.0.0b10 guarantees invocations users pick up that fix even if they pin azure-ai-agentserver-core.

Validation

  • pyproject.toml parses; resolved dependencies: ['azure-ai-agentserver-core>=2.0.0b10', 'aiohttp>=3.10.0,<4.0.0a0'].
  • _version.py = 1.0.0b8 (matches the dated CHANGELOG entry).
  • No stray >=2.0.0b9 floor references remain in the package.
  • The core 2.0.0b10 behavior (recovery deferred when no task is declared and the flag is off; recovery runs when a task is declared or the flag is set) was validated end-to-end against the published package on a live West US 2 deployment.

Note: the 1.0.0b8 date is set to 2026-08-03 (preparation date). Update it if the actual release lands on a different day.

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
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
9 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares azure-ai-agentserver-invocations 1.0.0b8 for release.

Changes:

  • Dates the 1.0.0b8 release entry.
  • Requires azure-ai-agentserver-core>=2.0.0b10.
  • Documents the startup-recovery improvement.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updates the minimum core dependency.
CHANGELOG.md Dates and documents the release.

@Shivakishore14
Shiva S (Shivakishore14) merged commit ff3c1a2 into main Aug 3, 2026
26 checks passed
@Shivakishore14
Shiva S (Shivakishore14) deleted the namantyagi/agentserver-invocations-responses-release-prep branch August 3, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hosted Agents sdk/agentserver/*

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants