Skip to content

Commit

Permalink
Merge branch 'release-1.18.0' into develop
Browse files Browse the repository at this point in the history
* release-1.18.0:
  Bumping version to 1.18.0
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 15, 2021
2 parents e27a3a3 + c4d92f9 commit 287fc1c
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 10 deletions.
37 changes: 37 additions & 0 deletions .changes/1.18.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``ec2``",
"description": "[``botocore``] This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] Documentation updates for cognito-idp",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation updates for support of awsvpc mode on Windows.",
"type": "api-change"
},
{
"category": "``lex-models``",
"description": "[``botocore``] Lex now supports the en-IN locale",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"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.",
"type": "api-change"
},
{
"category": "Python",
"description": "Drop support for Python 2.7",
"type": "feature"
},
{
"category": "Python",
"description": "[``botocore``] Dropped support for Python 2.7",
"type": "feature"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Python-31902.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.18.0
======

* 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.
* api-change:``cognito-idp``: [``botocore``] Documentation updates for cognito-idp
* api-change:``ecs``: [``botocore``] Documentation updates for support of awsvpc mode on Windows.
* api-change:``lex-models``: [``botocore``] Lex now supports the en-IN locale
* 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.
* feature:Python: Drop support for Python 2.7
* feature:Python: [``botocore``] Dropped support for Python 2.7


1.17.112
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.112'
__version__ = '1.18.0'


# The default Boto3 session; autoloaded when needed.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.20.112,<1.21.0
botocore>=1.21.0,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
s3transfer>=0.5.0,<0.6.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@


requires = [
'botocore>=1.20.112,<1.21.0',
'botocore>=1.21.0,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
's3transfer>=0.5.0,<0.6.0'
]


Expand Down

0 comments on commit 287fc1c

Please sign in to comment.