Skip to content

Commit 1e5cd29

Browse files
Merge branch 'release-1.21.43'
* release-1.21.43: Bumping version to 1.21.43 Add changelog entries from botocore
2 parents 243179b + 61132e5 commit 1e5cd29

File tree

5 files changed

+70
-3
lines changed

5 files changed

+70
-3
lines changed

.changes/1.21.43.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``textract``",
4+
"description": "[``botocore``] This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``worklink``",
9+
"description": "[``botocore``] Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ssm``",
14+
"description": "[``botocore``] Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression when creating SSM association.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``autoscaling``",
19+
"description": "[``botocore``] EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``personalize``",
24+
"description": "[``botocore``] Adding StartRecommender and StopRecommender APIs for Personalize.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kendra``",
29+
"description": "[``botocore``] Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``polly``",
34+
"description": "[``botocore``] Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``transfer``",
39+
"description": "[``botocore``] This release contains corrected HomeDirectoryMappings examples for several API functions: CreateAccess, UpdateAccess, CreateUser, and UpdateUser,.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``kms``",
44+
"description": "[``botocore``] Adds support for KMS keys and APIs that generate and verify HMAC codes",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``redshift``",
49+
"description": "[``botocore``] Introduces new fields for LogDestinationType and LogExports on EnableLogging requests and Enable/Disable/DescribeLogging responses. Customers can now select CloudWatch Logs as a destination for their Audit Logs.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.21.43
6+
=======
7+
8+
* api-change:``textract``: [``botocore``] This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API
9+
* api-change:``worklink``: [``botocore``] Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
10+
* api-change:``ssm``: [``botocore``] Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression when creating SSM association.
11+
* api-change:``autoscaling``: [``botocore``] EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle.
12+
* api-change:``personalize``: [``botocore``] Adding StartRecommender and StopRecommender APIs for Personalize.
13+
* api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html
14+
* api-change:``polly``: [``botocore``] Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only.
15+
* api-change:``transfer``: [``botocore``] This release contains corrected HomeDirectoryMappings examples for several API functions: CreateAccess, UpdateAccess, CreateUser, and UpdateUser,.
16+
* api-change:``kms``: [``botocore``] Adds support for KMS keys and APIs that generate and verify HMAC codes
17+
* api-change:``redshift``: [``botocore``] Introduces new fields for LogDestinationType and LogExports on EnableLogging requests and Enable/Disable/DescribeLogging responses. Customers can now select CloudWatch Logs as a destination for their Audit Logs.
18+
19+
520
1.21.42
621
=======
722

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.21.42'
20+
__version__ = '1.21.43'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.24.42,<1.25.0
6+
botocore>=1.24.43,<1.25.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.24.42,<1.25.0',
16+
'botocore>=1.24.43,<1.25.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.5.0,<0.6.0',
1919
]

0 commit comments

Comments
 (0)