File: CHANGES.rst

package info (click to toggle)
wsgiproxy2 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 668; makefile: 128
file content (80 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (2)
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
Changes
=======

0.5.1 (2021-08-26)
------------------

- remove stale dep on six

- use github actions as CI


0.5.0 (2021-08-18)
------------------

- Drop support for python3.6 and bellow

0.4.6 (2019-02-22)
------------------

- PATCH added into (default) list of allowed methods


0.4.5 (2018-09-19)
------------------

- Allow to use URIs with no path


0.4.4 (2017-06-02)
------------------

- Clean up connection before returning result. This removes some
  ResourceWarnings when testing


0.4.3 (2017-02-17)
------------------

- Add OPTIONS to defaults allowed methods

- Drop restkit support

- Drop py26 support


0.4.2 (2014-12-20)
------------------

- Undo webob's unquoting to handle paths with percent quoted utf8 characters
  [Laurence Rowe]


0.4.1 (2013-12-21)
------------------

- Include README_fixt.py in release


0.4 (2013-12-21)
----------------

- fix tests.

- change the way requests iter response


0.3 (2013-09-12)
----------------

Make allowed_methods check optional

0.2
---

Return the data not gzip decoded when using request

0.1
---

Initial release