forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.6.6.json
More file actions
37 lines (37 loc) · 1.62 KB
/
1.6.6.json
File metadata and controls
37 lines (37 loc) · 1.62 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
[
{
"category": "``aws kinesis put-records``",
"description": "Add support for PutRecord operation. It writes multiple data records from a producer into an Amazon Kinesis stream in a single call",
"type": "feature"
},
{
"category": "``aws iam get-account-authorization-details``",
"description": "Add support for GetAccountAuthorizationDetails operation. It retrieves information about all IAM users, groups, and roles in your account, including their relationships to one another and their attached policies.",
"type": "feature"
},
{
"category": "``aws route53 update-hosted-zone-comment``",
"description": "Add support for updating the comment of a hosted zone.",
"type": "feature"
},
{
"category": "Timestamp Arguments",
"description": "Fix issue where certain timestamps were not being accepted as valid input (`botocore issue 389 <https://github.com/boto/botocore/pull/389>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Skip files whose names cannot be properly decoded (`issue 1038 <https://github.com/aws/aws-cli/pull/1038>`__)",
"type": "bugfix"
},
{
"category": "``aws kinesis put-record``",
"description": "Fix issue where ``--data`` argument was not being base64 encoded (`issue 1033 <https://github.com/aws/aws-cli/issues/1033>`__)",
"type": "bugfix"
},
{
"category": "``aws cloudwatch put-metric-data``",
"description": "Fix issue where the values for ``--statistic-values`` were not being parsed properly (`issue 1036 <https://github.com/aws/aws-cli/issues/1036>`__)",
"type": "bugfix"
}
]