forked from aws/chalice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0.10.0.json
30 lines (30 loc) · 1.31 KB
/
0.10.0.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
{
"schema-version": "0.2",
"changes": [
{
"category": "deployment",
"description": "Fix issue where provided ``iam_role_arn`` was not respected on\nredeployments of chalice applications and in the CloudFormation template\ngenerated by ``chalice package``\n(`#339 <https://github.com/awslabs/chalice/issues/339>`__)",
"type": "bugfix"
},
{
"category": "config",
"description": "Fix ``autogen_policy`` in config being ignored\n(`#367 <https://github.com/awslabs/chalice/pull/367>`__)",
"type": "bugfix"
},
{
"category": "rest-api",
"description": "Add support for view functions that share the same view url but\ndiffer by HTTP method\n(`#81 <https://github.com/awslabs/chalice/issues/81>`__)",
"type": "feature"
},
{
"category": "deployment",
"description": "Improve deployment error messages for deployment packages that are\ntoo large\n(`#246 <https://github.com/awslabs/chalice/issues/246>`__,\n`#330 <https://github.com/awslabs/chalice/issues/330>`__,\n`#380 <https://github.com/awslabs/chalice/pull/380>`__)",
"type": "enhancement"
},
{
"category": "rest-api",
"description": "Add support for built-in authorizers\n(`#356 <https://github.com/awslabs/chalice/issues/356>`__)",
"type": "feature"
}
]
}