From baff38824e8741cf2dc3e61d0292ab7e088ab452 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Mon, 11 Mar 2013 07:35:05 -0700 Subject: [PATCH 1/4] update changelog for 0.4.1 --- ChangeLog.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c2a7ce47e8e6..fb88dee6195b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,6 @@ -2013.02.22 Version 0.4.1 +2013.03.12 Version 0.4.1 + * Added connection string support for Windows Azure Service Bus + * Fixed Windows Azure Storage Table encoding issue for special characters * BlobOutputStream now commits block list using LATEST instead of UNCOMMITTED * Added RequestResult to StorageEvents * Fixed race condition when accessing OperationContext RequestResults @@ -11,7 +13,7 @@ * Added support for Windows Azure Media Services * Updated dependencies to non-beta stable versions * Add a Sending Request Event to OperationContext in Storage Client code - * Fix a bug in the STorage client in blob download resume for blobs greater than 2GB + * Fix a bug in the Storage client in blob download resume for blobs greater than 2GB 2012.10.29 Version 0.3.3 * In the blob client, fixed a bug which allows users to call write APIs on a blob snapshot reference From 19442730a5a73665c56084bd144e44d7eff32ab9 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Mon, 11 Mar 2013 11:44:41 -0700 Subject: [PATCH 2/4] update change log and readme.md based on PR review feedback --- ChangeLog.txt | 11 +++++++---- README.md | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index fb88dee6195b..3c8bdcaea4f9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,9 @@ 2013.03.12 Version 0.4.1 - * Added connection string support for Windows Azure Service Bus - * Fixed Windows Azure Storage Table encoding issue for special characters + * Added "Azure-SDK-For-Java/" To User-Agent HTTP header + * Added connection string support for Service Bus + * Added new methods to break lease for Storage Blob which doesn't require a lease id and returns the result as an object. Deprecated the old breakLease() methods. + * Added a new method to get the historical events for Media Services + * Fixed Storage Table encoding issue for special characters * BlobOutputStream now commits block list using LATEST instead of UNCOMMITTED * Added RequestResult to StorageEvents * Fixed race condition when accessing OperationContext RequestResults @@ -12,8 +15,8 @@ 2013.01.18 Version 0.4.0 * Added support for Windows Azure Media Services * Updated dependencies to non-beta stable versions - * Add a Sending Request Event to OperationContext in Storage Client code - * Fix a bug in the Storage client in blob download resume for blobs greater than 2GB + * Added a Sending Request Event to OperationContext in Storage Client code + * Fixed a bug in the Storage client in blob download resume for blobs greater than 2GB 2012.10.29 Version 0.3.3 * In the blob client, fixed a bug which allows users to call write APIs on a blob snapshot reference diff --git a/README.md b/README.md index ff2c5d7242be..22ab0a06a9ec 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ within your project you can also have them installed by the Java package manager com.microsoft.windowsazure microsoft-windowsazure-api - 0.4.0 + 0.4.1 ##Minimum Requirements From dd74ec319bcec461543ae6824b12e219bc9df90d Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Mon, 11 Mar 2013 13:00:44 -0700 Subject: [PATCH 3/4] fixing policheck issues --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3c8bdcaea4f9..060ccb7d7baf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,7 +6,7 @@ * Fixed Storage Table encoding issue for special characters * BlobOutputStream now commits block list using LATEST instead of UNCOMMITTED * Added RequestResult to StorageEvents - * Fixed race condition when accessing OperationContext RequestResults + * Fixed racing condition when accessing OperationContext RequestResults * Fixed the return value of BlobInputStream.read * Fixed CloudPageBlob.downloadPageRanges to retrieve the blob length * Fixed MD5 validation in BlobInputStream From f0d6ca3b061d955deaf670190cb83627d3205ba7 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Mon, 11 Mar 2013 13:03:17 -0700 Subject: [PATCH 4/4] fixing policheck issues --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 060ccb7d7baf..2c15b781280a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,7 +6,7 @@ * Fixed Storage Table encoding issue for special characters * BlobOutputStream now commits block list using LATEST instead of UNCOMMITTED * Added RequestResult to StorageEvents - * Fixed racing condition when accessing OperationContext RequestResults + * Fixed issue when accessing OperationContext RequestResults * Fixed the return value of BlobInputStream.read * Fixed CloudPageBlob.downloadPageRanges to retrieve the blob length * Fixed MD5 validation in BlobInputStream