-
Notifications
You must be signed in to change notification settings - Fork 303
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
December release highlights for JavaScript & TypeScript #2138
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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,32 @@ repository: azure/azure-sdk-for-js | |
|
||
The Azure SDK team is pleased to make available the December 2020 client library release. | ||
|
||
#### GA | ||
|
||
- _Add packages_ | ||
|
||
#### Updates | ||
|
||
- _Add packages_ | ||
|
||
#### Beta | ||
|
||
- _Add packages_ | ||
- Azure Synapse Access Control | ||
- Azure Synapse Artifacts | ||
- Azure Synapse Spark | ||
- Azure Synapse Managed Private Endpoints | ||
- Azure Synapse Monitoring | ||
- Azure Storage Blob | ||
- Azure Storage File Shares | ||
- Azure Storage Files Data Lake | ||
- Azure Storage Queues | ||
|
||
## Installation Instructions | ||
|
||
To install the packages, copy and paste the below into a terminal. | ||
|
||
```bash | ||
$> npm install @azure/package-name | ||
$> npm install @azure/synapse-access-control@next | ||
$> npm install @azure/synapse-artifacts@next | ||
$> npm install @azure/synapse-spark@next | ||
$> npm install @azure/synapse-managed-private-endpoints@next | ||
$> npm install @azure/synapse-monitoring@next | ||
$> npm install @azure/storage-blob@next | ||
$> npm install @azure/storage-file-share@next | ||
$> npm install @azure/storage-file-datalake@next | ||
$> npm install @azure/storage-queue@next | ||
``` | ||
|
||
## Feedback | ||
|
@@ -34,9 +42,51 @@ If you have a bug or feature request for one of the libraries, please post an is | |
|
||
## Release highlights | ||
|
||
### _Package name_ | ||
### Synapse | ||
|
||
This is the first release of the Synapse packages to support the new [Azure Synapse Analytics service](https://azure.microsoft.com/en-us/services/synapse-analytics/). | ||
|
||
The packages released under the Synapse name are as follow: | ||
|
||
- Azure Synapse Access Control: [@azure/synapse-access-control](https://www.npmjs.com/package/@azure/synapse-access-control/v/1.0.0-beta.1) | ||
- Azure Synapse Artifacts: [@azure/synapse-artifacts](https://www.npmjs.com/package/@azure/synapse-artifacts/v/1.0.0-beta.1) | ||
- Azure Synapse Spark: [@azure/synapse-spark](https://www.npmjs.com/package/@azure/synapse-spark/v/1.0.0-beta.1) | ||
- Azure Synapse Managed Private Endpoints: [@azure/synapse-managed-private-endpoints](https://www.npmjs.com/package/@azure/synapse-managed-private-endpoints/v/1.0.0-beta.1) | ||
- Azure Synapse Monitoring: [@azure/synapse-monitoring](https://www.npmjs.com/package/@azure/synapse-monitoring/v/1.0.0-beta.1) | ||
|
||
### Azure Storage | ||
|
||
#### @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 interface `BlockBlobClient.syncUploadFromURL()` to support creating a new Block Blob where the contents of the blob are read from a given URL. | ||
- `BlobClient.setTags()` and `BlobClient.getTags()` now support the `LeaseAccessConditions` and `BlobServiceClient.findBlobsByTags()` will return all matching tags for each blob. | ||
- Added `generateSasUrl` to `BlobClient` and `ContainerClient` to generate a service-level SAS URI for the client. | ||
- Added `generateAccountSasUrl` to `BlobServiceClient` to generate an account-level SAS URI for the client. | ||
|
||
#### @azure/storage-file-datalake [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-file-datalake/CHANGELOG.md) | ||
|
||
##### New Features on @azure/[email protected] | ||
|
||
- Added `generateSasUrl` to `DataLakeFileSystemClient`, `DataLakeDirectoryClient` and `DataLakeFileClient` to generate a service-level SAS URI for the client. | ||
- Added `generateAccountSasUrl` to `DataLakeServiceClient` to generate an account-level SAS URI for the client. | ||
|
||
#### @azure/storage-file-share [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-file-share/CHANGELOG.md) | ||
|
||
##### New Features on @azure/[email protected] | ||
|
||
- Share now supports for NFS. User can specify the `protocols` when creating a Share via `ShareClient.create()`. Also added an `rootSquash` option for NFS shares. | ||
- Added `generateSasUrl` to `ShareClient` and `ShareFileClient` to generate a service-level SAS URI for the client. | ||
- Added `generateAccountSasUrl` to `ShareServiceClient` to generate an account-level SAS URI for the client. | ||
|
||
#### storage-queue [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/CHANGELOG.md) | ||
|
||
- Major changes only! | ||
##### New Features on @azure/[email protected] | ||
- Added `generateSasUrl` to `QueueClient` to generate a service-level SAS URI for the client. | ||
- Added `generateAccountSasUrl` to `QueueServiceClient` to generate an account-level SAS URI for the client. | ||
|
||
sadasant marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## 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.
Synapse
This is the first release of the Synapse packages to support the new Azure Synapse service. For more information about the Synapse service, please visit the Microsoft Synapse homepage.
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.
I've added something very close to this over here: https://github.com/Azure/azure-sdk/pull/2138/files#diff-a0dc4e4fee6b1e962f28dfe909e1694f6f1b1b3b2dcc8c8cb33278a66c51a7ddR46 please review!