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] September release notes #1750

Merged
merged 26 commits into from
Sep 15, 2020
Merged
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 53 additions & 5 deletions releases/2020-09/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,44 @@ The Azure SDK team is pleased to make available the September 2020 client librar

#### GA

- _Add packages_
- Azure Storage Blob Changefeed
sadasant marked this conversation as resolved.
Show resolved Hide resolved
- Azure Form Recognizer

#### Updates

- _Add packages_
- Core Libraries
- Azure Storage
- Azure Event Hubs

#### Preview

- _Add packages_
- Identity
- Azure Key Vault
- Azure Service Bus
- Azure Tables
- Azure Schema Registry
sadasant marked this conversation as resolved.
Show resolved Hide resolved
- Azure Text Analytics
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/storage-blob-changefeed
jongio marked this conversation as resolved.
Show resolved Hide resolved
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/storage-queue
$> npm install @azure/storage-file-share
$> npm install @azure/storage-datalake
ljian3377 marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/storage-blob
$> npm install @azure/ai-form-recognizer
$> npm install @azure/event-hubs
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/identity@next
$> npm install @azure/keyvault-keys@next
$> npm install @azure/keyvault-secrets@next
$> npm install @azure/keyvault-certificates@next
$> npm install @azure/keyvault-admin@next
$> npm install @azure/data-tables@next
$> npm install @azure/schema-registry@next
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/ai-text-analytics@next
jongio marked this conversation as resolved.
Show resolved Hide resolved
```

## Feedback
Expand All @@ -36,9 +58,35 @@ 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:
jongio marked this conversation as resolved.
Show resolved Hide resolved

---

=== 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.
- Only include customer-facing changes.
- The format of this file will be cleaned up once all of your proposals are in.

---

### _Package name_

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

jongio marked this conversation as resolved.
Show resolved Hide resolved
(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._

## Latest Releases
sadasant marked this conversation as resolved.
Show resolved Hide resolved
sadasant marked this conversation as resolved.
Show resolved Hide resolved

sadasant marked this conversation as resolved.
Show resolved Hide resolved
sadasant marked this conversation as resolved.
Show resolved Hide resolved
Expand Down