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 3 commits
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
68 changes: 66 additions & 2 deletions releases/2021-01/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ 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/[email protected]
@azure/[email protected]
@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

- Azure Data Tables
- Azure Attestation
- _Add packages_

## Installation Instructions
Expand All @@ -34,9 +41,66 @@ 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)

(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._

---

### Azure Service Bus

#### @azure/service-bus [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/CHANGELOG.md)

We're releasing a patch of the Service Bus client that includes some bug fixes.

##### Major Fixes on @azure/service-bus 7.0.1 and 7.0.2

- Fix issue where `receiveMessages` might return fewer messages than were received, causing them to be potentially locked or lost.
[#12772](https://github.com/Azure/azure-sdk-for-js/pull/12772) [#12908](https://github.com/Azure/azure-sdk-for-js/pull/12908) [#13073](https://github.com/Azure/azure-sdk-for-js/pull/13073)
- [Bug Fix] Correlation Rule Filter with the "label" set using the `createRule()` method doesn't filter the messages to the subscription or when a subset of properties are set in the correlation filter.
[#13069](https://github.com/Azure/azure-sdk-for-js/pull/13069)
- [Bug Fix] Receiving messages from sessions in "receiveAndDelete" mode using the `subscribe()` method stops after receiving 2048 of them and leaves the receiver hanging. The bug has been fixed in [#13178](https://github.com/Azure/azure-sdk-for-js/pull/13178).
Also fixes the same issue that is seen with the `receiveMessages` API when large number of messages are requested or if the method is called in a loop.

### Azure Tables

#### @azure/data-tables [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/tables/data-tables/CHANGELOG.md)

We're releasing a new beta for our Azure Data Tables client that improces the precisssion of the dates being used in the package, and enables this client to communicate with the Azure Storage Emualtor.

##### Breaking Changes on @azure/[email protected]

- Disabled `Edm.DateTime` deserialization into a JavaScript Date to avoid losing precision [#12650](https://github.com/Azure/azure-sdk-for-js/pull/12650).

##### Major Fixes on @azure/[email protected]

- Major changes only!
- Fixed an issue that prevented the use of the SDK against the Azure Storage Emulator and `[email protected]`
[#13165](https://github.com/Azure/azure-sdk-for-js/pull/13165).

## Latest Releases

Expand Down