Коммит
c519bfa1f4
|
@ -1,4 +1,4 @@
|
|||
Tracking Breaking changes in 1.0.0-beta.1
|
||||
Tracking Breaking changes in 0.17.0
|
||||
|
||||
All
|
||||
* Refined code logic for continuation token. Now continuation token will be null if there are no more instance to be queried/listed.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
2017.07 - version 1.0.0-beta.1
|
||||
2017.07 - version 0.17.0
|
||||
|
||||
All
|
||||
* REST API version upgraded to 2016-05-31.
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Microsoft Azure Storage SDK for PHP
|
||||
# Microsoft Azure Storage SDK for PHP - GA Preview
|
||||
|
||||
This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage services (blobs, tables and queues). For documentation on how to host PHP applications on Microsoft Azure, please see the [Microsoft Azure PHP Developer Center](http://www.windowsazure.com/en-us/develop/php/).
|
||||
|
||||
This project is now in GA Preview stage.
|
||||
|
||||
[![Latest Stable Version](https://poser.pugx.org/microsoft/azure-storage/v/stable)](https://packagist.org/packages/microsoft/azure-storage)
|
||||
|
||||
> **Note**
|
||||
|
|
|
@ -301,7 +301,7 @@ class Resources
|
|||
const DEAFULT_RETRY_INTERVAL = 1000;//Milliseconds
|
||||
|
||||
// Header values
|
||||
const SDK_VERSION = '1.0.0-beta.1';
|
||||
const SDK_VERSION = '0.17.0';
|
||||
const STORAGE_API_LATEST_VERSION = '2016-05-31';
|
||||
const DATA_SERVICE_VERSION_VALUE = '3.0';
|
||||
const MAX_DATA_SERVICE_VERSION_VALUE = '3.0;NetFx';
|
||||
|
|
Загрузка…
Ссылка в новой задаче