Skip to content

Commit

Permalink
Merge branch 'release-1.26.136' into develop
Browse files Browse the repository at this point in the history
* release-1.26.136:
  Bumping version to 1.26.136
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 18, 2023
2 parents e9dc477 + 7ae8237 commit cbe2e6f
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.26.136.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``athena``",
"description": "[``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "[``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation only release to address various tickets.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot",
"type": "api-change"
},
{
"category": "``sagemaker-geospatial``",
"description": "[``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.",
"type": "api-change"
},
{
"category": "``sts``",
"description": "[``botocore``] API updates for the AWS Security Token Service",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.26.136
========

* api-change:``athena``: [``botocore``] Removing SparkProperties from EngineConfiguration object for StartSession API call
* api-change:``cloudtrail``: [``botocore``] Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
* api-change:``compute-optimizer``: [``botocore``] In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis
* api-change:``connect``: [``botocore``] You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported.
* api-change:``ec2``: [``botocore``] Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
* api-change:``ecs``: [``botocore``] Documentation only release to address various tickets.
* api-change:``mediaconvert``: [``botocore``] This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
* api-change:``rds``: [``botocore``] RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot
* api-change:``sagemaker-geospatial``: [``botocore``] This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.
* api-change:``sts``: [``botocore``] API updates for the AWS Security Token Service


1.26.135
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.135'
__version__ = '1.26.136'


# 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,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.29.135,<1.30.0
botocore>=1.29.136,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.135,<1.30.0',
'botocore>=1.29.136,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit cbe2e6f

Please sign in to comment.