Skip to content

Update CHANGELOG for version 1.34.0b1#47681

Open
lavakumarrepala wants to merge 1 commit into
mainfrom
lavakumarrepala-patch-1
Open

Update CHANGELOG for version 1.34.0b1#47681
lavakumarrepala wants to merge 1 commit into
mainfrom
lavakumarrepala-patch-1

Conversation

@lavakumarrepala

Copy link
Copy Markdown
Member

Added unreleased changes for version 1.34.0b1, including a fix for BatchEndpoint defaults serialization regression.

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 API spec, a link to the pull request containing these API spec changes should be 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.

Added unreleased changes for version 1.34.0b1, including a fix for BatchEndpoint defaults serialization regression.

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

This PR updates the azure-ai-ml CHANGELOG. It relocates the BatchEndpoint defaults serialization regression fix out of the already-released 1.34.0 (2026-06-11) section and into a newly created 1.34.0b1 (unreleased) section. The intent (capturing the fix in an unreleased section) is reasonable, but the chosen target version is inconsistent with the package's actual versioning state.

Changes:

  • Adds a new ## 1.34.0b1 (unreleased) section containing the BatchEndpoint defaults bug-fix note.
  • Removes that same bug-fix note from the released ## 1.34.0 (2026-06-11) section.

Concerns:

  • _version.py declares VERSION = "1.35.0" and a ## 1.35.0 (unreleased) section already exists at the top of the file, so the next release is 1.35.0, not 1.34.0b1.
  • 1.34.0 is already released and 1.34.0b1 < 1.34.0 (PEP 440), so the new section is both out of descending order and unreleasable; the bug-fix note would be stranded and omitted from the 1.35.0 release notes.

Comment on lines +11 to +14
## 1.34.0b1 (unreleased)

### Bugs Fixed
- Fixed `BatchEndpoint` defaults serialization regression where `deployment_name` was sent to the service as snake_case instead of camelCase (`deploymentName`), causing `begin_create_or_update` to fail with "Could not find member 'deployment_name' on object of type 'BatchEndpointDefaults'". `BatchEndpoint.defaults` is now consistently exposed as a snake_case dict to users and converted to the correct wire format on serialization.
Comment on lines 21 to +22

- Fixed `BatchEndpoint` defaults serialization regression where `deployment_name` was sent to the service as snake_case instead of camelCase (`deploymentName`), causing `begin_create_or_update` to fail with "Could not find member 'deployment_name' on object of type 'BatchEndpointDefaults'". `BatchEndpoint.defaults` is now consistently exposed as a snake_case dict to users and converted to the correct wire format on serialization.

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.

2 participants