Skip to content

Commit 01d4d94

Browse files
Merge branch 'release-1.20.12'
* release-1.20.12: Bumping version to 1.20.12 Add changelog entries from botocore
2 parents c6480e7 + 7c4b2c4 commit 01d4d94

File tree

5 files changed

+124
-3
lines changed

5 files changed

+124
-3
lines changed

.changes/1.20.12.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
[
2+
{
3+
"category": "``redshift``",
4+
"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.",
95+
"type": "api-change"
96+
}
97+
]

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
CHANGELOG
33
=========
44

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.
27+
28+
529
1.20.11
630
=======
731

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.11'
21+
__version__ = '1.20.12'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.23.11,<1.24.0
6+
botocore>=1.23.12,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.11,<1.24.0',
16+
'botocore>=1.23.12,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)