mdref.json config
[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
11 * Added request option constants:
12 * http\Client\Curl\POSTREDIR_303
13 * http\Client\Curl\AUTH_SPNEGO
14 * http\Client\Curl\SSL_VERSION_TLSv1_0
15 * http\Client\Curl\SSL_VERSION_TLSv1_1
16 * http\Client\Curl\SSL_VERSION_TLSv1_2
17 0. v2.3.0
18 * Added request options:
19 * $proxyheader
20 * $unix_socket_path
21 * Added SSL request options:
22 * $pinned_publickey
23 * $tlsauth
24 * $verifystatus
25 * Added request option constants:
26 * http\Client\Curl\HTTP_VERSION_2_0
27 * http\Client\Curl\TLS_AUTH_SRP
28 0. v2.5.1
29 * Added request options:
30 * $proxy_service_name
31 * $service_name
32 * Added SSL request options:
33 * $falsestart
34 0. v2.5.6
35 * Added request option constants:
36 * http\Client\Curl\HTTP_VERSION_2TLS
37 0. v2.6.0, v3.1.0
38 * Added methods:
39 * http\Client::setDebug()
40 * Added client configure options:
41 * $share_cookies
42 * $share_ssl
43 * Changed client configure options:
44 * bool $use_eventloop changed to mixed to accept an http\Client\Curl\User implementation
45 * Added constants:
46 * http\Client\Curl::FEATURES
47 * http\Client\Curl::VERSIONS
48 * Added namespaces:
49 * http\Client\Curl\Features
50 * http\Client\Curl\Versions
51 * Added interfaces:
52 * http\Client\Curl\User
53 0. v4.1.0
54 * Added request options:
55 * http\Client\Curl::$abstract_unix_socket
56 * http\Client\Curl::$altsvc
57 * http\Client\Curl::$altsvc_ctrl
58 * http\Client\Curl::$aws_sigv4
59 * http\Client\Curl::$doh_url
60 * http\Client\Curl::$dns_shuffle_addresses
61 * http\Client\Curl::$haproxy_protocol
62 * http\Client\Curl::$hsts
63 * http\Client\Curl::$hsts_ctrl
64 * http\Client\Curl::$http09_allowed
65 * http\Client\Curl::$maxage_conn
66 * http\Client\Curl::$pinned_publickey
67 * http\Client\Curl::$proxy_ssl
68 * http\Client\Curl::$socks5_auth
69 * http\Client\Curl::$tcp_fastopen
70 * http\Client\Curl::$tls13_ciphers
71 * http\Client\Curl::$xoauth2_bearer
72 * Added request option constants:
73 * http\Client\Curl\AUTH_AWS_SIGV4
74 * http\Client\Curl\AUTH_BEARER
75 * http\Client\Curl\AUTH_NONE
76 * http\Client\Curl\HTTP_VERSION_2_PRIOR_KNOWLEDGE
77 * http\Client\Curl\HTTP_VERSION_3
78 * http\Client\Curl\SSL_VERSION_MAX_*
79 * http\Client\Curl\SSL_VERSION_TLSv1_3
80 * Added library version constants:
81 * http\Client\Curl\Versions\BROTLI
82 * http\Client\Curl\Versions\CAINFO
83 * http\Client\Curl\Versions\CAPATH
84 * http\Client\Curl\Versions\HYPER
85 * http\Client\Curl\Versions\ICONV
86 * http\Client\Curl\Versions\NGHTTP2
87 * http\Client\Curl\Versions\QUIC
88 * http\Client\Curl\Versions\ZSTD