From 649ce5a18eabd0144899406ef6909aea29b3eb12 Mon Sep 17 00:00:00 2001 From: bradygaster Date: Mon, 30 Sep 2013 12:32:30 -0700 Subject: [PATCH] updated for 0.4.6 release --- ChangeLog.txt | 6 ++++++ microsoft-azure-api/pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 166c01ca6e6f..034592cc2604 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2013.09.30 Version 0.4.6 + * Allow users to set the client-request-id for better tracking/debugging of storage requests. This is set on the OperationContext. + * Prevent a potential arithmetic overflow while calculating the exponential retry back-off interval in storage. + * Retry on IOException even when it is wrapped within an XMLStreamException in storage. + * Throw a more meaningful exception when connection is reset while parsing a request response in storage. + 2013.08.26 Version 0.4.5 * Added support for managing affinity groups * Added support for Media Services job notification diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index d347b27fb303..6b2b5eedd96e 100644 --- a/microsoft-azure-api/pom.xml +++ b/microsoft-azure-api/pom.xml @@ -17,7 +17,7 @@ 4.0.0 com.microsoft.windowsazure microsoft-windowsazure-api - 0.4.5 + 0.4.6 jar Microsoft Windows Azure Client API