From e766ff178fcefc1441bf123594482462b26182ac Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 12 Oct 2021 18:07:13 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudsearch-65839.json | 5 +++++ .changes/next-release/api-change-ec2-54190.json | 5 +++++ .changes/next-release/api-change-ecs-6070.json | 5 +++++ .changes/next-release/api-change-mediatailor-89019.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-cloudsearch-65839.json create mode 100644 .changes/next-release/api-change-ec2-54190.json create mode 100644 .changes/next-release/api-change-ecs-6070.json create mode 100644 .changes/next-release/api-change-mediatailor-89019.json diff --git a/.changes/next-release/api-change-cloudsearch-65839.json b/.changes/next-release/api-change-cloudsearch-65839.json new file mode 100644 index 0000000000..32430e5764 --- /dev/null +++ b/.changes/next-release/api-change-cloudsearch-65839.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudsearch``", + "description": "[``botocore``] Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling." +} diff --git a/.changes/next-release/api-change-ec2-54190.json b/.changes/next-release/api-change-ec2-54190.json new file mode 100644 index 0000000000..d60c41ec6b --- /dev/null +++ b/.changes/next-release/api-change-ec2-54190.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API" +} diff --git a/.changes/next-release/api-change-ecs-6070.json b/.changes/next-release/api-change-ecs-6070.json new file mode 100644 index 0000000000..71552a0d95 --- /dev/null +++ b/.changes/next-release/api-change-ecs-6070.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] Documentation only update to address tickets." +} diff --git a/.changes/next-release/api-change-mediatailor-89019.json b/.changes/next-release/api-change-mediatailor-89019.json new file mode 100644 index 0000000000..cbd86a058f --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-89019.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mediatailor``", + "description": "[``botocore``] MediaTailor now supports ad prefetching." +} From 573483715e309d2176a9999ee2d616631b41a136 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 12 Oct 2021 18:07:21 +0000 Subject: [PATCH 2/2] Bumping version to 1.18.60 --- .changes/1.18.60.json | 22 +++++++++++++++++++ .../api-change-cloudsearch-65839.json | 5 ----- .../next-release/api-change-ec2-54190.json | 5 ----- .../next-release/api-change-ecs-6070.json | 5 ----- .../api-change-mediatailor-89019.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.18.60.json delete mode 100644 .changes/next-release/api-change-cloudsearch-65839.json delete mode 100644 .changes/next-release/api-change-ec2-54190.json delete mode 100644 .changes/next-release/api-change-ecs-6070.json delete mode 100644 .changes/next-release/api-change-mediatailor-89019.json diff --git a/.changes/1.18.60.json b/.changes/1.18.60.json new file mode 100644 index 0000000000..7d836d73d9 --- /dev/null +++ b/.changes/1.18.60.json @@ -0,0 +1,22 @@ +[ + { + "category": "``cloudsearch``", + "description": "[``botocore``] Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] Documentation only update to address tickets.", + "type": "api-change" + }, + { + "category": "``mediatailor``", + "description": "[``botocore``] MediaTailor now supports ad prefetching.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudsearch-65839.json b/.changes/next-release/api-change-cloudsearch-65839.json deleted file mode 100644 index 32430e5764..0000000000 --- a/.changes/next-release/api-change-cloudsearch-65839.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudsearch``", - "description": "[``botocore``] Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling." -} diff --git a/.changes/next-release/api-change-ec2-54190.json b/.changes/next-release/api-change-ec2-54190.json deleted file mode 100644 index d60c41ec6b..0000000000 --- a/.changes/next-release/api-change-ec2-54190.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API" -} diff --git a/.changes/next-release/api-change-ecs-6070.json b/.changes/next-release/api-change-ecs-6070.json deleted file mode 100644 index 71552a0d95..0000000000 --- a/.changes/next-release/api-change-ecs-6070.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] Documentation only update to address tickets." -} diff --git a/.changes/next-release/api-change-mediatailor-89019.json b/.changes/next-release/api-change-mediatailor-89019.json deleted file mode 100644 index cbd86a058f..0000000000 --- a/.changes/next-release/api-change-mediatailor-89019.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "[``botocore``] MediaTailor now supports ad prefetching." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6cd7a54db9..9c38ea3bab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.18.60 +======= + +* api-change:``cloudsearch``: [``botocore``] Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling. +* api-change:``ecs``: [``botocore``] Documentation only update to address tickets. +* api-change:``mediatailor``: [``botocore``] MediaTailor now supports ad prefetching. +* api-change:``ec2``: [``botocore``] EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API + + 1.18.59 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index cf0bf93ded..d671b4e07e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.59' +__version__ = '1.18.60' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 30afb057e5..fea19c1f97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.59,<1.22.0 + botocore>=1.21.60,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 9aa849382c..b6fcc97824 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.21.59,<1.22.0', + 'botocore>=1.21.60,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]