forked from aws/chalice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.13.1.json
35 lines (35 loc) · 929 Bytes
/
1.13.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
{
"schema-version": "1.0",
"changes": [
{
"type": "enhancement",
"category": "local",
"description": "Add support for multiValueHeaders in local mode (#1381)."
},
{
"type": "bugfix",
"category": "local",
"description": "Make ``current_request`` thread safe in local mode (#759)"
},
{
"type": "enhancement",
"category": "local",
"description": "Add support for cognito in local mode (#1377)."
},
{
"type": "bugfix",
"category": "packaging",
"description": "Fix terraform generation when injecting custom domains (#1237)"
},
{
"type": "enhancement",
"category": "packaging",
"description": "Ensure repeatable zip file generation (#1114)."
},
{
"type": "bugfix",
"category": "CORS",
"description": "Fix CORS request when returning compressed binary types (#1336)"
}
]
}