Releases: Azure/azure-sdk-for-js
Releases · Azure/azure-sdk-for-js
@azure/monitor-opentelemetry_1.13.0
[core-xml] fix TypeScript compilation error for browser (#35856) The browser version needs types from `@types/trusted-types`. This PR adds an entry for `trusted-types` in core-xml's `types` compiler options in its tsconfig.browser.config.json.
@azure/monitor-opentelemetry-exporter_1.0.0-beta.34
[core-xml] fix TypeScript compilation error for browser (#35856) The browser version needs types from `@types/trusted-types`. This PR adds an entry for `trusted-types` in core-xml's `types` compiler options in its tsconfig.browser.config.json.
@azure/cosmos_4.5.1
Cosmosdb/fix enotfound error (#35823) ### Packages impacted by this PR @azure/cosmos ### Issues associated with this PR https://github.com/Azure/azure-sdk-for-js/issues/35822 ### Describe the problem that is addressed by this PR The `ENOTFOUND` error occurs when DNS resolution of a provided endpoint fails. This can happen if the endpoint is incorrect or if a regional endpoint has recently gone offline. When an `ENOTFOUND` error is encountered on a `non-readDatabaseAccount` call, the SDK will now perform a `readDatabaseAccount` request on the default endpoint to fetch the updated read and write endpoints. If the `readDatabaseAccount` call itself returns `ENOTFOUND` (e.g., due to an incorrect endpoint), it will be retried up to a maximum of 120 times. Previously, this error was being retried incorrectly under the `DefaultRetryPolicy` due to PR #35113 . This PR restores the intended behavior by moving ENOTFOUND retries back to the `EndpointDiscoveryRetryPolicy`. ### Are there test cases added in this PR? _(If not, why?)_ Yes ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@azure/arm-iotfirmwaredefense_2.0.0
[self-service-release][AutoPR @azure-arm-iotfirmwaredefense]-generate…
@azure/arm-workloadorchestration_1.0.0-beta.1
[AutoPR @azure-arm-workloadorchestration]-generated-from-SDK Generati…
@azure/arm-playwright_1.0.0
[AutoPR @azure-arm-workloadorchestration]-generated-from-SDK Generati…
@azure/playwright_1.0.0
docs(loadtesting): readme update (#35798) ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
@azure/create-playwright_1.0.0
docs(loadtesting): readme update (#35798) ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
@azure/communication-phone-numbers_1.5.0
Sofiar/mark in release 1.5.0 (#35793) ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
@azure/arm-computeschedule_1.2.0-beta.1
[mgmt] computeschedule release (#35364) https://github.com/Azure/sdk-release-request/issues/6413