forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.5.3.json
More file actions
42 lines (42 loc) · 1.23 KB
/
1.5.3.json
File metadata and controls
42 lines (42 loc) · 1.23 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
[
{
"category": "``aws ec2 describe-volumes``",
"description": "Add support for optional pagination.",
"type": "feature"
},
{
"category": "``aws route53domains``",
"description": "Add support for auto-renew domains.",
"type": "feature"
},
{
"category": "``aws cognito-identity``",
"description": "Add for Open-ID Connect.",
"type": "feature"
},
{
"category": "``aws sts``",
"description": "Add support for Open-ID Connect",
"type": "feature"
},
{
"category": "``aws iam``",
"description": "Add support for Open-ID Connect",
"type": "feature"
},
{
"category": "``aws s3 sync``",
"description": "Fix issue when uploading with ``--exact-timestamps`` (`issue 964 <https://github.com/aws/aws-cli/pull/964>`__)",
"type": "bugfix"
},
{
"category": "Retry",
"description": "Fix issue where certain error codes were not being retried (`botocore issue 361 <https://github.com/boto/botocore/pull/361>`__)",
"type": "bugfix"
},
{
"category": "``aws emr ssh``",
"description": "Fix issue when using waiter interface to wait on the cluster state (`issue 954 <https://github.com/aws/aws-cli/pull/954>`__)",
"type": "bugfix"
}
]