-
Notifications
You must be signed in to change notification settings - Fork 316
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
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
740c61e
January release highlights for JavaScript & TypeScript
sadasant bef52d6
Update js.md
sadasant 295ae8c
Update js.md
sadasant bb2f0d3
add storage release notes
ljian3377 4ebfcb1
Update js.md
sadasant 697a3bb
Update js.md
sadasant 6ef7bb3
Addressed feedback on service-bus
sadasant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,24 +8,30 @@ repository: azure/azure-sdk-for-js | |
|
||
The Azure SDK team is pleased to make available the January 2021 client library release. | ||
|
||
#### GA | ||
|
||
- _Add packages_ | ||
|
||
#### Updates | ||
|
||
- _Add packages_ | ||
- Azure Storage Queue | ||
- Azure Storage Blob | ||
- Azure Storage Data Lake | ||
- Azure Storage File Share | ||
- Azure Service Bus | ||
|
||
#### Beta | ||
|
||
- _Add packages_ | ||
- Azure Data Tables | ||
- Azure Attestation | ||
|
||
## 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 | ||
$> npm install @azure/storage-file-datalake | ||
$> npm install @azure/storage-file-share | ||
$> npm install @azure/storage-queue | ||
$> npm install @azure/data-tables@next | ||
$> npm install @azure/attestation@next | ||
``` | ||
|
||
## Feedback | ||
|
@@ -34,9 +40,69 @@ If you have a bug or feature request for one of the libraries, please post an is | |
|
||
## Release highlights | ||
|
||
### _Package name_ | ||
### Azure Storage | ||
|
||
sadasant marked this conversation as resolved.
Show resolved
Hide resolved
|
||
#### @azure/storage-blob [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/CHANGELOG.md) | ||
|
||
We are releasing to add support for new service features in Azure Storage Service API version 2020-04-08. | ||
|
||
##### New Features on @azure/[email protected] | ||
|
||
- Added a new `from(permissionLike)` function to `AccountSASPermissions`, `BlobSASPermissions` and `ContainerSASPermissions` for creating such permissions from raw permission-like objects. Addressed issue [9714](https://github.com/Azure/azure-sdk-for-js/issues/9714). | ||
|
||
#### @azure/storage-file-datalake [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-file-datalake/CHANGELOG.md) | ||
|
||
##### Major Fixes on @azure/[email protected] | ||
|
||
- `DataLakePathClient.move()` now supports source and destination authenticated with SAS. Fixed bug [12758](https://github.com/Azure/azure-sdk-for-js/issues/12758). | ||
- Now you can get the functionality of the root directory via the `DataLakeDirectoryClient` created via `FileSystemClient.getDirectoryClient("")`. Fixed bug [12813](https://github.com/Azure/azure-sdk-for-js/issues/12813). | ||
|
||
#### storage-file-share [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-file-share/CHANGELOG.md) | ||
|
||
This release contains bug fixes to improve quality. | ||
|
||
#### storage-queue [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/CHANGELOG.md) | ||
|
||
This release contains bug fixes to improve quality. | ||
|
||
### 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 | ||
|
||
- Improved reliability of the `receiveMessages()` method on the receiver when dealing with large number of messages or slow network connectivity. | ||
- Resolved the issue of hanging receivers when receiving more than 2048 messages from sessions in `receiveAndDelete` mode. | ||
- Fix the use of correlation rule filter when a subset of properties are set. | ||
|
||
### 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 improves the precision of the dates being used in the package, and enables this client to communicate with the Azure Storage Emulator. | ||
|
||
##### 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] | ||
|
||
- 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). | ||
|
||
### Azure Attestation | ||
|
||
#### @azure/attestation [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/attestation/attestation/CHANGELOG.md) | ||
|
||
We're introducing our JavaScript and TypeScript client for Microsoft Azure Attestation through an initial beta release. | ||
|
||
This beta client provides the following functionality for the Microsoft Azure Attestation Service: | ||
|
||
- Major changes only! | ||
- Microsoft Azure Attestation Enclave Attestation. | ||
- Attestation Policy Management APIs. | ||
- Attestation Policy Management Certificate Management APIs. | ||
|
||
## Latest Releases | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ljian3377 please help 🙏
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.