Skip to content

Commit

Permalink
source code copied from azure-storage-php for v1.1.0-blob release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinjiang committed Apr 26, 2018
1 parent 74d6415 commit 9a8c8a8
Show file tree
Hide file tree
Showing 63 changed files with 563 additions and 815 deletions.
288 changes: 0 additions & 288 deletions .gitignore

This file was deleted.

10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2018.04 - version 1.1.0

* Private method BlobRestProxy::getBlobUrl now preserves primary URI path when exists.
* MD files are modified for better readability and formatting.
* CACERT can now be set when creating RestProxies using `$options` parameter.
* Added a sample in `BlobSamples.php` to list all blobs with certain prefix. This is a recommended implementation of using continuation token to list all the blobs.
* Removed unnecessary trailing spaces.
* Assertions are re-factored in test cases.
* Now the test framework uses `PHPUnit\Framework\TestCase` instead of `PHPUnit_Framework_TestCase`.

2018.01 - version 1.0.0

* Created `BlobSharedAccessSignatureHelper` and moved method `SharedAccessSignatureHelper::generateBlobServiceSharedAccessSignatureToken()` into `BlobSharedAccessSignatureHelper`.
Expand Down

0 comments on commit 9a8c8a8

Please sign in to comment.