Skip to content

Commit

Permalink
Merge pull request #180 from WindowsAzure/dev
Browse files Browse the repository at this point in the history
Update to 0.3.3
  • Loading branch information
joostdenijs committed Oct 30, 2012
2 parents 08c0b56 + a757f4c commit 4b0a14a
Show file tree
Hide file tree
Showing 23 changed files with 694 additions and 322 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2012.10.29 Version 0.3.3
* In the blob client, fixed a bug which allows users to call write APIs on a blob snapshot reference
* Updated the URL parse method in storage client libraries, to allow users to pass a URL ending with "/"
* Updated the parsing response header code in blob client APIs
* Updated the storage client library user agent version from 0.1.2 to 0.1.3
* Added more test cases in storage client tests

2012.10.16 Version 0.3.2
* Implemented a more graceful timeout Exception
* Implemented a better Exception for an empty header returned by the Azure Storage Service
Expand Down Expand Up @@ -37,7 +44,7 @@
2012.01.31 Version 0.1.3
* Updated User Agent to v0.1.1
* Updated License Headers
* Blob Client Mark bug fix
* Blob Client Mark update
* Retry Logic updated in Blob and Queue Client to not retry
* Error Response parsing updated for Table compatibility
* MD5 is delay calculated on copy streams
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ within your project you can also have them installed by the Java package manager
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-windowsazure-api</artifactId>
<version>0.3.1</version>
<version>0.3.3</version>
</dependency>

##Minimum Requirements
Expand Down
Loading

0 comments on commit 4b0a14a

Please sign in to comment.