Skip to content

Commit

Permalink
Merge branch 'release-1.26.163'
Browse files Browse the repository at this point in the history
* release-1.26.163:
  Bumping version to 1.26.163
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jun 28, 2023
2 parents c2cff27 + 70b32ec commit b977352
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.26.163.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``internetmonitor``",
"description": "[``botocore``] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"description": "[``botocore``] Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Surface ResourceConflictException in DeleteEventSourceMapping",
"type": "api-change"
},
{
"category": "``omics``",
"description": "[``botocore``] Add Common Workflow Language (CWL) as a supported language for Omics workflows",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release adds support for Model Cards Model Registry integration.",
"type": "api-change"
}
]
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.163
========

* api-change:``internetmonitor``: [``botocore``] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
* api-change:``kinesisanalyticsv2``: [``botocore``] Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15
* api-change:``lambda``: [``botocore``] Surface ResourceConflictException in DeleteEventSourceMapping
* api-change:``omics``: [``botocore``] Add Common Workflow Language (CWL) as a supported language for Omics workflows
* api-change:``rds``: [``botocore``] Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
* api-change:``s3``: [``botocore``] The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
* api-change:``sagemaker``: [``botocore``] This release adds support for Model Cards Model Registry integration.


1.26.162
========

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.162'
__version__ = '1.26.163'


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

0 comments on commit b977352

Please sign in to comment.