Skip to content

Commit

Permalink
Bumping version to 1.18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 29, 2021
1 parent e1eb30c commit 780ceec
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.18.10.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chime-20450.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-9094.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-35317.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-38736.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-savingsplans-92827.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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.18.9'
__version__ = '1.18.10'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion 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.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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down

0 comments on commit 780ceec

Please sign in to comment.