diff --git a/ChangeLog.txt b/ChangeLog.txt index 166c01ca6e6f0..034592cc26044 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 d347b27fb3037..6b2b5eedd96e1 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