Prepare for June 2025 Core release - Update CHANGELOGs#34607
Conversation
Co-authored-by: timovv <1787642+timovv@users.noreply.github.com>
Co-authored-by: timovv <1787642+timovv@users.noreply.github.com>
|
This was the correct process. Create a Markdown file at the root of the repository, |
Co-authored-by: timovv <1787642+timovv@users.noreply.github.com>
Created Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:If you need me to access, download, or install something from one of these locations, you can either:
|
| cd /path/to/azure-sdk-for-js | ||
|
|
||
| # Fetch all repository tags to get latest release information | ||
| git fetch --tags |
There was a problem hiding this comment.
You must also make an unshallow fetch: git fetch --unshallow || true (it's ok if this command fails)
This PR prepares the Azure SDK for JS core packages for the June 2025 release (release date: 2025-05-29) by updating CHANGELOGs for packages with functional changes since their last release.
Changes Made
After analyzing all packages in the
sdk/coredirectory, I identified 2 packages that have functional changes requiring a release:@azure/abort-controller v2.1.3
@azure/core-amqp v4.3.7
Packages Checked (No Release Needed)
The following core packages were analyzed and found to have no functional changes since their last release:
core-auth,core-client,core-client-rest,core-http-compat,core-lro,core-paging,core-rest-pipeline,core-sse,core-tracing,core-util,core-xml,logger,ts-http-runtimeProcess Followed
Fixes #34529.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.