Skip to content

Commit

Permalink
Updated versions for Storage 74 beta release (#15863)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft committed Oct 1, 2020
1 parent 7d2a473 commit 37ba6ea
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 39 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.0.1-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ com.azure:azure-storage-blob-nio;12.0.0-beta.2;12.0.0-beta.3
com.azure:azure-storage-common;12.8.0;12.9.0-beta.1
com.azure:azure-storage-file-share;12.6.0;12.7.0-beta.1
com.azure:azure-storage-file-datalake;12.2.0;12.3.0-beta.1
com.azure:azure-storage-internal-avro;12.0.0;12.1.0-beta.1
com.azure:azure-storage-internal-avro;12.0.0;12.0.1-beta.1
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.6.0;12.7.0-beta.1
com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History

## 12.7.0-beta.1 (Unreleased)

## 12.7.0-beta.1 (2020-10-01)
- Added logging of batch operation exceptions when they are added into the aggregate batch response.
- Removed logging of batch operation exceptions when access operation that has failed.

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ definition, such as text or binary data.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.6.0</version>
<version>12.7.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 12.0.0-beta.3 (Unreleased)

## 12.0.0-beta.3 (2020-10-01)
- Added support to specify context in the sync methods.

## 12.0.0-beta.2 (2020-08-13)
- Added the ability to read to the current hour
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-changefeed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process change events that occur in your Blob Storage account at a low cost.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-changefeed</artifactId>
<version>12.0.0-beta.2</version>
<version>12.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2020-10-01)
- Added support to set BlobParallelUploadOptions.computeMd5 so the service can perform an md5 verification.
- Added support to specify 'requiresEncryption' on the EncryptedBlobClientBuilder to specify whether or not to enforce that the blob is encrypted on download.
- Fixed a bug where the TokenCredential scope would be incorrect for custom URLs.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package supports client side encryption for blob storage.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.8.0</version>
<version>12.9.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Release History

## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2020-10-01)
- Added support for the 2020-02-10 service version.
- Added support to specify Arrow Output Serialization when querying a blob.
- Added support to undelete a container.
- Added support to set BlobParallelUploadOptions.computeMd5 so the service can perform an md5 verification.
- Added support to specify block size when using BlobInputStream.

- Added support to specify block size when using BlobInputStream.
- Fixed a bug where users could not download more than 5000MB of data in one shot in the downloadToFile API.
- Fixed a bug where the TokenCredential scope would be incorrect for custom URLs.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ definition, such as text or binary data.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.8.0</version>
<version>12.9.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.0.1-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -829,14 +829,13 @@ private void throwOnAnonymousAccess() {
}
}

/* TODO (gapra-msft) : REST Docs */
/**
* Restores a previously deleted container.
* If the container associated with provided <code>deletedContainerName</code>
* already exists, this call will result in a 409 (conflict).
* This API is only functional if Container Soft Delete is enabled
* for the storage account associated with the container.
* For more information, see the
* <a href="TBD">Azure Docs</a>. TODO (kasobol-msft) add link to REST API docs
*
* <p><strong>Code Samples</strong></p>
*
Expand All @@ -862,8 +861,6 @@ public Mono<BlobContainerAsyncClient> undeleteBlobContainer(
* already exists, this call will result in a 409 (conflict).
* This API is only functional if Container Soft Delete is enabled
* for the storage account associated with the container.
* For more information, see the
* <a href="TBD">Azure Docs</a>. TODO (kasobol-msft) add link to REST API docs
*
* <p><strong>Code Samples</strong></p>
*
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2020-10-01)
- Added a Constant that represented the default storage scope for TokenCredentials.
- Added UploadUtils.computeMd5 that computes the md5 of a flux and wraps it with the data.

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Azure Storage Common is a library that has common dependencies for all Azure Sto
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.8.0</version>
<version>12.9.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Release History

## 12.3.0-beta.1 (Unreleased)
## 12.3.0-beta.1 (2020-10-01)
- Added support for the 2020-02-10 service version.
- Added support for setting, modifying, and removing ACLs recursively.
- Added support to schedule file expiration.
- Added support to specify Arrow Output Serialization when querying a file.
- Added support to generate directory SAS and added support to specify additional user ids and correlation ids for user delegation SAS.

- Fixed a bug where users could not download more than 5000MB of data in one shot in the readToFile API.
- Fixed a bug where the TokenCredential scope would be incorrect for custom URLs.
- Added support to upload data to a file from an InputStream.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add a dependency on Azure Storage File Datalake
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.2.0</version>
<version>12.3.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,6 @@ public Mono<FileQueryAsyncResponse> queryWithResponse(FileQueryOptions queryOpti
// TODO (kasobol-msft) add REST DOCS
/**
* Schedules the file for deletion.
* For more information, see the
* <a href="TBD">Azure Docs</a>.
*
* <p><strong>Code Samples</strong></p>
*
Expand All @@ -983,8 +981,6 @@ public Mono<Void> scheduleDeletion(FileScheduleDeletionOptions options) {
// TODO (kasobol-msft) add REST DOCS
/**
* Schedules the file for deletion.
* For more information, see the
* <a href="TBD">Azure Docs</a>.
*
* <p><strong>Code Samples</strong></p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,6 @@ public FileQueryResponse queryWithResponse(FileQueryOptions queryOptions, Durati
// TODO (kasobol-msft) add REST DOCS
/**
* Schedules the file for deletion.
* For more information, see the
* <a href="TBD">Azure Docs</a>.
*
* <p><strong>Code Samples</strong></p>
*
Expand All @@ -737,8 +735,6 @@ public void scheduleDeletion(FileScheduleDeletionOptions options) {
// TODO (kasobol-msft) add REST DOCS
/**
* Schedules the file for deletion.
* For more information, see the
* <a href="TBD">Azure Docs</a>.
*
* <p><strong>Code Samples</strong></p>
*
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Release History

## 12.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2020-10-01)
- Added support for the 2020-02-10 service version.
- Added support to getFileRanges on a previous snapshot by adding the getFileRangesDiff API.
- Added support to set whether or not smb multichannel is enabled.
- Added support to lease shares and snapshot shares.
- Added support to specify a lease id for share operations.

- Fixed a bug where getProperties on a file client would throw a HttpResponseException instead of ShareStorageException.
- Fixed a bug where snapshot would be appended to a share snapshot instead of sharesnapshot.
- Fixed a bug that would cause auth failures when building a client by passing an endpoint which had a sas token with protocol set to https,http
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Shares provide a way to organize sets of files and also can be mounted as an SMB
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.6.0</version>
<version>12.7.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/azure-storage-internal-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release History

## 12.1.0-beta.1 (Unreleased)
## 12.0.1-beta.1 (2020-10-01)
- Update `azure-storage-common` to version 12.9.0-beta.1


## 12.0.0 (2020-08-13)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-internal-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.0.1-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->

<name>Microsoft Azure internal Avro module for Storage</name>
<description>This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries.</description>
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Release History

## 12.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2020-10-01)
- Added support for the 2020-02-10 service version.

- Fixed a bug where the TokenCredential scope would be incorrect for custom URLs.
- Fixed a bug where Default Azure Credential would not work with Azurite.
- Fixed a bug that would cause message text to be erased when only updating the visibility timeout
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>12.6.0</version>
<version>12.7.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 37ba6ea

Please sign in to comment.