diff --git a/ChangeLog.txt b/ChangeLog.txt index c2a7ce47e8e6a..2c15b781280a6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,12 @@ -2013.02.22 Version 0.4.1 +2013.03.12 Version 0.4.1 + * 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 + * 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 @@ -10,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 ff2c5d7242be9..22ab0a06a9ece 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