Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit b4d6009

Browse files
authored
Merge pull request #91 from katmsft/jul
GA-Preview release(1.0.0-beta.1) pull request
2 parents dffb7d7 + c62dfa3 commit b4d6009

File tree

71 files changed

+1971
-1628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1971
-1628
lines changed

BreakingChanges.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Tracking Breaking changes in 1.0.0-beta.1
2+
3+
All
4+
* Refined code logic for continuation token. Now continuation token will be null if there are no more instance to be queried/listed.
5+
6+
Blob
7+
* Removed `MicrosoftAzure\Storage\Tests\unit\Blob\Models\BlobContinuationToken`, now use `MicrosoftAzure\Storage\Common\MarkerContinuationToken` instead for better code structure and reuse.
8+
9+
Table
10+
* Deprecated ATOM support for Table service.
11+
12+
Queue
13+
* Removed `MicrosoftAzure\Storage\Tests\unit\Queue\Models\QueueContinuationToken`, now use `MicrosoftAzure\Storage\Common\MarkerContinuationToken` instead for better code structure and reuse.
14+
15+
File
16+
* Removed `MicrosoftAzure\Storage\Tests\unit\File\Models\FileContinuationToken`, now use `MicrosoftAzure\Storage\Common\MarkerContinuationToken` instead for better code structure and reuse.
17+
118
Tracking Breaking changes in 0.16.0
219

320
All

ChangeLog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2017.07 - version 1.0.0-beta.1
2+
3+
All
4+
* REST API version upgraded to 2016-05-31.
5+
* Added support for anonymous read access to containers. User can now call `MicrosoftAzure\Storage\Common\ServiceBuilder::createContainerAnonymousAccess` to create service proxy to access containers/blobs without credential.
6+
* Refined code logic for continuation token. Now continuation token will be null if there are no more instance to be queried/listed.
7+
8+
Blob
9+
* Removed `MicrosoftAzure\Storage\Tests\unit\Blob\Models\BlobContinuationToken`, now use `MicrosoftAzure\Storage\Common\MarkerContinuationToken` instead for better code structure and reuse.
10+
* Added `MicrosoftAzure\Storage\Tests\unit\Blob\BlobRestProxy::blockSize` for user to control block size.
11+
12+
Table
13+
* Deprecated ATOM support for Table service.
14+
15+
Queue
16+
* Removed `MicrosoftAzure\Storage\Tests\unit\Queue\Models\QueueContinuationToken`, now use `MicrosoftAzure\Storage\Common\MarkerContinuationToken` instead for better code structure and reuse.
17+
18+
File
19+
* Removed `MicrosoftAzure\Storage\Tests\unit\File\Models\FileContinuationToken`, now use `MicrosoftAzure\Storage\Common\MarkerContinuationToken` instead for better code structure and reuse.
20+
121
2017.06 - version 0.16.0
222

323
All

0 commit comments

Comments
 (0)