Skip to content

Commit c4d92f9

Browse files
Bumping version to 1.18.0
1 parent b05c412 commit c4d92f9

12 files changed

+54
-40
lines changed

.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/api-change-cognitoidp-95990.json

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

.changes/next-release/api-change-ec2-87486.json

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

.changes/next-release/api-change-ecs-30715.json

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

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

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

.changes/next-release/api-change-lexmodels-75316.json

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

.changes/next-release/feature-Python-31902.json

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

.changes/next-release/feature-Python-84589.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.

0 commit comments

Comments
 (0)