Skip to content

Commit

Permalink
Merge pull request Azure#30 from wastore/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
asorrin-msft authored Jan 18, 2017
2 parents 388a520 + 35124bb commit 8afb7c5
Show file tree
Hide file tree
Showing 73 changed files with 3,257 additions and 1,195 deletions.
13 changes: 13 additions & 0 deletions BreakingChanges.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes in 5.0.0

BLOB
* getQualifiedUri() has been deprecated. Please use getSnapshotQualifiedUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
* getQualifiedStorageUri() has been deprecated. Please use getSnapshotQualifiedStorageUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
* Fixed a bug where copying from a blob that included a SAS token and a snapshot did not use the SAS token.

FILE
* Fixed a bug where copying from a blob that included a SAS token and a snapshot did not use the SAS token.

QUEUE
* For addMessage() the CloudQueueMessage message passed in will be populated with the pop receipt, insertion/expiration time, and message ID.

Changes in 4.0.0

TABLE
Expand Down
15 changes: 14 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
2016.XX.XX Version 5.0.0
* Prefix support for listing files and directories.
* Added support for setting public access when creating a blob container
* The public access setting on a blob container is now a container property returned from downloadProperties.
* Add Message now modifies the PopReceipt, Id, NextVisibleTime, InsertionTime, and ExpirationTime properties of its CloudQueueMessage parameter.
* Populate content MD5 for range gets on Blobs and Files.
* Added support in Page Blob for incremental copy.
* Added large BlockBlob upload support. Blocks can now support sizes up to 100 MB.
* Added a new, memory-optimized upload strategy for the upload* APIs. This algorithm only applies for blocks greater than 4MB and when storeBlobContentMD5 and Client-Side Encryption are disabled.
* getQualifiedUri() has been deprecated for Blobs. Please use getSnapshotQualifiedUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
* getQualifiedStorageUri() has been deprecated for Blobs. Please use getSnapshotQualifiedStorageUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token.
* Fixed a bug where copying from a blob that included a SAS token and a snapshot ommitted the SAS token.

2016.08.30 Version 4.4.0
* Fixed a bug in client-side encryption for tables that was preventing the Java client from decrypting entities encrypted with the .NET client, and vice versa.

2016.07.06 Version 4.3.0
* Added support for server-side encryption.
* Added support for getBlobReferenceFromServer methods on CloudBlobContainer to support retrieving a blob without knowing its type.
Expand Down
Loading

0 comments on commit 8afb7c5

Please sign in to comment.