From 79ce3c3842228d70dfb42a94bd115b5ee0dbf812 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Fri, 28 Jun 2013 16:39:52 -0700 Subject: [PATCH 1/4] update to 0.4.4 --- microsoft-azure-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index 5fc0ac2584377..f3199d17474f3 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 From cff277550969d106b62abb43119bf3bf8cabced6 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Fri, 28 Jun 2013 17:30:41 -0700 Subject: [PATCH 2/4] update changelog and readme for 0.4.4 --- ChangeLog.txt | 7 ++++++- README.md | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index e4643aa46091c..02e6a9807803d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,9 @@ -2013.06.27 Version 0.4.4 +2013.07.03 Version 0.4.4 + * Windows Azure China environemnt support + * Service Bus metadata support updated to 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 * 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. diff --git a/README.md b/README.md index f12d7aa79956f..86248e1374fb0 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 ``` From 32af1c840d881905248874ff8f4fefd1c647b032 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Fri, 28 Jun 2013 17:34:52 -0700 Subject: [PATCH 3/4] some minor fix --- ChangeLog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 02e6a9807803d..92c8e627002d0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,8 +4,8 @@ * 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 - * 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. + * Make sure the response stream is drained to prevent socket exhaustion in Storage + * 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 From 423f2700a8fbb930f25de94521e904100a99fde4 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Mon, 1 Jul 2013 09:15:23 -0700 Subject: [PATCH 4/4] incorporate feedback --- ChangeLog.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 92c8e627002d0..18378c9cde813 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,11 +1,11 @@ 2013.07.03 Version 0.4.4 * Windows Azure China environemnt support - * Service Bus metadata support updated to latest version + * 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 - * Make sure the response stream is drained to prevent socket exhaustion in Storage - * Support for all flavors of SharedKey and SharedKeyLite message signing through AuthenticationScheme property on client classes in Storage + * 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