This commit is contained in:
kinelski 2021-01-15 19:47:25 -08:00 коммит произвёл GitHub
Родитель 6be38e038b
Коммит 5da6d81fdc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 50 добавлений и 23 удалений

Просмотреть файл

@ -12,17 +12,20 @@ The Azure SDK team is pleased to announce our January 2021 client library releas
- Newtonsoft.Json support for Azure.Core
- Newtonsoft.Json support for Microsoft.Spatial
- System.Text.Json support for Microsoft.Spatial
- Storage
- System.Text.Json support for Microsoft.Spatial
#### Updates
- _Add packages_
- Microsoft Azure ServiceBus
- Service Bus
#### Beta
- Azure.Security.Attestation
- Azure.Storage.Blobs.ChangeFeed
- Attestation
- Authentication
- Azure Storage Blobs ChangeFeed
- Tables
## Installation Instructions
@ -30,9 +33,9 @@ The Azure SDK team is pleased to announce our January 2021 client library releas
To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal:
```bash
$> dotnet add package Microsoft.Azure.Core.NewtonsoftJson --version 1.0.0
$> dotnet add package Microsoft.Azure.Core.Spatial --version 1.0.0
$> dotnet add package Microsoft.Azure.Core.Spatial.NewtonsoftJson --version 1.0.0
$> dotnet add package Azure.Data.Tables --version 3.0.0-beta.5
$> dotnet add package Azure.Messaging.ServiceBus --version 7.0.1
$> dotnet add package Azure.MixedReality.Authentication --version 1.0.0-preview.2
$> dotnet add package Azure.Security.Attestation --version 1.0.0-beta.1
$> dotnet add package Azure.Storage.Blobs --version 12.8.0
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.5.0
@ -41,6 +44,10 @@ $> dotnet add package Azure.Storage.Common --version 12.7.0
$> dotnet add package Azure.Storage.Files.DataLake --version 12.6.0
$> dotnet add package Azure.Storage.Files.Shares --version 12.6.0
$> dotnet add package Azure.Storage.Queues --version 12.6.0
$> dotnet add package Microsoft.Azure.Core.NewtonsoftJson --version 1.0.0
$> dotnet add package Microsoft.Azure.Core.Spatial --version 1.0.0
$> dotnet add package Microsoft.Azure.Core.Spatial.NewtonsoftJson --version 1.0.0
$> dotnet add package Microsoft.Azure.ServiceBus --version 5.1.1
```
## Feedback
@ -49,21 +56,13 @@ If you have a bug or feature request for one of the libraries, please [file an i
## Release highlights
### Newtonsoft.Json support for Azure.Core [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.Core.NewtonsoftJson_1.0.0/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/CHANGELOG.md)
### Attestation [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md)
- Initial release of Microsoft.Azure.Core.NewtonsoftJson to use Newtonsoft.Json for serialization.
- Initial release of Azure.Security.Attestation Beta version to support data-plane operations of Microsoft Azure Attestation.
### Newtonsoft.Json support for Microsoft.Spatial [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.Core.Spatial.NewtonsoftJson_1.0.0/sdk/core/Microsoft.Azure.Core.Spatial.NewtonsoftJson/CHANGELOG.md)
### Authentication [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/mixedreality/Azure.MixedReality.Authentication/CHANGELOG.md#100-preview2-2021-01-12)
- Initial release of Microsoft.Azure.Core.Spatial.NewtonsoftJson to use Newtonsoft.Json to serialize supported Microsoft.Spatial types.
### System.Text.Json support for Microsoft.Spatial [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.Core.Spatial_1.0.0/sdk/core/Microsoft.Azure.Core.Spatial/CHANGELOG.md)
- Initial release of Microsoft.Azure.Core.Spatial to use `System.Text.Json` to serialize supported Microsoft.Spatial types.
### Azure.Security.Attestation [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md)
- Initial release of Azure.Security.Attestation Beta version to support data-plane operations of Microsoft Azure Attestation.
- Configured with shared source.
### Azure Storage Blobs [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md)
@ -71,10 +70,6 @@ If you have a bug or feature request for one of the libraries, please [file an i
- GA all features in previous release.
- Added support for `AzureSasCredential`. That allows SAS rotation for long living clients.
#### Key Bug Fixes
- Fixed bug where the `Stream` returned by `BlobBaseClient.OpenRead()` would return a different Length after calls to `Seek()`.
- Fixed bug where `BlobBaseClient.Exists()` did not function correctly for blob encrypted with Customer Provided Key or Encryption Scope.
### Azure Storage Blobs ChangeFeed [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md)
#### Key Bug Fixes
@ -112,6 +107,38 @@ If you have a bug or feature request for one of the libraries, please [file an i
- GA all features from previous release.
- Added support for `AzureSasCredential`. That allows SAS rotation for long living clients.
### Microsoft.Azure.ServiceBus [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md#511-2021-01-12)
- Update dependency of Microsoft.Azure.Amqp to version 2.4.9.
### Newtonsoft.Json support for Azure.Core [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.Core.NewtonsoftJson_1.0.0/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/CHANGELOG.md)
- Initial release of Microsoft.Azure.Core.NewtonsoftJson to use Newtonsoft.Json for serialization.
### Newtonsoft.Json support for Microsoft.Spatial [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.Core.Spatial.NewtonsoftJson_1.0.0/sdk/core/Microsoft.Azure.Core.Spatial.NewtonsoftJson/CHANGELOG.md)
- Initial release of Microsoft.Azure.Core.Spatial.NewtonsoftJson to use Newtonsoft.Json to serialize supported Microsoft.Spatial types.
### Service Bus [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md#701-2021-01-12)
#### Key Bug Fixes
- Fixed race condition that could occur when using the same `ServiceBusSessionReceiverOptions` instance
for several receivers.
- Increased the authorization refresh buffer to make it less likely that authorization will expire.
### System.Text.Json support for Microsoft.Spatial [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.Core.Spatial_1.0.0/sdk/core/Microsoft.Azure.Core.Spatial/CHANGELOG.md)
- Initial release of Microsoft.Azure.Core.Spatial to use `System.Text.Json` to serialize supported Microsoft.Spatial types.
### Tables [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/tables/Azure.Data.Tables/CHANGELOG.md#300-beta5-2021-01-12)
#### Key Bug Fixes
- Fixed an issue which transposed the values used for EndPartitionKey and StartRowKey in the generated Sas token Uri
#### Key Bug Fixes
- Fixed bug where the `Stream` returned by `BlobBaseClient.OpenRead()` would return a different Length after calls to `Seek()`.
- Fixed bug where `BlobBaseClient.Exists()` did not function correctly for blob encrypted with Customer Provided Key or Encryption Scope.
## Latest Releases
View all the latest versions of .NET packages [here][dotnet-latest-releases].