forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.7.0.json
More file actions
52 lines (52 loc) · 1.9 KB
/
1.7.0.json
File metadata and controls
52 lines (52 loc) · 1.9 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"category": "``aws cloudhsm``",
"description": "Add support for AWS CloudHSM.",
"type": "feature"
},
{
"category": "``aws ecs``",
"description": "Add support for ``aws ecs``, the Amazon EC2 Container Service (ECS)",
"type": "feature"
},
{
"category": "``aws rds``",
"description": "Add Encryption at Rest and CloudHSM Support.",
"type": "feature"
},
{
"category": "``aws ec2``",
"description": "Add Classic Link support",
"type": "feature"
},
{
"category": "``aws cloudsearch``",
"description": "Update ``aws cloudsearch`` command to latest version",
"type": "feature"
},
{
"category": "``aws cloudfront wait``",
"description": "Fix issue where wait commands did not stop waiting when a success state was reached. (`botocore issue 426 <https://github.com/boto/botocore/pull/426>`_)",
"type": "bugfix"
},
{
"category": "``aws ec2 run-instances``",
"description": "Allow binary files to be passed to ``--user-data`` (`botocore issue 416 <https://github.com/boto/botocore/pull/416>`_)",
"type": "bugfix"
},
{
"category": "``aws cloudsearchdomain suggest``",
"description": "Add ``--suggest-query`` option to fix the argument being shadowed by the top level ``--query`` option. (`issue 1068 <https://github.com/aws/aws-cli/pull/1068>`__)",
"type": "bugfix"
},
{
"category": "``aws emr``",
"description": "Fix issue with endpoints for ``eu-central-1`` and ``cn-north-1`` (`botocore issue 423 <https://github.com/boto/botocore/pull/423>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix issue where empty XML nodes are now parsed as an empty string ``\"\"`` instead of ``null``, which allows for round tripping ``aws s3 get/put-bucket-lifecycle`` (`issue 1076 <https://github.com/aws/aws-cli/issues/1076>`__)",
"type": "bugfix"
}
]