You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "[``botocore``] This release adds support for reserved node exchange with restore/resize",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``elasticache``",
9
+
"description": "[``botocore``] Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``opensearch``",
14
+
"description": "[``botocore``] This release adds an optional parameter dry-run for the UpdateDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``backup``",
19
+
"description": "[``botocore``] This release adds new opt-in settings for advanced features for DynamoDB backups",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``iot``",
24
+
"description": "[``botocore``] This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``iotwireless``",
29
+
"description": "[``botocore``] Two new APIs, GetNetworkAnalyzerConfiguration and UpdateNetworkAnalyzerConfiguration, are added for the newly released Network Analyzer feature which enables customers to view real-time frame information and logs from LoRaWAN devices and gateways.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``workspaces``",
34
+
"description": "[``botocore``] Documentation updates for Amazon WorkSpaces",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``s3``",
39
+
"description": "[``botocore``] Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``elbv2``",
44
+
"description": "[``botocore``] Update elbv2 client to latest version",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``macie2``",
49
+
"description": "[``botocore``] Documentation updates for Amazon Macie",
50
+
"type": "api-change"
51
+
},
52
+
{
53
+
"category": "``ec2``",
54
+
"description": "[``botocore``] This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name.",
55
+
"type": "api-change"
56
+
},
57
+
{
58
+
"category": "``sqs``",
59
+
"description": "[``botocore``] Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.",
60
+
"type": "api-change"
61
+
},
62
+
{
63
+
"category": "``ecs``",
64
+
"description": "[``botocore``] Documentation update for ARM support on Amazon ECS.",
65
+
"type": "api-change"
66
+
},
67
+
{
68
+
"category": "``sts``",
69
+
"description": "[``botocore``] Documentation updates for AWS Security Token Service.",
70
+
"type": "api-change"
71
+
},
72
+
{
73
+
"category": "``finspace-data``",
74
+
"description": "[``botocore``] Update documentation for createChangeset API.",
75
+
"type": "api-change"
76
+
},
77
+
{
78
+
"category": "``dynamodb``",
79
+
"description": "[``botocore``] DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.",
80
+
"type": "api-change"
81
+
},
82
+
{
83
+
"category": "``lambda``",
84
+
"description": "[``botocore``] Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams.",
85
+
"type": "api-change"
86
+
},
87
+
{
88
+
"category": "``iotdeviceadvisor``",
89
+
"description": "[``botocore``] This release introduces a new feature for Device Advisor: ability to execute multiple test suites in parallel for given customer account. You can use GetEndpoint API to get the device-level test endpoint and call StartSuiteRun with \"parallelRun=true\" to run suites in parallel.",
90
+
"type": "api-change"
91
+
},
92
+
{
93
+
"category": "``rds``",
94
+
"description": "[``botocore``] Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.20.12
6
+
=======
7
+
8
+
* api-change:``redshift``: [``botocore``] This release adds support for reserved node exchange with restore/resize
9
+
* api-change:``elasticache``: [``botocore``] Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
10
+
* api-change:``opensearch``: [``botocore``] This release adds an optional parameter dry-run for the UpdateDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
11
+
* api-change:``backup``: [``botocore``] This release adds new opt-in settings for advanced features for DynamoDB backups
12
+
* api-change:``iot``: [``botocore``] This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions.
13
+
* api-change:``iotwireless``: [``botocore``] Two new APIs, GetNetworkAnalyzerConfiguration and UpdateNetworkAnalyzerConfiguration, are added for the newly released Network Analyzer feature which enables customers to view real-time frame information and logs from LoRaWAN devices and gateways.
14
+
* api-change:``workspaces``: [``botocore``] Documentation updates for Amazon WorkSpaces
15
+
* api-change:``s3``: [``botocore``] Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.
16
+
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
17
+
* api-change:``macie2``: [``botocore``] Documentation updates for Amazon Macie
18
+
* api-change:``ec2``: [``botocore``] This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name.
19
+
* api-change:``sqs``: [``botocore``] Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
20
+
* api-change:``ecs``: [``botocore``] Documentation update for ARM support on Amazon ECS.
21
+
* api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service.
22
+
* api-change:``finspace-data``: [``botocore``] Update documentation for createChangeset API.
23
+
* api-change:``dynamodb``: [``botocore``] DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
24
+
* api-change:``lambda``: [``botocore``] Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams.
25
+
* api-change:``iotdeviceadvisor``: [``botocore``] This release introduces a new feature for Device Advisor: ability to execute multiple test suites in parallel for given customer account. You can use GetEndpoint API to get the device-level test endpoint and call StartSuiteRun with "parallelRun=true" to run suites in parallel.
26
+
* api-change:``rds``: [``botocore``] Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL.
0 commit comments