Skip to content

Releases: Azure/azure-sdk-for-js

@azure/monitor-opentelemetry_1.13.0

08 Sep 16:24
aa636ae
Compare
Choose a tag to compare
[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

08 Sep 16:13
aa636ae
Compare
Choose a tag to compare
[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

04 Sep 13:36
331e82d
Compare
Choose a tag to compare
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

04 Sep 21:10
7f56d4a
Compare
Choose a tag to compare
[self-service-release][AutoPR @azure-arm-iotfirmwaredefense]-generate…

@azure/arm-workloadorchestration_1.0.0-beta.1

02 Sep 09:26
7820e90
Compare
Choose a tag to compare
[AutoPR @azure-arm-workloadorchestration]-generated-from-SDK Generati…

@azure/arm-playwright_1.0.0

01 Sep 08:04
9463586
Compare
Choose a tag to compare
[AutoPR @azure-arm-workloadorchestration]-generated-from-SDK Generati…

@azure/playwright_1.0.0

28 Aug 17:15
7c26aea
Compare
Choose a tag to compare
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

28 Aug 17:14
7c26aea
Compare
Choose a tag to compare
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

28 Aug 21:25
3c5aa8d
Compare
Choose a tag to compare
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

28 Aug 13:08
1c27271
Compare
Choose a tag to compare
Pre-release
[mgmt] computeschedule release (#35364)

https://github.com/Azure/sdk-release-request/issues/6413