forked from aws/chalice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0.5.1.json
40 lines (40 loc) · 1.15 KB
/
0.5.1.json
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
{
"schema-version": "0.2",
"changes": [
{
"category": "local",
"description": "Add support for serializing decimals in ``chalice local`` (#187)",
"type": "enhancement"
},
{
"category": "local",
"description": "Add stdout handler for root logger when using ``chalice local`` (#186)",
"type": "enhancement"
},
{
"category": "local",
"description": "Map query string parameters when using ``chalice local`` (#184)",
"type": "enhancement"
},
{
"category": "rest-api",
"description": "Support Content-Type with a charset (#180)",
"type": "enhancement"
},
{
"category": "deployment",
"description": "Fix not all resources being retrieved due to pagination (#188)",
"type": "bugfix"
},
{
"category": "deployment",
"description": "Fix issue where root resource was not being correctly retrieved (#205)",
"type": "bugfix"
},
{
"category": "deployment",
"description": "Handle case where local policy does not exist\n(`29 <https://github.com/awslabs/chalice/issues/29>`__)",
"type": "bugfix"
}
]
}