|
| 1 | +2017.02 - version 0.13.0 |
| 2 | + |
| 3 | +ALL |
| 4 | +* The `ServiceException` now provides more detailed information about the request ID and date parsed from the error response. |
| 5 | +* Changed the setters in the following class from public to protected to avoid possible misuse of the data structure. |
| 6 | +`MicrosoftAzure\Storage\Common\Models\GetServicePropertiesResult` |
| 7 | +* Removed version tags in each of the files. |
| 8 | +* Added support for the SDK to access Azure Storage Emulator. |
| 9 | +* Introduced full support for middlewares. The usage manual can be found in [README.md](README.md). |
| 10 | +* Turned on the verification of SSL certificate issuer in the client options. |
| 11 | + |
| 12 | +Blob |
| 13 | +* Applied a more robust fix for the issue where `createBlockBlob` would fail for some files with size larger than 1MB and smaller than 32MB. |
| 14 | +* Changed the setters in the following classes from public to protected to avoid possible misuse of the data structure. |
| 15 | + ``` |
| 16 | + MicrosoftAzure\Storage\Blob\Models\BreakLeaseResult |
| 17 | + MicrosoftAzure\Storage\Blob\Models\CopyBlobResult |
| 18 | + MicrosoftAzure\Storage\Blob\Models\CreateBlobPagesResult |
| 19 | + MicrosoftAzure\Storage\Blob\Models\CreateBlobSnapshotResult |
| 20 | + MicrosoftAzure\Storage\Blob\Models\GetBlobMetadataResult |
| 21 | + MicrosoftAzure\Storage\Blob\Models\GetBlobPropertiesResult |
| 22 | + MicrosoftAzure\Storage\Blob\Models\GetBlobResult |
| 23 | + MicrosoftAzure\Storage\Blob\Models\GetContainerACLResult |
| 24 | + MicrosoftAzure\Storage\Blob\Models\GetContainerPropertiesResult |
| 25 | + MicrosoftAzure\Storage\Blob\Models\LeaseBlobResult |
| 26 | + MicrosoftAzure\Storage\Blob\Models\ListBlobBlocksResult |
| 27 | + MicrosoftAzure\Storage\Blob\Models\ListBlobsResult |
| 28 | + MicrosoftAzure\Storage\Blob\Models\ListPageBlobRangesResult |
| 29 | + MicrosoftAzure\Storage\Blob\Models\PutBlobResult |
| 30 | + MicrosoftAzure\Storage\Blob\Models\PutBlockResult |
| 31 | + MicrosoftAzure\Storage\Blob\Models\SetBlobMetadataResult |
| 32 | + MicrosoftAzure\Storage\Blob\Models\SetBlobPropertiesResult |
| 33 | + ``` |
| 34 | + |
| 35 | +Table |
| 36 | +* Changed the setters in the following classes from public to protected to avoid possible misuse of the data structure. |
| 37 | + ``` |
| 38 | + MicrosoftAzure\Storage\Table\Models\BatchResult |
| 39 | + MicrosoftAzure\Storage\Table\Models\GetEntityResult |
| 40 | + MicrosoftAzure\Storage\Table\Models\GetTableResult |
| 41 | + MicrosoftAzure\Storage\Table\Models\InsertEntityResult |
| 42 | + MicrosoftAzure\Storage\Table\Models\QueryEntitiesResult |
| 43 | + MicrosoftAzure\Storage\Table\Models\QueryTablesResult |
| 44 | + MicrosoftAzure\Storage\Table\Models\UpdateEntityResult |
| 45 | + ``` |
| 46 | + |
| 47 | +Queue |
| 48 | +* Changed the setters in the following classes from public to protected to avoid possible misuse of the data structure. |
| 49 | + ``` |
| 50 | + MicrosoftAzure\Storage\Queue\Models\GetQueueMetadataResult |
| 51 | + MicrosoftAzure\Storage\Queue\Models\ListMessagesResult |
| 52 | + MicrosoftAzure\Storage\Queue\Models\ListQueuesResult |
| 53 | + MicrosoftAzure\Storage\Queue\Models\PeekMessagesResult |
| 54 | + MicrosoftAzure\Storage\Queue\Models\UpdateMessageResult |
| 55 | + ``` |
| 56 | + |
1 | 57 | 2017.01 - version 0.12.1 |
2 | 58 | Blob |
3 | 59 | * Fixed an issue where `createBlockBlob` would fail for some files with size larger than 1MB and smaller than 32MB. |
|
0 commit comments