forked from aws/chalice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.6.2.json
40 lines (40 loc) · 1.34 KB
/
1.6.2.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": "dependencies",
"description": "Add support for pip 18.2\n(`#991 <https://github.com/aws/chalice/pull/991>`__)",
"type": "enhancement"
},
{
"category": "logging",
"description": "Add more detailed debug logs to the packager.\n(`#934 <https://github.com/aws/chalice/pull/934>`__)",
"type": "enhancement"
},
{
"category": "python",
"description": "Add support for python3.7\n(`#992 <https://github.com/aws/chalice/pull/992>`__)",
"type": "feature"
},
{
"category": "rest-api",
"description": "Support bytes for the application/json binary type\n(`#988 <https://github.com/aws/chalice/issues/988>`__)",
"type": "feature"
},
{
"category": "rest-api",
"description": "Use more compact JSON representation by default for dicts\n(`#958 <https://github.com/aws/chalice/pull/958>`__)",
"type": "enhancement"
},
{
"category": "logging",
"description": "Log internal exceptions as errors\n(`#254 <https://github.com/aws/chalice/issues/254>`__)",
"type": "enhancement"
},
{
"category": "rest-api",
"description": "Generate swagger documentation from docstrings\n(`#574 <https://github.com/aws/chalice/issues/574>`__)",
"type": "feature"
}
]
}