From 62969cbd8051cdc6ed02cd1f3fad121e4dd12e5a Mon Sep 17 00:00:00 2001 From: Serdar Ozler Date: Mon, 7 Oct 2013 10:35:25 -0700 Subject: [PATCH 1/2] Update changelog --- microsoft-azure-api/Services/Storage/changelog.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/microsoft-azure-api/Services/Storage/changelog.txt b/microsoft-azure-api/Services/Storage/changelog.txt index 1bd76af4414dd..88a3c557cc238 100644 --- a/microsoft-azure-api/Services/Storage/changelog.txt +++ b/microsoft-azure-api/Services/Storage/changelog.txt @@ -74,10 +74,6 @@ Issues fixed in 2.0.6 : - Tables: EntityProperty updated to set the IsNull value for properties correctly in the case when the user sets an EntityProperty value through its setter. - Tables: EdmType for null values in EntityProperty is set correctly and does not default to string any more. -Issues fixed in 2.0.6.1 : - - - Tables: Fix for Table Service layer to drain response stream - Changes in 2.1.0 : - All: Changed User-Agent header value to include .NET CLR and OS versions @@ -148,4 +144,9 @@ Changes in 2.1.0 : - Tables: Exposed PropertyAsObject Property in EntityProperty as publicly readable. - Tables: Exposed table serialialization logic. Allow users to persist and read back entities that don't derive from TableEntity using static methods(ReadUserObject and WriteUserObject). - Tables: Exposed CreateEntityPropertyFromObject in EntityProperty so users can pass in a value and get the corresponding EntityProperty. - - Tables: Escape single quote in PartitionKey and RowKey correctly while generating URIs. \ No newline at end of file + - Tables: Escape single quote in PartitionKey and RowKey correctly while generating URIs. + +Issues fixed in 2.1.0.2 : + + - Blobs: Streams opened by OpenRead do not throw NotSupportedException when Flush is called. + - Tables: Generic ExecuteQuery methods on CloudTable execute IQueryable queries correctly by generating the filter string. From 168e8a3bf8c8562503fe0e08b5bc456d9b8b9c51 Mon Sep 17 00:00:00 2001 From: Serdar Ozler Date: Mon, 7 Oct 2013 10:57:42 -0700 Subject: [PATCH 2/2] Update changelog --- microsoft-azure-api/Services/Storage/changelog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/microsoft-azure-api/Services/Storage/changelog.txt b/microsoft-azure-api/Services/Storage/changelog.txt index 88a3c557cc238..b0f1606a904fe 100644 --- a/microsoft-azure-api/Services/Storage/changelog.txt +++ b/microsoft-azure-api/Services/Storage/changelog.txt @@ -58,7 +58,7 @@ Issues fixed in 2.0.5.1 : - All: Make sure the response stream is drained to prevent socket exhaustion. -Issues fixed in 2.0.6 : +Issues fixed in 2.0.6.0 : - All: Default RetryPolicy filters updated to not retry 100-407, 409-499, 501, and 505 - All: Support for all flavors of SharedKey and SharedKeyLite message signing through AuthenticationScheme property on client classes. @@ -74,6 +74,10 @@ Issues fixed in 2.0.6 : - Tables: EntityProperty updated to set the IsNull value for properties correctly in the case when the user sets an EntityProperty value through its setter. - Tables: EdmType for null values in EntityProperty is set correctly and does not default to string any more. +Issues fixed in 2.0.6.1 : + + - Tables: Fix for Table Service layer to drain response stream + Changes in 2.1.0 : - All: Changed User-Agent header value to include .NET CLR and OS versions