summaryrefslogtreecommitdiff
path: root/NEWS
blob: 633b63408c23fadb1bfcadb04aef7df310ccb942 (plain)
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
87
88
89
90
apifw NEWS
=============================================================================

This file summarizes changes between releases of `apifw`.


Version 0.17, released 2017-11-19
----------------------------------

* Fix bug in scope checking.

Version 0.16, released 2017-11-13
----------------------------------

* Do not require `RAW_URI` in the request environment, to allow
  testing without gunicorn.

Version 0.15, released 2017-10-09
----------------------------------

* Disallow empty bodies for POST and PUT requests. Status code 411 is
  returned in that case.

Version 0.14, released 2017-10-04
----------------------------------

* Add optional argument givine a list of resources to
  `apifw.create_bottle_application`, as a temporary workaround for a
  problem in Qvarn.

Version 0.13, released 2017-09-28
----------------------------------

* Disable JWT token audience check, for now. This is quick fix for
  Qvarn.

Version 0.12, released 2017-09-26
----------------------------------

* Tests now use a random port, instead of the fixed 12765 one.

Version 0.11, released 2017-09-25
----------------------------------

* Callbacks now get an extra keyword argument `raw_uri_path` so they
  can, if they need to, process it before URL decoding happens. Qvarn
  needs this for searches.

Version 0.10, released 2017-09-06
---------------------------------

* Changes to status codes for 401/403, to match what Qvarn is doing.

Version 0.9, released 2017-08-19
---------------------------------

* Fix the test for whether request body is JSON or not.

Version 0.8, released 2017-08-10
---------------------------------

* We now parse an incoming JSON body ourselves, to be able to handle
  an error betterer.

Version 0.7, released 2017-08-04
---------------------------------

* Add "counter" argument to Bottle application, for countint HTTP
  transaction.

Version 0.6, released 2017-08-04
---------------------------------


Version 0.5, released 2017-08-03
---------------------------------


Version 0.4, released 2017-08-01
---------------------------------


Version 0.3, released 2017-08-01
---------------------------------


Version 0.2, released 2017-08-01
-----------------------------------------------------------------------------

* First release.