Skip to content

Commit

Permalink
Merge pull request #261 from sozler/dev
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
joeg committed Oct 7, 2013
2 parents 519006f + 168e8a3 commit 98f2472
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions microsoft-azure-api/Services/Storage/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -76,7 +76,7 @@ Issues fixed in 2.0.6 :

Issues fixed in 2.0.6.1 :

- Tables: Fix for Table Service layer to drain response stream
- Tables: Fix for Table Service layer to drain response stream

Changes in 2.1.0 :

Expand Down Expand Up @@ -148,4 +148,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.
- 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.

0 comments on commit 98f2472

Please sign in to comment.