Skip to content

Update version number#41065

Merged
howieleung merged 1 commit intomainfrom
feature/azure-ai-agents-beta2
May 13, 2025
Merged

Update version number#41065
howieleung merged 1 commit intomainfrom
feature/azure-ai-agents-beta2

Conversation

@howieleung
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings May 13, 2025 18:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Update the SDK package version to 1.0.0b2 and document the corresponding breaking change in the changelog.

  • Bump VERSION constant to "1.0.0b2" in _version.py.
  • Add a new 1.0.0b2 entry in CHANGELOG.md with the rename of get_last_text_message_by_role.
  • Retain existing 1.0.0b1 history.

Reviewed Changes

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

File Description
sdk/ai/azure-ai-agents/azure/ai/agents/_version.py Update VERSION to "1.0.0b2".
sdk/ai/azure-ai-agents/CHANGELOG.md Add ## 1.0.0b2 section with breaking change.
Comments suppressed due to low confidence (2)

sdk/ai/azure-ai-agents/CHANGELOG.md:14

  • This rename entry is duplicated in the 1.0.0b1 section but was introduced in 1.0.0b2; consider removing it from the earlier release notes.
   -- Rename `get_last_text_message_by_role` to `get_last_message_text_by_role`.

sdk/ai/azure-ai-agents/CHANGELOG.md:14

  • [nitpick] List items should use a single hyphen (-) for consistency; update this line to start with - instead of --.
   -- Rename `get_last_text_message_by_role` to `get_last_message_text_by_role`.

@howieleung howieleung merged commit 4fe13f2 into main May 13, 2025
26 checks passed
@howieleung howieleung deleted the feature/azure-ai-agents-beta2 branch May 13, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants