Skip to content

v2.0.4

Choose a tag to compare

@kamermans kamermans released this 02 Sep 18:28
· 29 commits to master since this release

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.