-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG.txt
57 lines (44 loc) · 1.87 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Change log
[2019-03-29] v2.1.4
- Update license identifier into composer.json to remove composer warnings
[2019-03-29] v2.1.3
- Added license info to composer.json
[2017-09-15] v2.1.2
- Bugfix: Client Accept-Encoding header was not being passed properly to WURFL Cloud Service
- Updated to PSR2 code style
[2017-01-18] v2.1.1
- Bugfix: Non-default umasks no longer cause cache files to be written with wrong permissions
[2016-10-27] v2.1.0
- 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
[2016-09-02] v2.0.4
- 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`.
[2015-06-15] v2.0.3
- Enhancement: Reduce PHP version constraint from 5.4 to 5.3.
[2015-05-20] v2.0.2
- Enhancement: Open source cloud client.
[2014-02-13] v2.0.1
- Bugfix: CURL adapter fails with multiple calls to Client::detectDevice()
[2013-10-20] v2.0.0
- Client rewritten with namespaces
- Unit tests added for all classes
- Added support for Guzzle
- Added support for custom HTTP clients
- Added support for SOCKS and HTTP proxy servers
- Added support for Composer
- Improved autoloading
- Bugfix: HTTP timeout is not honored
- Improved documentation
[2012-04-02] v1.0.2
- Bugfix: Strict notices about abstract static methods
- Improved code examples
- Bugfix: Memcache connections are duplicated
[2012-03-16] v1.0.1
- Bugfix: JSON warnings in PHP < 5.3
[2011-12-21] v1.0.0
- Initial release