From 740c61eadaf9003aa49d125c2b77cc0a4591279a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Tue, 12 Jan 2021 16:22:12 -0500 Subject: [PATCH] January release highlights for JavaScript & TypeScript January 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: - September's PR: #1750 - October's PR: #1878 - November's PR: #2029 --- releases/2021-01/js.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/releases/2021-01/js.md b/releases/2021-01/js.md index 094fecd9493..36bc99d954c 100644 --- a/releases/2021-01/js.md +++ b/releases/2021-01/js.md @@ -14,10 +14,18 @@ The Azure SDK team is pleased to make available the January 2021 client library #### Updates +- Azure Storage Queue +- Azure Storage Blob +- Azure File Share +- Azure File Datalake +- Azure Service Bus - _Add packages_ #### Beta +- OpenTelemetry Exporter Azure Monitor +- Azure Data Tables +- Azure Attestation - _Add packages_ ## Installation Instructions @@ -34,9 +42,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///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