|
1 | 1 | History
|
2 | 2 | ~~~~~~~
|
3 | 3 |
|
4 |
| -0.1.0 (2018-06-19) |
| 4 | +1.0.0 (2018-12-31) |
5 | 5 | ------------------
|
6 | 6 |
|
7 |
| -* First release on PyPI. |
| 7 | +* Ensure stored response body is always retrieved as bytes when asked for by the test. |
| 8 | +* Updates to README. |
| 9 | +* Use reverse chronological ordering of HISTORY. |
8 | 10 |
|
9 |
| -0.2.0 (2018-08-04) |
10 |
| ------------------- |
| 11 | +0.10.0 (2018-10-30) |
| 12 | +------------------- |
11 | 13 |
|
12 |
| -* Load proxy settings from env variables |
13 |
| -* Support disabling of content encoding |
14 |
| -* Updates to README |
| 14 | +* Fix issue where ignoring OPTIONS requests would trigger AttributeError. |
| 15 | +* Allow proxy settings to be explicitly set to None. |
15 | 16 |
|
16 |
| -0.3.0 (2018-08-07) |
| 17 | +0.9.0 (2018-10-28) |
17 | 18 | ------------------
|
18 | 19 |
|
19 |
| -* Fix remote proxy basic authentication |
20 |
| -* Updates to README |
| 20 | +* Ignore OPTIONS requests by default, and allow list of methods to be configurable via the ignore_http_methods option. |
| 21 | +* Move default Selenium Wire request storage from system temp to user home to prevent permission collisions. |
21 | 22 |
|
22 |
| -0.4.0 (2018-08-19) |
| 23 | +0.8.0 (2018-09-20) |
23 | 24 | ------------------
|
24 | 25 |
|
25 |
| -* OpenSSL for Windows now bundled |
26 |
| -* Setup instructions for Edge |
| 26 | +* Fix issue where new headers were not being added to the request when using driver.header_overrides. |
27 | 27 |
|
28 |
| -0.5.0 (2018-08-19) |
| 28 | +0.7.0 (2018-08-29) |
29 | 29 | ------------------
|
30 | 30 |
|
31 |
| -* Clearer README instructions |
| 31 | +* README and doc updates. |
32 | 32 |
|
33 | 33 | 0.6.0 (2018-08-21)
|
34 | 34 | ------------------
|
35 | 35 |
|
36 |
| -* Bundle openssl.cnf for Windows |
| 36 | +* Bundle openssl.cnf for Windows. |
37 | 37 |
|
38 |
| -0.7.0 (2018-08-29) |
| 38 | +0.5.0 (2018-08-19) |
39 | 39 | ------------------
|
40 | 40 |
|
41 |
| -* README and doc updates |
| 41 | +* Clearer README instructions. |
42 | 42 |
|
43 |
| -0.8.0 (2018-09-20) |
| 43 | +0.4.0 (2018-08-19) |
44 | 44 | ------------------
|
45 | 45 |
|
46 |
| -* Fix issue where new headers were not being added to the request when using driver.header_overrides |
| 46 | +* OpenSSL for Windows now bundled. |
| 47 | +* Setup instructions for Edge. |
47 | 48 |
|
48 |
| -0.9.0 (2018-10-28) |
| 49 | +0.3.0 (2018-08-07) |
49 | 50 | ------------------
|
50 | 51 |
|
51 |
| -* Ignore OPTIONS requests by default, and allow list of methods to be configurable via the ignore_http_methods option. |
52 |
| -* Move default Selenium Wire request storage from system temp to user home to prevent permission collisions. |
| 52 | +* Fix remote proxy basic authentication. |
| 53 | +* Updates to README. |
53 | 54 |
|
54 |
| -0.10.0 (2018-10-30) |
55 |
| -------------------- |
| 55 | +0.2.0 (2018-08-04) |
| 56 | +------------------ |
56 | 57 |
|
57 |
| -* Fix issue where ignoring OPTIONS requests would trigger AttributeError |
58 |
| -* Allow proxy settings to be explicitly set to None |
| 58 | +* Load proxy settings from env variables. |
| 59 | +* Support disabling of content encoding. |
| 60 | +* Updates to README. |
| 61 | + |
| 62 | +0.1.0 (2018-06-19) |
| 63 | +------------------ |
| 64 | + |
| 65 | +* First release on PyPI. |
0 commit comments