Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b8 (Unreleased)
## 1.0.0b8 (2026-08-03)

### Samples

Expand All @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading