Conversation
There was a problem hiding this comment.
Pull request overview
This PR increments Azure AI Java package versions to start the next development cycle (2.1.0-beta.1) and updates release metadata to match.
Changes:
- Bumps
azure-ai-agentsandazure-ai-projectsMaven versions to2.1.0-beta.1(and updates the intra-SDK dependency inazure-ai-projects). - Adds new
(Unreleased)sections for2.1.0-beta.1in both package changelogs. - Updates
eng/versioning/version_client.txtto set GA dependency versions to2.0.1while advancing current versions to2.1.0-beta.1.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/ai/azure-ai-projects/pom.xml | Bumps module version and aligns the azure-ai-agents dependency to the new current beta. |
| sdk/ai/azure-ai-projects/CHANGELOG.md | Adds 2.1.0-beta.1 (Unreleased) section. |
| sdk/ai/azure-ai-agents/pom.xml | Bumps module version to 2.1.0-beta.1. |
| sdk/ai/azure-ai-agents/CHANGELOG.md | Adds 2.1.0-beta.1 (Unreleased) section. |
| eng/versioning/version_client.txt | Advances current versions to 2.1.0-beta.1 while updating GA dependency versions to 2.0.1. |
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-ai-agents</artifactId> | ||
| <version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} --> | ||
| <version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-agents;current} --> |
There was a problem hiding this comment.
The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-ai-projects</artifactId> | ||
| <version>2.0.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} --> | ||
| <version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} --> |
There was a problem hiding this comment.
The module version was bumped to 2.1.0-beta.1, but the dependency snippet in this package's README still references 2.0.1 (within the {x-version-update-start/end} block). Please update the README version snippet to match the new current version so published docs and automation stay consistent.
Increment package versions for ai releases