Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Releases: cloudflare/cloudflare-plugin-backend

v2.6.0

10 Oct 23:16
6af901b
Compare
Choose a tag to compare

Changes

  • Add SETTING_AUTOMATIC_PLATFORM_OPTIMIZATION_CACHE_BY_DEVICE_TYPE setting #53

v2.5.0

18 Mar 22:43
9d2668c
Compare
Choose a tag to compare

Fixed

  • Sanitize sensitive HTTP headers when calling the logAPICall method. #52
  • Stop sending cfCRSFToken to remote API. #41

v2.4.0

02 Oct 03:20
3b1fc84
Compare
Choose a tag to compare

2.4.0 - 20120-10-01

Added

  • Added APO support #48

v2.3.0

24 Sep 01:10
1b3a9e9
Compare
Choose a tag to compare

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

10 Jul 18:54
Compare
Choose a tag to compare

2.2.0 - 2017-07-10

Added

  • Added a new route to get config. Returns an empty array by default. #39

v2.1.0

13 Mar 18:27
Compare
Choose a tag to compare

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

28 Feb 18:09
Compare
Choose a tag to compare

1.1.13 - 2017-02-28

Added

  • Travis CI #34

Fixed

  • Fixed Guzzle type hints on getErrorMessage() #33

v1.1.12

03 Feb 11:39
Compare
Choose a tag to compare

1.1.12 - 2016-02-3

Changed

  • Moved Guzzle to require-dev #31

v1.1.11

27 Sep 16:48
Compare
Choose a tag to compare

1.1.11 - 2016-09-27

Fixed

  • Fixed bug where requests were not paginating. #27

v1.1.10

12 Sep 15:56
Compare
Choose a tag to compare

1.1.10 - 2016-09-12

Fixed

  • Fixed method PUT not having a http body bug. #26