Skip to content

Commit

Permalink
Merge branch 'release-1.27.163' into develop
Browse files Browse the repository at this point in the history
* release-1.27.163:
  Bumping version to 1.27.163
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jun 28, 2023
2 parents 855cd0d + fa0d433 commit 755987d
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .changes/1.27.163.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``internetmonitor``",
"description": "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": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Surface ResourceConflictException in DeleteEventSourceMapping",
"type": "api-change"
},
{
"category": "``omics``",
"description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows",
"type": "api-change"
},
{
"category": "``rds``",
"description": "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": "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": "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.27.163
========

* api-change:``internetmonitor``: 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``: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15
* api-change:``lambda``: Surface ResourceConflictException in DeleteEventSourceMapping
* api-change:``omics``: Add Common Workflow Language (CWL) as a supported language for Omics workflows
* api-change:``rds``: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
* api-change:``s3``: 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``: This release adds support for Model Cards Model Registry integration.


1.27.162
========

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.27.162'
__version__ = '1.27.163'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.27.1'
# The full version, including alpha/beta/rc tags.
release = '1.27.162'
release = '1.27.163'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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
botocore==1.29.163
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.29.162',
'botocore==1.29.163',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 755987d

Please sign in to comment.