Skip to content

Commit

Permalink
February release highlights for JavaScript & TypeScript
Browse files Browse the repository at this point in the history
February release notes for JavaScript and TypeScript.

Please suggest changes with your release notes.

If you're looking for inspiration:

- [What's a Developer Impacting Change?](https://github.com/Azure/azure-sdk/blob/08f279b39a4c19822b1509e6b10fc3ce256607b5/docs/policies/releasenotes.md#whats-a-developer-impacting-change).
- Highlight guidelines: <https://azure.github.io/azure-sdk/policies_releasenotes.html>
- September's PR: #1750
- October's PR: #1878
- November's PR: #2029
- December's PR: #2138
- January's PR: #2240
  • Loading branch information
sadasant authored Feb 4, 2021
1 parent aa10932 commit ba68932
Showing 1 changed file with 63 additions and 6 deletions.
69 changes: 63 additions & 6 deletions releases/2021-02/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,52 @@ The Azure SDK team is pleased to make available the February 2021 client library

#### GA

- _Add packages_
- Azure Search Documents

#### Updates

- _Add packages_
- Azure Storage Blob
- Azure Storage Queue
- Azure File Datalake
- Azure File Share

#### Beta

- _Add packages_
- Azure AI Text Analytics
- Azure AI Metrics Advisor
- Azure AI Form Recognizer
- Azure Identity
- Azure Key Vault Keys
- Azure Key Vault Secrets
- Azure Key Vault Certificates
- Azure Key Vault Admin
- Azure Event Hubs
- Azure Synapse
- Azure Storage Blob
- Azure Event Grid

## Installation Instructions

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

```bash
$> npm install @azure/package-name
$> npm install @azure/search-documents
$> npm install @azure/storage-blob
$> npm install @azure/storage-file-datalake
$> npm install @azure/storage-file-share
$> npm install @azure/storage-queue
$> npm install @azure/ai-text-analytics@next
$> npm install @azure/ai-metrics-advisor@next
$> npm install @azure/ai-form-recognizer@next
$> 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/event-hubs@next
$> npm install @azure/synapse@next
$> npm install @azure/storage-blob@next
$> npm install @azure/event-grid@next
```

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

## Release highlights

### _Package name_
---

=== 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.

---

### _Project name_

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

- Major changes only!
(leave blank)

##### Breaking Changes on @azure/_package-name_@_version_

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

##### New Features on @azure/_package-name_@_version_

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

##### Major Fixes on @azure/_package-name_@_version_

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

---

## Latest Releases

Expand Down

0 comments on commit ba68932

Please sign in to comment.