thanks git
[mdref/mdref-http] / http / Client / Curl / : Changelog.md
1 # http\Client\Curl Changelog
2
3 0. v2.1.0
4 * Added request options:
5 * $dns_interface
6 * $dns_local_ip4
7 * $dns_local_ip6
8 * $expect_100_timeout
9 0. v2.1.2
10 * Added request option constants:
11 * http\Client\Curl\POSTREDIR_303
12 * http\Client\Curl\AUTH_SPNEGO
13 * http\Client\Curl\SSL_VERSION_TLSv1_0
14 * http\Client\Curl\SSL_VERSION_TLSv1_1
15 * http\Client\Curl\SSL_VERSION_TLSv1_2
16 0. v2.3.0
17 * Added request options:
18 * $proxyheader
19 * $unix_socket_path
20 * Added SSL request options:
21 * $pinned_publickey
22 * $tlsauth
23 * $verifystatus
24 * Added request option constants:
25 * http\Client\Curl\HTTP_VERSION_2_0
26 * http\Client\Curl\TLS_AUTH_SRP
27 0. v2.5.1
28 * Added request options:
29 * $proxy_service_name
30 * $service_name
31 * Added SSL request options:
32 * $falsestart
33 0. v2.5.6
34 * Added request option constants:
35 * http\Client\Curl\HTTP_VERSION_2TLS
36 0. v2.6.0, v3.1.0
37 * Added methods:
38 * http\Client::setDebug()
39 * Added client configure options:
40 * $share_cookies
41 * $share_ssl
42 * Changed client configure options:
43 * bool $use_eventloop changed to mixed to accept an http\Client\Curl\User implementation
44 * Added constants:
45 * http\Client\Curl::FEATURES
46 * http\Client\Curl::VERSIONS
47 * Added namespaces:
48 * http\Client\Curl\Features
49 * http\Client\Curl\Versions
50 * Added interfaces:
51 * http\Client\Curl\User