From 780ceec01660b96284d9b0e29edd8bc8b685d73f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 29 Jul 2021 18:07:22 +0000 Subject: [PATCH] Bumping version to 1.18.10 --- .changes/1.18.10.json | 27 +++++++++++++++++++ .../next-release/api-change-chime-20450.json | 5 ---- .../next-release/api-change-ec2-9094.json | 5 ---- .../next-release/api-change-iot-35317.json | 5 ---- .../api-change-iotsitewise-38736.json | 5 ---- .../api-change-savingsplans-92827.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.18.10.json delete mode 100644 .changes/next-release/api-change-chime-20450.json delete mode 100644 .changes/next-release/api-change-ec2-9094.json delete mode 100644 .changes/next-release/api-change-iot-35317.json delete mode 100644 .changes/next-release/api-change-iotsitewise-38736.json delete mode 100644 .changes/next-release/api-change-savingsplans-92827.json diff --git a/.changes/1.18.10.json b/.changes/1.18.10.json new file mode 100644 index 0000000000..8aa8891e01 --- /dev/null +++ b/.changes/1.18.10.json @@ -0,0 +1,27 @@ +[ + { + "category": "``savingsplans``", + "description": "[``botocore``] Documentation update for valid Savings Plans offering ID pattern", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release adds support for G4ad xlarge and 2xlarge instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors", + "type": "api-change" + }, + { + "category": "``chime``", + "description": "[``botocore``] Adds support for live transcription of meetings with Amazon Transcribe and Amazon Transcribe Medical. The new APIs, StartMeetingTranscription and StopMeetingTranscription, control the generation of user-attributed transcriptions sent to meeting clients via Amazon Chime SDK data messages.", + "type": "api-change" + }, + { + "category": "``iotsitewise``", + "description": "[``botocore``] Added support for AWS IoT SiteWise Edge. You can now create an AWS IoT SiteWise gateway that runs on AWS IoT Greengrass V2. With the gateway, you can collect local server and equipment data, process the data, and export the selected data from the edge to the AWS Cloud.", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "[``botocore``] Increase maximum credential duration of role alias to 12 hours.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chime-20450.json b/.changes/next-release/api-change-chime-20450.json deleted file mode 100644 index b0622015a7..0000000000 --- a/.changes/next-release/api-change-chime-20450.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime``", - "description": "[``botocore``] Adds support for live transcription of meetings with Amazon Transcribe and Amazon Transcribe Medical. The new APIs, StartMeetingTranscription and StopMeetingTranscription, control the generation of user-attributed transcriptions sent to meeting clients via Amazon Chime SDK data messages." -} diff --git a/.changes/next-release/api-change-ec2-9094.json b/.changes/next-release/api-change-ec2-9094.json deleted file mode 100644 index f374fe636e..0000000000 --- a/.changes/next-release/api-change-ec2-9094.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release adds support for G4ad xlarge and 2xlarge instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors" -} diff --git a/.changes/next-release/api-change-iot-35317.json b/.changes/next-release/api-change-iot-35317.json deleted file mode 100644 index 03805bd283..0000000000 --- a/.changes/next-release/api-change-iot-35317.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "[``botocore``] Increase maximum credential duration of role alias to 12 hours." -} diff --git a/.changes/next-release/api-change-iotsitewise-38736.json b/.changes/next-release/api-change-iotsitewise-38736.json deleted file mode 100644 index e6c0d06ba1..0000000000 --- a/.changes/next-release/api-change-iotsitewise-38736.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsitewise``", - "description": "[``botocore``] Added support for AWS IoT SiteWise Edge. You can now create an AWS IoT SiteWise gateway that runs on AWS IoT Greengrass V2. With the gateway, you can collect local server and equipment data, process the data, and export the selected data from the edge to the AWS Cloud." -} diff --git a/.changes/next-release/api-change-savingsplans-92827.json b/.changes/next-release/api-change-savingsplans-92827.json deleted file mode 100644 index b4cb907b7b..0000000000 --- a/.changes/next-release/api-change-savingsplans-92827.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``savingsplans``", - "description": "[``botocore``] Documentation update for valid Savings Plans offering ID pattern" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ade020086..b24d2f7665 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.18.10 +======= + +* api-change:``savingsplans``: [``botocore``] Documentation update for valid Savings Plans offering ID pattern +* api-change:``ec2``: [``botocore``] This release adds support for G4ad xlarge and 2xlarge instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors +* api-change:``chime``: [``botocore``] Adds support for live transcription of meetings with Amazon Transcribe and Amazon Transcribe Medical. The new APIs, StartMeetingTranscription and StopMeetingTranscription, control the generation of user-attributed transcriptions sent to meeting clients via Amazon Chime SDK data messages. +* api-change:``iotsitewise``: [``botocore``] Added support for AWS IoT SiteWise Edge. You can now create an AWS IoT SiteWise gateway that runs on AWS IoT Greengrass V2. With the gateway, you can collect local server and equipment data, process the data, and export the selected data from the edge to the AWS Cloud. +* api-change:``iot``: [``botocore``] Increase maximum credential duration of role alias to 12 hours. + + 1.18.9 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 1e05f2706b..47c15a4d4a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.9' +__version__ = '1.18.10' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 3549c9acde..0facbcd1b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.9,<1.22.0 + botocore>=1.21.10,<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 91735c8252..724e09dd72 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.21.9,<1.22.0', + 'botocore>=1.21.10,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]