Skip to content

Commit 287fc1c

Browse files
Merge branch 'release-1.18.0' into develop
* release-1.18.0: Bumping version to 1.18.0 Add changelog entries from botocore
2 parents e27a3a3 + c4d92f9 commit 287fc1c

6 files changed

Lines changed: 54 additions & 10 deletions

File tree

.changes/1.18.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "[``botocore``] This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cognito-idp``",
9+
"description": "[``botocore``] Documentation updates for cognito-idp",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecs``",
14+
"description": "[``botocore``] Documentation updates for support of awsvpc mode on Windows.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``lex-models``",
19+
"description": "[``botocore``] Lex now supports the en-IN locale",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``iotsitewise``",
24+
"description": "[``botocore``] Update the default endpoint for the APIs used to manage asset models, assets, gateways, tags, and account configurations. If you have firewalls with strict egress rules, configure the rules to grant you access to api.iotsitewise.[region].amazonaws.com or api.iotsitewise.[cn-region].amazonaws.com.cn.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "Python",
29+
"description": "Drop support for Python 2.7",
30+
"type": "feature"
31+
},
32+
{
33+
"category": "Python",
34+
"description": "[``botocore``] Dropped support for Python 2.7",
35+
"type": "feature"
36+
}
37+
]

.changes/next-release/feature-Python-31902.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.0
6+
======
7+
8+
* api-change:``ec2``: [``botocore``] This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances.
9+
* api-change:``cognito-idp``: [``botocore``] Documentation updates for cognito-idp
10+
* api-change:``ecs``: [``botocore``] Documentation updates for support of awsvpc mode on Windows.
11+
* api-change:``lex-models``: [``botocore``] Lex now supports the en-IN locale
12+
* api-change:``iotsitewise``: [``botocore``] Update the default endpoint for the APIs used to manage asset models, assets, gateways, tags, and account configurations. If you have firewalls with strict egress rules, configure the rules to grant you access to api.iotsitewise.[region].amazonaws.com or api.iotsitewise.[cn-region].amazonaws.com.cn.
13+
* feature:Python: Drop support for Python 2.7
14+
* feature:Python: [``botocore``] Dropped support for Python 2.7
15+
16+
517
1.17.112
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.17.112'
21+
__version__ = '1.18.0'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.20.112,<1.21.0
6+
botocore>=1.21.0,<1.22.0
77
jmespath>=0.7.1,<1.0.0
8-
s3transfer>=0.4.0,<0.5.0
8+
s3transfer>=0.5.0,<0.6.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515

1616
requires = [
17-
'botocore>=1.20.112,<1.21.0',
17+
'botocore>=1.21.0,<1.22.0',
1818
'jmespath>=0.7.1,<1.0.0',
19-
's3transfer>=0.4.0,<0.5.0'
19+
's3transfer>=0.5.0,<0.6.0'
2020
]
2121

2222

0 commit comments

Comments
 (0)