From c4d92f9092979ba9fd7c90b0f88bdaf62a909f68 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 15 Jul 2021 18:08:55 +0000 Subject: [PATCH] Bumping version to 1.18.0 --- .changes/1.18.0.json | 37 +++++++++++++++++++ .../api-change-cognitoidp-95990.json | 5 --- .../next-release/api-change-ec2-87486.json | 5 --- .../next-release/api-change-ecs-30715.json | 5 --- .../api-change-iotsitewise-37534.json | 5 --- .../api-change-lexmodels-75316.json | 5 --- .../next-release/feature-Python-31902.json | 5 --- .../next-release/feature-Python-84589.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 4 +- setup.py | 4 +- 12 files changed, 54 insertions(+), 40 deletions(-) create mode 100644 .changes/1.18.0.json delete mode 100644 .changes/next-release/api-change-cognitoidp-95990.json delete mode 100644 .changes/next-release/api-change-ec2-87486.json delete mode 100644 .changes/next-release/api-change-ecs-30715.json delete mode 100644 .changes/next-release/api-change-iotsitewise-37534.json delete mode 100644 .changes/next-release/api-change-lexmodels-75316.json delete mode 100644 .changes/next-release/feature-Python-31902.json delete mode 100644 .changes/next-release/feature-Python-84589.json diff --git a/.changes/1.18.0.json b/.changes/1.18.0.json new file mode 100644 index 0000000000..877fcf7624 --- /dev/null +++ b/.changes/1.18.0.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-95990.json b/.changes/next-release/api-change-cognitoidp-95990.json deleted file mode 100644 index f7374f42d0..0000000000 --- a/.changes/next-release/api-change-cognitoidp-95990.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] Documentation updates for cognito-idp" -} diff --git a/.changes/next-release/api-change-ec2-87486.json b/.changes/next-release/api-change-ec2-87486.json deleted file mode 100644 index 654947cf24..0000000000 --- a/.changes/next-release/api-change-ec2-87486.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-ecs-30715.json b/.changes/next-release/api-change-ecs-30715.json deleted file mode 100644 index 999b20eebf..0000000000 --- a/.changes/next-release/api-change-ecs-30715.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] Documentation updates for support of awsvpc mode on Windows." -} diff --git a/.changes/next-release/api-change-iotsitewise-37534.json b/.changes/next-release/api-change-iotsitewise-37534.json deleted file mode 100644 index 4dd557d58a..0000000000 --- a/.changes/next-release/api-change-iotsitewise-37534.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-lexmodels-75316.json b/.changes/next-release/api-change-lexmodels-75316.json deleted file mode 100644 index 303e76ec95..0000000000 --- a/.changes/next-release/api-change-lexmodels-75316.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lex-models``", - "description": "[``botocore``] Lex now supports the en-IN locale" -} diff --git a/.changes/next-release/feature-Python-31902.json b/.changes/next-release/feature-Python-31902.json deleted file mode 100644 index e96191396c..0000000000 --- a/.changes/next-release/feature-Python-31902.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Python", - "description": "Drop support for Python 2.7" -} diff --git a/.changes/next-release/feature-Python-84589.json b/.changes/next-release/feature-Python-84589.json deleted file mode 100644 index e82349bf7b..0000000000 --- a/.changes/next-release/feature-Python-84589.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Python", - "description": "[``botocore``] Dropped support for Python 2.7" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47e6f89eab..175979083b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index df9e65e296..5abef365ab 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.112' +__version__ = '1.18.0' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 2181397689..a99119e96b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index fa2f157327..6c5fda0e17 100644 --- a/setup.py +++ b/setup.py @@ -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' ]