Skip to content

Releases: WURFL/wurfl-cloud-client-php

v2.2.0

12 Sep 09:51
248d4ae

Choose a tag to compare

  • Add Redis driver

v2.1.4

29 Mar 16:11
8caf48e

Choose a tag to compare

Update license identifier into composer.json to remove composer warnings

v2.1.3

29 Mar 15:52
91e5c82

Choose a tag to compare

  • Added license info to composer.json [#12]

v2.1.2

15 Sep 17:15

Choose a tag to compare

Updates:

  • Bugfix: Client Accept-Encoding header was not being passed properly to WURFL Cloud Service
  • Updated to PSR2 code style

v2.1.1

18 Jan 16:05

Choose a tag to compare

  • Bugfix: Non-default umasks no longer cause cache files to be written with wrong permissions

v2.1.0

02 Nov 18:10

Choose a tag to compare

  • Enhancement: Added full support for PHP 7
  • Enhancement: Added support for APCu to the APC cache adapter
  • Bugfix: Fsock adapter should use HTTP/1.0 to avoid chunked transfer encoding

v2.0.4

02 Sep 18:28

Choose a tag to compare

The focus of this release was to add better support for Google App Engine PHP applications.

  • Enhancement: Added support for Google App Engine and documentation for using Cloud Storage for caching.
  • Enhancement: Added HttpClient\FileGetContents for use without curl or fsock.
  • Enhancement: Added support for Guzzle 6+ through new adapter HttpClient\GuzzleHttp.
  • Enhancement: Added Docker test runner via docker-compose.
  • Bugfix: CURL adapter would not use compression even with use_compression = true.

v2.0.3

15 Jun 22:00

Choose a tag to compare

  • Enhancement: Reduce PHP version constraint from 5.4 to 5.3.

v2.0.2

20 May 20:04

Choose a tag to compare

  • Enhancement: Open source cloud client.