Skip to content

Commit

Permalink
Bumping version to 1.26.158
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 21, 2023
1 parent 647b594 commit c083c53
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.26.158.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``dynamodb``",
"description": "[``botocore``] Documentation updates for DynamoDB",
"type": "api-change"
},
{
"category": "``emr``",
"description": "[``botocore``] Update emr client to latest version",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "[``botocore``] This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.",
"type": "api-change"
},
{
"category": "``mq``",
"description": "[``botocore``] The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dynamodb-55782.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emr-34563.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-inspector2-75113.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-82600.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mq-56020.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-60181.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-94808.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.26.158
========

* api-change:``dynamodb``: [``botocore``] Documentation updates for DynamoDB
* api-change:``emr``: [``botocore``] Update emr client to latest version
* api-change:``inspector2``: [``botocore``] This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions.
* api-change:``mediaconvert``: [``botocore``] This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
* api-change:``mq``: [``botocore``] The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage.
* api-change:``sagemaker``: [``botocore``] This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.
* api-change:``transfer``: [``botocore``] This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.


1.26.157
========

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.157'
__version__ = '1.26.158'


# 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.157,<1.30.0
botocore>=1.29.158,<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.157,<1.30.0',
'botocore>=1.29.158,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit c083c53

Please sign in to comment.