diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 65267347a381..d5d83fe3967a 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -134,22 +134,22 @@ com.azure azure-storage-common - 12.7.0-beta.1 + 12.6.1 com.azure azure-storage-blob - 12.7.0-beta.1 + 12.6.1 com.azure azure-storage-blob-batch - 12.6.0-beta.1 + 12.5.1 com.azure azure-storage-blob-cryptography - 12.7.0-beta.1 + 12.6.1 @@ -160,17 +160,17 @@ com.azure azure-storage-file-share - 12.5.0-beta.1 + 12.4.1 com.azure azure-storage-file-datalake - 12.2.0-beta.1 + 12.1.1 com.azure azure-storage-queue - 12.6.0-beta.1 + 12.5.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index e3e4ae8739e5..4c852817afd5 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -31,15 +31,15 @@ com.azure:azure-security-keyvault-certificates;4.1.0-beta.2;4.1.0-beta.3 com.azure:azure-security-keyvault-keys;4.2.0-beta.3;4.2.0-beta.4 com.azure:azure-security-keyvault-secrets;4.2.0-beta.2;4.2.0-beta.3 com.azure:azure-sdk-template;1.0.4-beta.12;1.0.4-beta.13 -com.azure:azure-storage-blob;12.6.0;12.7.0-beta.1 -com.azure:azure-storage-blob-batch;12.5.0;12.6.0-beta.1 -com.azure:azure-storage-blob-cryptography;12.6.0;12.7.0-beta.1 +com.azure:azure-storage-blob;12.6.0;12.6.1 +com.azure:azure-storage-blob-batch;12.5.0;12.5.1 +com.azure:azure-storage-blob-cryptography;12.6.0;12.6.1 com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 -com.azure:azure-storage-common;12.6.0;12.7.0-beta.1 -com.azure:azure-storage-file-share;12.4.0;12.5.0-beta.1 -com.azure:azure-storage-file-datalake;12.1.0;12.2.0-beta.1 +com.azure:azure-storage-common;12.6.0;12.6.1 +com.azure:azure-storage-file-share;12.4.0;12.4.1 +com.azure:azure-storage-file-datalake;12.1.0;12.1.1 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.5.0;12.6.0-beta.1 +com.azure:azure-storage-queue;12.5.0;12.5.1 com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-test-watcher;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md index 3c344b210b61..f1034389e694 100644 --- a/sdk/storage/azure-storage-blob-batch/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-batch/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.6.0-beta.1 (Unreleased) - +## 12.5.1 (2020-05-06) +- Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. ## 12.5.0 (2020-04-06) - Fixed a bug where the Date header wouldn't be updated with a new value on request retry. diff --git a/sdk/storage/azure-storage-blob-batch/README.md b/sdk/storage/azure-storage-blob-batch/README.md index 0546a2aa9d05..80135f59a028 100644 --- a/sdk/storage/azure-storage-blob-batch/README.md +++ b/sdk/storage/azure-storage-blob-batch/README.md @@ -22,7 +22,7 @@ definition, such as text or binary data. com.azure azure-storage-blob-batch - 12.5.0 + 12.5.1 ``` [//]: # ({x-version-update-end}) @@ -112,7 +112,7 @@ System.out.printf("Deleting blob with lease completed with status code %d%n", deleteWithLeaseResponse.getStatusCode()); ``` -Setting `AccessTier` on blobs in batch that have different pre-requisites. +Setting `AccessTier` on blobs in batch that have different pre-requisites. ```java @@ -142,14 +142,14 @@ status codes returned for [REST API][error_codes] requests. For example, if you doesn't exist in your Storage Account, a `404` error is returned, indicating `Not Found`. ### Default HTTP Client -All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure +All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure the client library to use the Netty HTTP client. Configuring or changing the HTTP client is detailed in the [HTTP clients wiki](https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients). ### Default SSL library -All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL -operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides -better performance compared to the default SSL implementation within the JDK. For more information, including how to +All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL +operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides +better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki. ## Next steps diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index e80178d7c1ae..3c3125147a2d 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-batch - 12.6.0-beta.1 + 12.5.1 Microsoft Azure client library for Blob Storage batching This module contains client library for Microsoft Azure Blob Storage batching. @@ -65,7 +65,7 @@ com.azure azure-storage-blob - 12.7.0-beta.1 + 12.6.1 + 12.6.1 Microsoft Azure client library for Blob Storage cryptography This module contains client library for Microsoft Azure Blob Storage cryptography. @@ -51,7 +51,7 @@ com.azure azure-storage-blob - 12.7.0-beta.1 + 12.6.1 com.azure diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index c4a6163495a5..6acf574c3e6f 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -54,7 +54,7 @@ com.azure azure-storage-blob - 12.7.0-beta.1 + 12.6.1 diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index b32f5ee6c43d..629406a3ed9b 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.7.0-beta.1 (Unreleased) - +## 12.6.1 (2020-05-06) +- Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. ## 12.6.0 (2020-04-06) - Fixed a bug that would prevent client initialization against Azurite in some containerized environments. @@ -16,11 +16,11 @@ - Fixed a bug in ReliableDownload that would cause multiple subscriber errors. - Added logic to ReliableDownload to retry on TimeoutException - Added default timeout to download stream to timeout if a certain amount of time passes without seeing any data. -- Fixed a bug that would cause IOExceptions to be swallowed in BlobClient.upload(InputStream, long) +- Fixed a bug that would cause IOExceptions to be swallowed in BlobClient.upload(InputStream, long) ## 12.4.0 (2020-02-12) - Added ability to access BlobProperties from BlobInputStream. -- Modified downloadToFile to populate BlobProperties.blobSize to be the actual blob size instead of the content length of the first range. +- Modified downloadToFile to populate BlobProperties.blobSize to be the actual blob size instead of the content length of the first range. - Added upload methods on BlobClient to upload from an InputStream. - Added support for the 2019-07-07 service version. @@ -86,11 +86,11 @@ and - Replaced URL parameters with String on appendBlockFromUrl, beginCopy, copyFromUrl, stageBlockFromUrl, uploadPagesFromUrl, and copyIncremental - Added support for emulator endpoints - Added support for additional connection string configurations and support for use development connection -- Changed constructors for AppendBlobItem, BlockBlobItem, PageBlobItem, +- Changed constructors for AppendBlobItem, BlockBlobItem, PageBlobItem, - Renamed listBlobsFlat to listBlobs and listBlobHierarchy to listBlobsByHierarchy - Replaced startCopyFromUrl with beginCopy and return poller - Renamed BlobContainerSasPermission and BlobSasPermission getters to use has prefix -- Replaced BlobAccessConditions, AppendBlobAccessConditions, and PageBlobAccessConditions with BlobRequestConditions, AppendBlobRequestConditions, and PageBlobRequestConditions. +- Replaced BlobAccessConditions, AppendBlobAccessConditions, and PageBlobAccessConditions with BlobRequestConditions, AppendBlobRequestConditions, and PageBlobRequestConditions. - Removed ModifiedAccessConditions and SourceModifiedAccessConditions in favor of RequestConditions, removed BlobContainerAccessConditions in favor of BlobRequestConditions. - Removed AppendPositionAccessConditions, LeaseAccessConditions, and SequenceNumberAccessConditions - Renamed LeaseClient, LeaseAsyncClient, and LeaseClientBuilder to BlobLeaseClient, BlobLeaseAsyncClient, and BlobLeaseClientBuilder @@ -118,12 +118,12 @@ and - Added `LeaseClient` and `LeaseAsyncClient` to the specialized package and removed the leasing methods from `BlobClient`, `BlobAsyncClient`, `ContainerClient`, and `ContainerAsyncClient`. - Added `blocksize` parameter to sync `blockBlobClient`. - Use Primitives for `exist` API return type. -- Removed a `create` and `appendBlockFromUrl` overload API in `AppendBlob`. +- Removed a `create` and `appendBlockFromUrl` overload API in `AppendBlob`. - Fixed `create` method name in PageBlob. - Renamed `setTier` to `setAccessTier` from `BlobAsyncClientBase` and `BlobClientBase` classes. - Added `ParallelTransferOptions` to buffered upload, upload from file and download to file methods. - Removed `Metadata` class and uses Map for `matadata` field of `BlobProperties` and `ContainerProperties`. -- Removed SAS token generation APIs from clients, use BlobServiceSasSignatureValues to generate SAS tokens. +- Removed SAS token generation APIs from clients, use BlobServiceSasSignatureValues to generate SAS tokens. - Removed `SASTokenCredential`, `SASTokenCredentialPolicy` and the corresponding `credential(SASTokenCredential)` method in client builder, and added sasToken(String) instead. ## 12.0.0-preview.3 (2019-09-10) diff --git a/sdk/storage/azure-storage-blob/README.md b/sdk/storage/azure-storage-blob/README.md index 1460d5147865..acf04271cd02 100644 --- a/sdk/storage/azure-storage-blob/README.md +++ b/sdk/storage/azure-storage-blob/README.md @@ -22,7 +22,7 @@ definition, such as text or binary data. com.azure azure-storage-blob - 12.6.0 + 12.6.1 ``` [//]: # ({x-version-update-end}) @@ -326,14 +326,14 @@ status codes returned for [REST API][error_codes] requests. For example, if you doesn't exist in your Storage Account, a `404` error is returned, indicating `Not Found`. ### Default HTTP Client -All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure +All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure the client library to use the Netty HTTP client. Configuring or changing the HTTP client is detailed in the [HTTP clients wiki](https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients). ### Default SSL library -All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL -operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides -better performance compared to the default SSL implementation within the JDK. For more information, including how to +All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL +operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides +better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki. ## Next steps diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index c33b755bf64a..28d07c8607b7 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob - 12.7.0-beta.1 + 12.6.1 Microsoft Azure client library for Blob Storage This module contains client library for Microsoft Azure Blob Storage. @@ -60,7 +60,7 @@ com.azure azure-storage-common - 12.7.0-beta.1 + 12.6.1 + 12.6.1 Microsoft Azure common module for Storage This module contains common code based for all Microsoft Azure Storage client libraries. diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index c5ee20edc5c3..475d47067916 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,18 +1,19 @@ # Release History -## 12.2.0-beta.1 (Unreleased) +## 12.1.1 (2020-05-06) +- Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. ## 12.1.0 (2020-04-06) - Fixed a NPE caused due to deserializing a non existent lastModifiedTime. -- Added an isDirectory property to PathProperties. -- Fixed DataLakeFileSystemClient.createFile/createDirectory, DataLakeDirectoryClient.createFile/createSubdirectory to not overwrite by default +- Added an isDirectory property to PathProperties. +- Fixed DataLakeFileSystemClient.createFile/createDirectory, DataLakeDirectoryClient.createFile/createSubdirectory to not overwrite by default - Added overloads to DataLakeFileSystemClient.createFile/createDirectory, DataLakeDirectoryClient.createFile/createSubdirectory to allow overwrite behavior. - Fixed a bug where the Date header wouldn't be updated with a new value on request retry. - Fixed a bug where rename would not work with Url encoded destinations. ## 12.0.1 (2020-03-11) -- GA release. +- GA release. - Fixed bug that caused rename to fail on paths that are url encoded. - Mapped StorageErrorException and BlobStorageException to DataLakeStorageException on DataLakeServiceClient.listFileSystems - Removed DataLakeFileSystem.getRootDirectory methods to get the root directory in a file system. @@ -44,13 +45,13 @@ and - Added SAS generation methods on clients to improve discoverability and convenience of sas. - Mapped StorageErrorException and BlobStorageException to DataLakeStorageException. - Added support for exists method on FileClients and DirectoryClients -- Added support for no overwrite by default on min create method on FileClients and DirectoryClients and flush method on FileClients +- Added support for no overwrite by default on min create method on FileClients and DirectoryClients and flush method on FileClients ## 12.0.0-beta.7 (2019-12-04) -This package's -[documentation](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-file-datalake/README.md) -and -[samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/src/samples/java/com/azure/storage/file/datalake) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-file-datalake/README.md) +and +[samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/src/samples/java/com/azure/storage/file/datalake) - Fixed bug in ClientBuilders that prevented OAuth from functioning. - Added a check in ClientBuilders to enforce HTTPS for bearer token authentication. @@ -60,7 +61,7 @@ and - Renamed setters and getters in PathPermissions and RolePermissions to be more detailed. - Fixed camel-casing of the word SubDirectory. - Upgraded to version 1.1.0 of Azure Core. -- Upgraded to version 12.1.0 of Azure Storage Blob. +- Upgraded to version 12.1.0 of Azure Storage Blob. ## 12.0.0-preview.5 - Initial Release. Please see the README and wiki for information on the new design. @@ -71,7 +72,7 @@ and - Support for DataLakeDirectoryClient: create, delete, rename, get properties, get access control, set metadata, set properties, set access control, create file, delete file, create sub-directory, delete sub-directory - Support for DataLakeFileClient: create, delete, rename, get properties, get access control, set metadata, set properties, set access control, append, flush, read -This package's -[documentation](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-file-datalake/README.md) -and -[samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/src/samples/java/com/azure/storage/file/datalake) +This package's +[documentation](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-file-datalake/README.md) +and +[samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/src/samples/java/com/azure/storage/file/datalake) diff --git a/sdk/storage/azure-storage-file-datalake/README.md b/sdk/storage/azure-storage-file-datalake/README.md index 3f67b34ea515..ffccc1d08c77 100644 --- a/sdk/storage/azure-storage-file-datalake/README.md +++ b/sdk/storage/azure-storage-file-datalake/README.md @@ -1,9 +1,9 @@ # Azure File Data Lake client library for Java -Azure Data Lake Storage is Microsoft's optimized storage solution for for big +Azure Data Lake Storage is Microsoft's optimized storage solution for for big data analytics workloads. A fundamental part of Data Lake Storage Gen2 is the -addition of a hierarchical namespace to Blob storage. The hierarchical -namespace organizes objects/files into a hierarchy of directories for +addition of a hierarchical namespace to Blob storage. The hierarchical +namespace organizes objects/files into a hierarchy of directories for efficient data access. [Source code][source] | [API reference documentation][docs] | [REST API documentation][rest_docs] | [Product documentation][product_docs] | [Samples][samples] @@ -25,7 +25,7 @@ Add a dependency on Azure Storage File Datalake com.azure azure-storage-file-datalake - 12.1.0 + 12.1.1 ``` [//]: # ({x-version-update-end}) @@ -128,7 +128,7 @@ Data Lake Storage Gen2 offers two types of resources: |ADLS Gen2 | Blob | | --------------------------| ---------- | -|Filesystem | Container | +|Filesystem | Container | |Path (File or Directory) | Blob | Note: This client library does not support hierarchical namespace (HNS) disabled storage accounts. @@ -381,19 +381,19 @@ status codes returned for [REST API][error_codes] requests. For example, if you doesn't exist in your Storage Account, a `404` error is returned, indicating `Not Found`. ### Default HTTP Client -All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure +All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure the client library to use the Netty HTTP client. Configuring or changing the HTTP client is detailed in the [HTTP clients wiki](https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients). ### Default SSL library -All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL -operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides -better performance compared to the default SSL implementation within the JDK. For more information, including how to +All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL +operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides +better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki. ## Next steps -Several Storage datalake Java SDK samples are available to you in the SDK's GitHub repository. +Several Storage datalake Java SDK samples are available to you in the SDK's GitHub repository. ## Contributing diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 53df8a8520b0..416c1bd482bd 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-file-datalake - 12.2.0-beta.1 + 12.1.1 Microsoft Azure client library for File Storage Data Lake This module contains client library for Microsoft Azure File Storage Data Lake. @@ -55,7 +55,7 @@ com.azure azure-storage-blob - 12.7.0-beta.1 + 12.6.1 com.azure diff --git a/sdk/storage/azure-storage-file-share/CHANGELOG.md b/sdk/storage/azure-storage-file-share/CHANGELOG.md index 085ccd3a324b..8a05ae3a80ec 100644 --- a/sdk/storage/azure-storage-file-share/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-share/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.5.0-beta.1 (Unreleased) - +## 12.4.1 (2020-05-06) +- Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. ## 12.4.0 (2020-04-06) - Fixed an issue where whitespace would cause NtfsFileAttributes.toAttributes/fromAttributes to result in an error parsing the attributes. @@ -42,7 +42,7 @@ and - GA release. - Changed return type for forceCloseHandle from void to CloseHandlesInfo. - Changed return type for forceCloseAllHandles from int to CloseHandlesInfo. -- Upgraded to version 1.1.0 of Azure Core. +- Upgraded to version 1.1.0 of Azure Core. ## 12.0.0-preview.5 (2019-10-31) - Renamed FileReference to StorageFileItem @@ -86,7 +86,7 @@ and - Fixed metadata does not allow capital letter issue. [`Bug 5295`](https://github.com/Azure/azure-sdk-for-java/issues/5295) - Updated the return type of `downloadToFile` API to `FileProperties` on sync API and `Mono` on async API. - `getFileServiceUrl`, `getShareUrl`, `getDirectoryUrl`, `getFileUrl` API now returns URL with scheme, host, resource name and snapshot if any. -- Removed SAS token generation APIs from clients, use FileServiceSasSignatureValues to generate SAS tokens. +- Removed SAS token generation APIs from clients, use FileServiceSasSignatureValues to generate SAS tokens. - Removed `SASTokenCredential`, `SASTokenCredentialPolicy` and the corresponding `credential(SASTokenCredential)` method in client builder, and added sasToken(String) instead. ## 12.0.0-preview.3 (2019-09-10) @@ -132,7 +132,7 @@ demonstrate the new API. ### Features included in `azure-storage-file` - This is initial SDK release for storage file service. - Packages scoped by functionality - - `azure-storage-file` contains a `FileServiceClient`, `FileServiceAsyncClient`, `ShareClient`, `ShareAsyncClient`, `DirectoryClient`, `DirectoryAsyncClient`, `FileClient` and `FileAsyncClient` for storage file operations. + - `azure-storage-file` contains a `FileServiceClient`, `FileServiceAsyncClient`, `ShareClient`, `ShareAsyncClient`, `DirectoryClient`, `DirectoryAsyncClient`, `FileClient` and `FileAsyncClient` for storage file operations. - Client instances are scoped to storage file service. - Reactive streams support using [Project Reactor](https://projectreactor.io/). diff --git a/sdk/storage/azure-storage-file-share/README.md b/sdk/storage/azure-storage-file-share/README.md index 346dfcc5e910..fceadb015cf2 100644 --- a/sdk/storage/azure-storage-file-share/README.md +++ b/sdk/storage/azure-storage-file-share/README.md @@ -24,7 +24,7 @@ Shares provide a way to organize sets of files and also can be mounted as an SMB com.azure azure-storage-file-share - 12.4.0 + 12.4.1 ``` [//]: # ({x-version-update-end}) @@ -451,14 +451,14 @@ fileClient.setHttpHeaders(newFileSize, httpHeaders); When you interact with file using this Java client library, errors returned by the service correspond to the same HTTP status codes returned for [REST API][storage_file_rest] requests. For example, if you try to retrieve a share that doesn't exist in your Storage Account, a `404` error is returned, indicating `Not Found`. ### Default HTTP Client -All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure +All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure the client library to use the Netty HTTP client. Configuring or changing the HTTP client is detailed in the [HTTP clients wiki](https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients). ### Default SSL library -All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL -operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides -better performance compared to the default SSL implementation within the JDK. For more information, including how to +All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL +operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides +better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki. ## Next steps diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 6d0f0b4e80a4..5d491b91a3b6 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-file-share - 12.5.0-beta.1 + 12.4.1 Microsoft Azure client library for File Share Storage This module contains client library for Microsoft Azure File Share Storage. @@ -40,7 +40,7 @@ com.azure azure-storage-common - 12.7.0-beta.1 + 12.6.1 + 12.6.1 com.azure diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index 7aefe5475250..cbda4a9138ea 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.6.0-beta.1 (Unreleased) - +## 12.5.1 (2020-05-06) +- Updated `azure-core` version to `1.5.0` to pickup fixes for percent encoding `UTF-8` and invalid leading bytes in a body string. ## 12.5.0 (2020-04-06) - Fixed a bug that would prevent client initialization against Azurite in some containerized environments. @@ -64,7 +64,7 @@ and - Changed `VoidResponse` to `Response` on sync API, and `Mono` to `Mono>` on async API. - Fixed metadata does not allow capital letter issue. [`Bug 5295`](https://github.com/Azure/azure-sdk-for-java/issues/5295) - `getQueueServiceUrl`, `getQueueUrl` API now returns URL with scheme, host, resource name and snapshot if any. -- Removed SAS token generation APIs from clients, use QueueServiceSasSignatureValues to generate SAS tokens. +- Removed SAS token generation APIs from clients, use QueueServiceSasSignatureValues to generate SAS tokens. - Removed `SASTokenCredential`, `SASTokenCredentialPolicy` and the corresponding `credential(SASTokenCredential)` method in client builder, and added sasToken(String) instead. ## 12.0.0-preview.3 (2019-09-10) @@ -107,4 +107,4 @@ demonstrate the new API. - `azure-storage-queue` contains a `QueueServiceClient`, `QueueServiceAsyncClient`, `QueueClient` and `QueueAsyncClient` for storage queue operations. - Client instances are scoped to storage queue service. - Reactive streams support using [Project Reactor](https://projectreactor.io/). - + diff --git a/sdk/storage/azure-storage-queue/README.md b/sdk/storage/azure-storage-queue/README.md index e7f8bbf99c50..f941e932c817 100644 --- a/sdk/storage/azure-storage-queue/README.md +++ b/sdk/storage/azure-storage-queue/README.md @@ -20,7 +20,7 @@ A single queue message can be up to 64 KB in size, and a queue can contain milli com.azure azure-storage-queue - 12.5.0 + 12.5.1 ``` [//]: # ({x-version-update-end}) @@ -397,14 +397,14 @@ queueClient.setMetadata(metadata); When you interact with queue using this Java client library, errors returned by the service correspond to the same HTTP status codes returned for [REST API][storage_rest] requests. For example, if you try to retrieve a queue that doesn't exist in your Storage Account, a `404` error is returned, indicating `Not Found`. ### Default HTTP Client -All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure +All client libraries by default use the Netty HTTP client. Adding the above dependency will automatically configure the client library to use the Netty HTTP client. Configuring or changing the HTTP client is detailed in the [HTTP clients wiki](https://github.com/Azure/azure-sdk-for-java/wiki/HTTP-clients). ### Default SSL library -All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL -operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides -better performance compared to the default SSL implementation within the JDK. For more information, including how to +All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL +operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides +better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki. ## Next steps diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index ae396fd64781..e247dbfe3c1e 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-queue - 12.6.0-beta.1 + 12.5.1 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. @@ -41,7 +41,7 @@ com.azure azure-storage-common - 12.7.0-beta.1 + 12.6.1 com.azure