-
Notifications
You must be signed in to change notification settings - Fork 43
/
ChangeLog
86 lines (60 loc) · 1.46 KB
/
ChangeLog
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
human_curl Changelog
====================
# v0.1.9 (17-10-2014)
---------------------
- Use multipart only if it is present in headers.
# v0.1.8 (19-05-2014)
---------------------
- Fixed async opener configurator.
# v0.1.7 (18-05-2014)
---------------------
- Fixed cookies. Fixed tests.
# v0.1.4 (17-05-2014)
---------------------
- Fixed Response __init__ ans headers parsings
# v0.1.4 (17-05-2014)
---------------------
- Updated async client
# v0.1.3 (26-02-2014)
---------------------
- Fixed post method.
- Added local httphq for travis tests.
# v0.1.2 (26-01-2014)
---------------------
- Fixed async post
# v0.1.0 (2-11-2012)
-------------------
- Small fix for windows
# v0.0.8 (30-09-2012)
---------------------
- Swithced requirements to pycurl2
# v0.0.5 (16-09-2012)
---------------------
- Added AsyncClient!
- Added json property to Response object
# v0.0.4
--------
- Added hooks
- Added custom pycurl options
# v0.0.3 (11-09-2011)
---------------------
- Added OAuth support ( OAuth 1.0)
# v0.0.2
--------
- Added digest auth
# v0.0.1 (31-08-2011)
---------------------
- First version
- First test written 29-08-2011
- Custom HTTP headers
- Request data/params
- Multiple file uploading
- Cookies support (dict or CookieJar)
- Redirection history
- Proxy support (http, https, socks4/5)
- Custom interface for request!
- Auto decompression of GZipped content
- Unicode URL support
- Request timers and another info
- Certificate validation
- ipv6 support