forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.5.1.json
More file actions
22 lines (22 loc) · 1017 Bytes
/
1.5.1.json
File metadata and controls
22 lines (22 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"category": "``aws dynamodb``",
"description": "Update ``aws dynamodb`` command to support storing and retrieving documents with full support for document models. New data types are fully compatible with the JSON standard and allow you to nest document elements within one another.",
"type": "feature"
},
{
"category": "``aws configure``",
"description": "Fix bug where ``aws configure`` was not properly writing out to the shared credentials file",
"type": "bugfix"
},
{
"category": "S3 Response Parsing",
"description": "Fix regression for parsing S3 responses containing a status code of 200 with an error response body (`botocore issue 342 <https://github.com/boto/botocore/pull/342>`__)",
"type": "bugfix"
},
{
"category": "Shorthand Error Message",
"description": "Ensure the error message for shorthand parsing always contains the CLI argument name (`issue 935 <https://github.com/aws/aws-cli/pull/935>`__)",
"type": "bugfix"
}
]