-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Copy pathCHANGES.txt
68 lines (40 loc) · 1.59 KB
/
CHANGES.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
58
59
60
61
62
63
64
65
66
67
68
CHANGES
=======
0.17.0a0 (XX-XX-XXXX)
-------------------
0.16.3 (05-30-2015)
-------------------
- Fix StaticRoute vulnerability to directory traversal attacks #380
0.16.2 (05-27-2015)
-------------------
- Update python version required for `__del__` usage: it's actially
3.4.1 instead of 3.4.0
- Add check for presence of loop.is_closed() method before call the
former #378
0.16.1 (05-27-2015)
-------------------
- Fix regression in static file handling #377
0.16.0 (05-26-2015)
-------------------
- Unset waiter future after cancellation #363
- Update request url with query parameters #372
- Support new `fingerprint` param of TCPConnector to enable verifying
ssl certificates via md5, sha1, or sha256 digest #366
- Setup uploaded filename if field value is binary and transfer
encoding is not specified #349
- Implement `ClientSession.close()` method
- Implement `connector.closed` readonly property
- Implement `ClientSession.closed` readonly property
- Implement `ClientSession.connector` readonly property
- Implement `ClientSession.detach` method
- Add `__del__` to client-side objects: sessions, connectors,
connections, requests, responses.
- Refactor connections cleanup by connector #357
- Add `limit` parameter to connector constructor #358
- Add `request.has_body` property #364
- Add `response_class` parameter to `ws_connect()` #367
- `ProxyConnector` doesn't support keep-alive requests by default
starting from now #368
- Add `connector.force_close` property
- Add ws_connect to ClientSession #374
- Support optional `chunk_size` parameter in `router.add_static()`