diff --git a/.changes/1.26.158.json b/.changes/1.26.158.json new file mode 100644 index 0000000000..7a74ece5fd --- /dev/null +++ b/.changes/1.26.158.json @@ -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" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f79c526418..b71f334d9c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 46b58185a7..2d99abd8e4 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 896b5faa2c..8fe5238ae6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index f8e609f4d7..604eb324cf 100644 --- a/setup.py +++ b/setup.py @@ -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', ]