2022-08-29 10:07:33 +03:00
2022.08 - version 1.1.6
* Removed EOL from Content-Type header in batch API.
2021-09-09 11:49:28 +03:00
2021.09 - version 1.1.5
2021-09-09 11:44:10 +03:00
* Upgraded dependency for `azure-storage-common` to version 1.5.2.
* Fixed a bug where `QueryEnttitiesResult` with a null `NextRowKey` won't work.
* Return integer from a sorting callback, not bool.
2020-12-04 06:49:17 +03:00
2020.12 - version 1.1.4
2020-12-04 06:54:46 +03:00
* Guzzle version is now updated to support both 6.x and 7.x.
2020-12-04 06:49:17 +03:00
2020-08-25 17:14:46 +03:00
2020.08 - version 1.1.3
* Lower case query parameter names.
2020-01-02 06:00:29 +03:00
2020.01 - version 1.1.2
* Fixed the issue in SAS token where special characters were not correctly encoded.
* Empty lines no longer treated as headers in Batch operation.
2019-04-26 12:35:53 +03:00
2019.04 - version 1.1.1
* Resolved some issues on Linux platform.
2018-04-13 04:22:25 +03:00
2018.04 - version 1.1.0
* MD files are modified for better readability and formatting.
* CACERT can now be set when creating RestProxies using `$options` parameter.
* 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-04 16:20:55 +03:00
2018.01 - version 1.0.0
2017-12-20 16:56:41 +03:00
* Created `TableSharedAccessSignatureHelper` and moved method `SharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken()` into `TableSharedAccessSignatureHelper` .
* Added static builder methods `createTableService` into `TableRestProxy` .
* Removed `dataSerializer` parameter from `TableRextProxy` constructor.
* Will change variable type according to EdmType specified when serializing table entity values.
* Deprecated PHP 5.5 support.