v2.0.4
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\FileGetContentsfor use withoutcurlorfsock. - 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.