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
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ com.azure:azure-data-sdk-parent;1.3.0;1.3.0
com.azure:azure-sdk-parent;1.6.0;1.6.0
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-agents-persistent;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-ai-agents;2.0.0;2.1.0-beta.1
com.azure:azure-ai-agents;2.0.0;2.0.1
com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
com.azure:azure-ai-contentsafety;1.0.17;1.1.0-beta.1
com.azure:azure-ai-contentunderstanding;1.0.0;1.1.0-beta.1
Expand All @@ -53,7 +53,7 @@ com.azure:azure-ai-openai-assistants;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-ai-openai-realtime;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-openai-stainless;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-personalizer;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-projects;2.0.0;2.1.0-beta.1
com.azure:azure-ai-projects;2.0.0;2.0.1
com.azure:azure-ai-speech-transcription;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-ai-textanalytics;5.5.12;5.6.0-beta.1
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
8 changes: 2 additions & 6 deletions sdk/ai/azure-ai-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 2.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 2.0.1 (Unreleased)

### Bugs Fixed

Comment thread
kaylieee marked this conversation as resolved.
### Other Changes
- Fixed streaming APIs to properly stream response data instead of eagerly buffering the entire response body in memory, and moved async completions off I/O threads to prevent blocking.

## 2.0.0 (2026-03-27)

Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-agents</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-ai-agents</artifactId>
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Agents</name>
Expand Down
8 changes: 2 additions & 6 deletions sdk/ai/azure-ai-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 2.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 2.0.1 (Unreleased)

### Bugs Fixed

### Other Changes
- Fixed streaming APIs to properly stream response data instead of eagerly buffering the entire response body in memory, and moved async completions off I/O threads to prevent blocking.
Comment thread
kaylieee marked this conversation as resolved.

## 2.0.0 (2026-03-27)

Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-projects</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/ai/azure-ai-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.

<groupId>com.azure</groupId>
<artifactId>azure-ai-projects</artifactId>
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} -->
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Projects</name>
Expand Down Expand Up @@ -72,7 +72,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-agents</artifactId>
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
<version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} -->
</dependency>
<dependency>
<groupId>com.openai</groupId>
Expand Down