-
Notifications
You must be signed in to change notification settings - Fork 4.1k
/
1.10.18.json
37 lines (37 loc) · 1.33 KB
/
1.10.18.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
[
{
"category": "``apigateway``",
"description": "Added support for API Import",
"type": "feature"
},
{
"category": "``route53``",
"description": "Added support for metric-based health checks and regional health checks.",
"type": "feature"
},
{
"category": "``sts``",
"description": "Added support for GetCallerIdentity, which returns details about the credentials used to make the API call. The details include name and account, as well as the type of entity making the call, such as an IAM user vs. federated user.",
"type": "feature"
},
{
"category": "``s3api``",
"description": "Added support for VersionId in PutObjectAcl (`issue 856 <https://github.com/boto/botocore/pull/856>`__)",
"type": "feature"
},
{
"category": "``s3api``",
"description": "Add validation to enforce S3 metadata only contains ASCII. (`issue 861 <https://github.com/boto/botocore/pull/861>`__)",
"type": "bugfix"
},
{
"category": "Exceptions",
"description": "Consistently parse errors with no body (`issue 859 <https://github.com/boto/botocore/pull/859>`__)",
"type": "bugfix"
},
{
"category": "Config",
"description": "Handle case where S3 config key is not a dict (`issue 858 <https://github.com/boto/botocore/pull/858>`__)",
"type": "bugfix"
}
]