Skip to content

Commit ff09c90

Browse files
Merge branch 'release-1.18.27' into develop
* release-1.18.27: Bumping version to 1.18.27 Add changelog entries from botocore
2 parents a9e9f03 + 43161c7 commit ff09c90

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.18.27.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``dms``",
4+
"description": "[``botocore``] Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``frauddetector``",
9+
"description": "[``botocore``] Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iotsitewise``",
14+
"description": "[``botocore``] Documentation updates for AWS IoT SiteWise",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``dlm``",
19+
"description": "[``botocore``] Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``glue``",
24+
"description": "[``botocore``] Add support for Custom Blueprints",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``apigateway``",
29+
"description": "[``botocore``] Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``backup``",
34+
"description": "[``botocore``] AWS Backup - Features: Evaluate your backup activity and generate audit reports.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

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

5+
1.18.27
6+
=======
7+
8+
* api-change:``dms``: [``botocore``] Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
9+
* api-change:``frauddetector``: [``botocore``] Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.
10+
* api-change:``iotsitewise``: [``botocore``] Documentation updates for AWS IoT SiteWise
11+
* api-change:``dlm``: [``botocore``] Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.
12+
* api-change:``glue``: [``botocore``] Add support for Custom Blueprints
13+
* api-change:``apigateway``: [``botocore``] Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
14+
* api-change:``backup``: [``botocore``] AWS Backup - Features: Evaluate your backup activity and generate audit reports.
15+
16+
517
1.18.26
618
=======
719

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.26'
21+
__version__ = '1.18.27'
2222

2323

2424
# 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.21.26,<1.22.0
6+
botocore>=1.21.27,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.21.26,<1.22.0',
17+
'botocore>=1.21.27,<1.22.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.5.0,<0.6.0'
2020
]

0 commit comments

Comments
 (0)