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
54 changes: 49 additions & 5 deletions releases/2020-10/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,23 @@ 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.
- _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
```

## Feedback
Expand All @@ -36,9 +37,52 @@ 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._


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