diff --git a/.changes/1.29.59.json b/.changes/1.29.59.json new file mode 100644 index 000000000000..cbf0f03ad9c3 --- /dev/null +++ b/.changes/1.29.59.json @@ -0,0 +1,32 @@ +[ + { + "category": "``connect``", + "description": "GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.", + "type": "api-change" + }, + { + "category": "``location``", + "description": "Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release adds the ability to replace video frames without modifying the audio essence.", + "type": "api-change" + }, + { + "category": "``oam``", + "description": "This release adds support for sharing AWS::ApplicationInsights::Application resources.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.", + "type": "api-change" + }, + { + "category": "``wellarchitected``", + "description": "AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-86879.json b/.changes/next-release/api-change-connect-86879.json deleted file mode 100644 index 7d0dbc452d30..000000000000 --- a/.changes/next-release/api-change-connect-86879.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range." -} diff --git a/.changes/next-release/api-change-location-76867.json b/.changes/next-release/api-change-location-76867.json deleted file mode 100644 index 8d397bcf00cd..000000000000 --- a/.changes/next-release/api-change-location-76867.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``location``", - "description": "Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response." -} diff --git a/.changes/next-release/api-change-mediaconvert-5285.json b/.changes/next-release/api-change-mediaconvert-5285.json deleted file mode 100644 index b9654b4a731c..000000000000 --- a/.changes/next-release/api-change-mediaconvert-5285.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "This release adds the ability to replace video frames without modifying the audio essence." -} diff --git a/.changes/next-release/api-change-oam-56899.json b/.changes/next-release/api-change-oam-56899.json deleted file mode 100644 index 5631e2c57419..000000000000 --- a/.changes/next-release/api-change-oam-56899.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``oam``", - "description": "This release adds support for sharing AWS::ApplicationInsights::Application resources." -} diff --git a/.changes/next-release/api-change-sagemaker-13328.json b/.changes/next-release/api-change-sagemaker-13328.json deleted file mode 100644 index ff64dc6ffeea..000000000000 --- a/.changes/next-release/api-change-sagemaker-13328.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps." -} diff --git a/.changes/next-release/api-change-wellarchitected-14644.json b/.changes/next-release/api-change-wellarchitected-14644.json deleted file mode 100644 index 9ff133f1da7c..000000000000 --- a/.changes/next-release/api-change-wellarchitected-14644.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wellarchitected``", - "description": "AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 732269fe7c15..b4da1a5f9170 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.29.59 +======= + +* api-change:``connect``: GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range. +* api-change:``location``: Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response. +* api-change:``mediaconvert``: This release adds the ability to replace video frames without modifying the audio essence. +* api-change:``oam``: This release adds support for sharing AWS::ApplicationInsights::Application resources. +* api-change:``sagemaker``: This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps. +* api-change:``wellarchitected``: AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices. + + 1.29.58 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 1f6b613455a9..4c862cc9ed97 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.58' +__version__ = '1.29.59' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index c14dc411341c..c9184622f1c3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.29.' # The full version, including alpha/beta/rc tags. -release = '1.29.58' +release = '1.29.59' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 8b381c0a4503..5364050327f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.58 + botocore==1.31.59 docutils>=0.10,<0.17 s3transfer>=0.7.0,<0.8.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index ed3c7cb8ec08..f1c06ab6a411 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.58', + 'botocore==1.31.59', 'docutils>=0.10,<0.17', 's3transfer>=0.7.0,<0.8.0', 'PyYAML>=3.10,<6.1',