Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] October release notes #1878

Merged
merged 13 commits into from
Oct 13, 2020
80 changes: 75 additions & 5 deletions releases/2020-10/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,28 @@ The Azure SDK team is pleased to make available the October 2020 client library

#### GA

- _Add packages_
- _REMEMBER TO ADD YOUR GA PACKAGES_

#### Updates

- _Add packages_
- _REMEMBER TO ADD YOUR UPDATE PACKAGES_

#### Beta

- _Add packages_
- Azure Identity.
- Azure Metrics Advisor.
- Azure Tables.

sadasant marked this conversation as resolved.
Show resolved Hide resolved
- _REMEMBER TO ADD YOUR BETA PACKAGES_
sadasant marked this conversation as resolved.
Show resolved Hide resolved
sadasant marked this conversation as resolved.
Show resolved Hide resolved

## Installation Instructions

To install the packages, copy and paste the below into a terminal.

```bash
$> npm install @azure/package-name
$> npm install @azure/identity@next
sadasant marked this conversation as resolved.
Show resolved Hide resolved
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/data-tables@next
$> npm install @azure/ai-metrics-advisor
```

## Feedback
Expand All @@ -36,9 +42,73 @@ If you have a bug or feature request for one of the libraries, please post an is

Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:

---

=== COPY THIS AND ADD THE INFORMATION OF YOUR PACKAGE: ===

Keep in mind that:

- Including the package name in the headers makes the URL links work for multiple packages.
- The format of this file will be cleaned up once all of your proposals are in.

---

### _Package name_
sadasant marked this conversation as resolved.
Show resolved Hide resolved

- Major changes only!
#### _Package name_ [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/<service-folder>/<package-folder>/CHANGELOG.md)

(leave blank)

##### Breaking Changes on _Package name_

- _Add one or more, or remove the "Breaking Changes on ..." entire section._

##### New Features on _Package name_

- _Add one or more, or remove the "New Features on ..." section._

##### Major Fixes on _Package name_

- _Add one or more, or remove the "Major Fixes on ..." section._

### Azure Tables

#### @azure/data-tables [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/tables/data-tables/CHANGELOG.md)

##### New Features on @azure/[email protected]

- Implemented batch operations.
joheredi marked this conversation as resolved.
Show resolved Hide resolved
sadasant marked this conversation as resolved.
Show resolved Hide resolved

### Azure Metrics Advisor

#### @azure/ai-metrics-advisor [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/metricsadvisor/ai-metrics-advisor/CHANGELOG.md)

(leave blank)

- This is the inital preview of client library that supports the newly announced preview of the Azure Metrics Advisor service.
- This library has been designed based on the [Azure SDK Design Guidelines for TypeScript]({{ site.baseurl }}{% link docs/typescript/introduction.md %}) to ensure consistency, idiomatic design, and excellent developer experience and productivity.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jeremymeng is this link format ok? it looks really weird.

Copy link
Member

Choose a reason for hiding this comment

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

I believe I copied it from one of the existing js.md file.

- It supports all services APIs, including but not limited to
- Manage data feeds.
- Configure anomaly detection and alerting configurations.
- Query anomaly detection results, for example, incidents, anomalies, alerts, enriched series data, etc.
- Diagnose incident root causes.

sadasant marked this conversation as resolved.
Show resolved Hide resolved
### Azure Identity
sadasant marked this conversation as resolved.
Show resolved Hide resolved

#### @azure/identity [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/CHANGELOG.md)

Our authentication library is being released with some minor changes and fixes to the existing authentication methods.

##### New Features on @azure/[email protected]

- `DefaultAzureCredential` now by default shows the Device Code message on the console. This can still be overwritten with a custom behavior by specifying a function as the third parameter, `userPromptCallback`.
- Added Active Directory Federation Services authority host support to the node credentials.

##### Major Fixes on @azure/[email protected]

- Added support for multiple clouds on `VisualStudioCodeCredential`. Fixes customer issue [11452](https://github.com/Azure/azure-sdk-for-js/issues/11452).
- `ManagedIdentityCredential` has been aligned with other languages, now treating expected errors properly. This fixes customer issue [11451](https://github.com/Azure/azure-sdk-for-js/issues/11451).


## Latest Releases

Expand Down