Skip to content

Commit

Permalink
Add Storage Preview 3 release notes (Azure#7544)
Browse files Browse the repository at this point in the history
  • Loading branch information
tg-msft authored and JoshLove-msft committed Sep 10, 2019
1 parent 5ea701f commit f0584ef
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 22 deletions.
7 changes: 3 additions & 4 deletions sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Breaking Changes
================
Next Release
--------------------------
- Changing from Nullable<PublicAccessType> to just PublicAccessType in all relevant APIs. Use PublicAccessType.None instead of null.

Next Release
12.0.0-preview.3 (2019-09)
--------------------------
- Changing from Nullable<PublicAccessType> to just PublicAccessType in all
relevant APIs. Use PublicAccessType.None instead of null.
- Changed from int to TimeSpan for Lease durations.

12.0.0-preview.2 (2019-08)
Expand Down
10 changes: 10 additions & 0 deletions sdk/storage/Azure.Storage.Blobs/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release History
===============

12.0.0-preview.3 (2019-09)
--------------------------
- New Storage features for service version 2019-02-02 (including Customer
Provided Key, expanded Set Tier support, the ability to set rehydration
priority, etc.)
- Parallel upload/download
- Added BlobUriBuilder for addressing Azure Storage resources

For more information, please visit: https://aka.ms/azure-sdk-preview3-net.

12.0.0-preview.2 (2019-08)
--------------------------
- Distributed Tracing
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/Azure.Storage.Blobs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Storage Blobs client library for .NET

> Server Version: 2018-11-09
> Server Version: 2019-02-02
Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
storage is optimized for storing massive amounts of unstructured data.
Expand All @@ -16,7 +16,7 @@ definition, such as text or binary data.
Install the Azure Storage Blobs client library for .NET with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Storage.Blobs --version 12.0.0-preview.2
dotnet add package Azure.Storage.Blobs --version 12.0.0-preview.3
```

### Prerequisites
Expand Down Expand Up @@ -186,7 +186,7 @@ additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs/src
[package]: https://www.nuget.org/packages/Azure.Storage.Blobs/
[docs]: https://azure.github.io/azure-sdk-for-net/api/Storage/Azure.Storage.Blobs.html
[docs]: https://azure.github.io/azure-sdk-for-net/api/Azure.Storage.Blobs.html
[rest_docs]: https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
[product_docs]: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-overview
[nuget]: https://www.nuget.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Blobs, Microsoft, Azure, Blobs, Blob, Storage, StorageScalable, azureofficial</PackageTags>
<PackageReleaseNotes>
For release notes and more information please visit https://aka.ms/azure-sdk-preview1-net
For release notes and more information please visit https://aka.ms/azure-sdk-preview3-net
</PackageReleaseNotes>
<Description>
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data.
Expand Down
7 changes: 7 additions & 0 deletions sdk/storage/Azure.Storage.Common/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

12.0.0-preview.3 (2019-09)
--------------------------
- Support new for Blobs/Files features
- Bug fixes

For more information, please visit: https://aka.ms/azure-sdk-preview3-net.

12.0.0-preview.2 (2019-08)
--------------------------
- Credential rolling
Expand Down
10 changes: 5 additions & 5 deletions sdk/storage/Azure.Storage.Common/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Storage Common client library for .NET

> Server Version: 2018-11-09
> Server Version: 2019-02-02
Azure Storage is a Microsoft-managed service providing cloud storage that is
highly available, secure, durable, scalable, and redundant. Azure Storage
Expand All @@ -20,9 +20,9 @@ Install the Azure Storage client library for .NET you'd like to use with
[NuGet][nuget] and the `Azure.Storage.Common` client library will be included:

```Powershell
dotnet add package Azure.Storage.Blobs --version 12.0.0-preview.2
dotnet add package Azure.Storage.Queues --version 12.0.0-preview.2
dotnet add package Azure.Storage.Files --version 12.0.0-preview.2
dotnet add package Azure.Storage.Blobs --version 12.0.0-preview.3
dotnet add package Azure.Storage.Queues --version 12.0.0-preview.3
dotnet add package Azure.Storage.Files --version 12.0.0-preview.3
```

### Prerequisites
Expand Down Expand Up @@ -76,7 +76,7 @@ additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Common/src
[package]: https://www.nuget.org/packages/Azure.Storage.Common/
[docs]: https://azure.github.io/azure-sdk-for-net/api/Storage/Azure.Storage.html
[docs]: https://azure.github.io/azure-sdk-for-net/api/Azure.Storage.html
[rest_docs]: https://docs.microsoft.com/en-us/rest/api/storageservices/
[product_docs]: https://docs.microsoft.com/en-us/azure/storage/
[nuget]: https://www.nuget.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
<PackageReleaseNotes>
For release notes and more information please visit https://aka.ms/azure-sdk-preview1-net
For release notes and more information please visit https://aka.ms/azure-sdk-preview3-net
</PackageReleaseNotes>
<Description>
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
Expand Down
9 changes: 9 additions & 0 deletions sdk/storage/Azure.Storage.Files/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release History
===============

12.0.0-preview.3 (2019-09)
--------------------------
- New Storage features for service version 2019-02-02 (including new APIs that
expose all SMB features)
- Added FileClient.Upload convenience helper to support arbitrarily large files
- Added FileUriBuilder for addressing Azure Storage resources

For more information, please visit: https://aka.ms/azure-sdk-preview3-net.

12.0.0-preview.2 (2019-08)
--------------------------
- Distributed Tracing
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/Azure.Storage.Files/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Storage Files client library for .NET

> Server Version: 2018-11-09
> Server Version: 2019-02-02
Azure Files offers fully managed file shares in the cloud that are accessible
via the industry standard Server Message Block (SMB) protocol. Azure file
Expand All @@ -18,7 +18,7 @@ being used.
Install the Azure Storage Files client library for .NET with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Storage.Files --version 12.0.0-preview.2
dotnet add package Azure.Storage.Files --version 12.0.0-preview.3
```

### Prerequisites
Expand Down Expand Up @@ -205,7 +205,7 @@ additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files/src
[package]: https://www.nuget.org/packages/Azure.Storage.Files/
[docs]: https://azure.github.io/azure-sdk-for-net/api/Storage/Azure.Storage.Files.html
[docs]: https://azure.github.io/azure-sdk-for-net/api/Azure.Storage.Files.html
[rest_docs]: https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api
[product_docs]: https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introduction
[nuget]: https://www.nuget.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<DefineConstants>FileSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Files, Microsoft, Azure, File, Files, Storage, StorageScalable, azureofficial</PackageTags>
<PackageReleaseNotes>
For release notes and more information please visit https://aka.ms/azure-sdk-preview1-net
For release notes and more information please visit https://aka.ms/azure-sdk-preview3-net
</PackageReleaseNotes>
<Description>
This client library enables working with the Microsoft Azure Storage File service for storing binary and text data.
Expand Down
7 changes: 7 additions & 0 deletions sdk/storage/Azure.Storage.Queues/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

12.0.0-preview.3 (2019-09)
--------------------------
- Added QueueUriBuilder for addressing Azure Storage resources
- Bug fixes

For more information, please visit: https://aka.ms/azure-sdk-preview3-net.

12.0.0-preview.2 (2019-08)
--------------------------
- Distributed Tracing
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/Azure.Storage.Queues/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Storage Queues client library for .NET

> Server Version: 2018-11-09
> Server Version: 2019-02-02
Azure Queue storage is a service for storing large numbers of messages that
can be accessed from anywhere in the world via authenticated calls using
Expand All @@ -17,7 +17,7 @@ a storage account.
Install the Azure Storage Queues client library for .NET with [NuGet][nuget]:

```Powershell
dotnet add package Azure.Storage.Queues --version 12.0.0-preview.1
dotnet add package Azure.Storage.Queues --version 12.0.0-preview.3
```

### Prerequisites
Expand Down Expand Up @@ -176,7 +176,7 @@ additional questions or comments.
<!-- LINKS -->
[source]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Queues/src
[package]: https://www.nuget.org/packages/Azure.Storage.Queues/
[docs]: https://azure.github.io/azure-sdk-for-net/api/Storage/Azure.Storage.Queues.html
[docs]: https://azure.github.io/azure-sdk-for-net/api/Azure.Storage.Queues.html
[rest_docs]: https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api
[product_docs]: https://docs.microsoft.com/en-us/azure/storage/queues/storage-queues-introduction
[nuget]: https://www.nuget.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>
<PackageTags>Microsoft Azure Storage Queues, Microsoft, Azure, Queues, Queue, Storage, StorageScalable, azureofficial</PackageTags>
<PackageReleaseNotes>
For release notes and more information please visit https://aka.ms/azure-sdk-preview1-net
For release notes and more information please visit https://aka.ms/azure-sdk-preview3-net
</PackageReleaseNotes>
<Description>
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client.
Expand Down

0 comments on commit f0584ef

Please sign in to comment.