diff --git a/ChangeLog.txt b/ChangeLog.txt index e4643aa46091..18378c9cde81 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,11 @@ -2013.06.27 Version 0.4.4 - * Make sure the response stream is drained to prevent socket exhaustion. - * Support for all flavors of SharedKey and SharedKeyLite message signing through AuthenticationScheme property on client classes. +2013.07.03 Version 0.4.4 + * Windows Azure China environemnt support + * Service Bus metadata support updated to the latest version + * Rich Odata entity query support for Service Bus Queue/Topic/Subscription + * Added support for Service Bus message forwarding + * Added support for Service Bus message count details + * Made sure the response stream is drained to prevent socket exhaustion in Storage + * Added support for all flavors of SharedKey and SharedKeyLite message signing through AuthenticationScheme property on client classes in Storage 2013.05.27 Version 0.4.3 * Added support for updating existing Queue/Topic/Subscription for Service Bus diff --git a/README.md b/README.md index f12d7aa79956..86248e1374fb 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ This project provides a client library in Java that makes it easy to consume Win * Create/Read/Update/Delete queues * Send/Receive/Unlock/Delete messages * Renew message lock + * Message forwarding * Topics * Create/Read/Update/Delete topics * Create/Read/Update/Delete subscriptions * Create/Read/Update/Delete rules * Send/Receive/Unlock/Delete messages * Renew message lock + * Message forwarding * Media Services * Create/Read/Update/Delete access policies * Create/Read/Update/Delete asset files @@ -57,7 +59,7 @@ within your project you can also have them installed by the Java package manager com.microsoft.windowsazure microsoft-windowsazure-api - 0.4.2 + 0.4.4 ``` diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index 5fc0ac258437..f3199d17474f 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.3 + 0.4.4 jar Microsoft Windows Azure Client API