Releases: cloudflare/cloudflare-plugin-backend
Releases · cloudflare/cloudflare-plugin-backend
v2.6.0
Changes
- Add
SETTING_AUTOMATIC_PLATFORM_OPTIMIZATION_CACHE_BY_DEVICE_TYPE
setting #53
v2.5.0
Fixed
- Sanitize sensitive HTTP headers when calling the
logAPICall
method. #52
- Stop sending
cfCRSFToken
to remote API. #41
v2.4.0
2.4.0 - 20120-10-01
Added
v2.3.0
2.3.0 - 20120-09-23
Fixed
- Fixed issue #255 Scope test api request to current zone. #46
- Sanitize authentication headers. #45
- Update version of Guzzle, fix issues with Client and tests. #44
- Client.php: Use
self::
prefix for AUTH_KEY_LEN
constant. #43
Added
- Added support for API Tokens. #42
v2.2.0
2.2.0 - 2017-07-10
Added
- Added a new route to get config. Returns an empty array by default. #39
v2.1.0
2.1.0 - 2017-13-08
Changed
CF\API\AbstractAPIClient
depends on CF\API\HttpClientInterface
and uses CF\API\DefaultHttpClient
(Guzzle 5) #37
v1.1.13
1.1.13 - 2017-02-28
Added
Fixed
- Fixed Guzzle type hints on getErrorMessage() #33
v1.1.12
Changed
- Moved Guzzle to require-dev #31
v1.1.11
1.1.11 - 2016-09-27
Fixed
- Fixed bug where requests were not paginating. #27
v1.1.10
1.1.10 - 2016-09-12
Fixed
- Fixed method PUT not having a http body bug. #26