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

January release highlights for JavaScript & TypeScript #2240

Merged
7 commits merged into from
Jan 14, 2021
Merged
Changes from 1 commit
Commits
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
39 changes: 37 additions & 2 deletions releases/2021-01/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Copy link
Contributor

Choose a reason for hiding this comment

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

Didn't these storage packages GA STG 75 features?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ljian3377 please help 🙏

Copy link
Contributor

Choose a reason for hiding this comment

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

yes, they did. according to the email I just forwarded: STG75 features GA, new generateSasUrl() API on storage clients and several bug fixes for Data Lake.

@azure/storage-blob@12.4.0
@azure/storage-file-datalake@12.3.0
@azure/storage-file-share @12.4.0
@azure/storage-queue @12.3.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These libraries have been released as GA before, so I was assuming these are only updates. Betas go on the betas section, so these updates can't be betas, but they can be stable versions. I could be missing something, of course.

#### Beta

- OpenTelemetry Exporter Azure Monitor
- Azure Data Tables
- Azure Attestation
- _Add packages_

## Installation Instructions
Expand All @@ -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/<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