Skip to content

Commit

Permalink
Merge branch 'release-1.18.10' into develop
Browse files Browse the repository at this point in the history
* release-1.18.10:
  Bumping version to 1.18.10
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 29, 2021
2 parents f3d298e + 780ceec commit 4a00aab
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 3 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"
}
]
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 4a00aab

Please sign in to comment.