Skip to content

Commit 43161c7

Browse files
Bumping version to 1.18.27
1 parent 5f0ce76 commit 43161c7

12 files changed

+52
-38
lines changed

.changes/1.18.27.json

Lines changed: 37 additions & 0 deletions
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+
]

.changes/next-release/api-change-apigateway-15297.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-backup-5155.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-dlm-72219.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-dms-83498.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-frauddetector-92737.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-glue-63127.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-iotsitewise-61264.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
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

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.18.26'
21+
__version__ = '1.18.27'
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.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

Lines changed: 1 addition & 1 deletion
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)