From 0bf2e78ba307628909e729803036604477acaf70 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 18 Jul 2023 18:08:27 +0000 Subject: [PATCH] Bumping version to 1.31.5 --- .changes/1.31.5.json | 37 +++++++++++++++++++ .../api-change-codegurusecurity-78261.json | 5 --- .../api-change-connect-43471.json | 5 --- .../next-release/api-change-es-78578.json | 5 --- .../api-change-lexv2models-50939.json | 5 --- .../next-release/api-change-m2-19315.json | 5 --- .../api-change-snowball-28143.json | 5 --- .../api-change-translate-61648.json | 5 --- CHANGELOG.rst | 12 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 11 files changed, 51 insertions(+), 37 deletions(-) create mode 100644 .changes/1.31.5.json delete mode 100644 .changes/next-release/api-change-codegurusecurity-78261.json delete mode 100644 .changes/next-release/api-change-connect-43471.json delete mode 100644 .changes/next-release/api-change-es-78578.json delete mode 100644 .changes/next-release/api-change-lexv2models-50939.json delete mode 100644 .changes/next-release/api-change-m2-19315.json delete mode 100644 .changes/next-release/api-change-snowball-28143.json delete mode 100644 .changes/next-release/api-change-translate-61648.json diff --git a/.changes/1.31.5.json b/.changes/1.31.5.json new file mode 100644 index 0000000000..9780345e9a --- /dev/null +++ b/.changes/1.31.5.json @@ -0,0 +1,37 @@ +[ + { + "category": "``codeguru-security``", + "description": "Documentation updates for CodeGuru Security.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics", + "type": "api-change" + }, + { + "category": "``es``", + "description": "Regex Validation on the ElasticSearch Engine Version attribute", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "Update lexv2-models client to latest version", + "type": "api-change" + }, + { + "category": "``m2``", + "description": "Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API", + "type": "api-change" + }, + { + "category": "``snowball``", + "description": "Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.", + "type": "api-change" + }, + { + "category": "``translate``", + "description": "Added DOCX word document support to TranslateDocument API", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codegurusecurity-78261.json b/.changes/next-release/api-change-codegurusecurity-78261.json deleted file mode 100644 index 077c0e8e79..0000000000 --- a/.changes/next-release/api-change-codegurusecurity-78261.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codeguru-security``", - "description": "Documentation updates for CodeGuru Security." -} diff --git a/.changes/next-release/api-change-connect-43471.json b/.changes/next-release/api-change-connect-43471.json deleted file mode 100644 index efb6bf9a5d..0000000000 --- a/.changes/next-release/api-change-connect-43471.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics" -} diff --git a/.changes/next-release/api-change-es-78578.json b/.changes/next-release/api-change-es-78578.json deleted file mode 100644 index b9e89c44d5..0000000000 --- a/.changes/next-release/api-change-es-78578.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``es``", - "description": "Regex Validation on the ElasticSearch Engine Version attribute" -} diff --git a/.changes/next-release/api-change-lexv2models-50939.json b/.changes/next-release/api-change-lexv2models-50939.json deleted file mode 100644 index 0ec0b73df4..0000000000 --- a/.changes/next-release/api-change-lexv2models-50939.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-m2-19315.json b/.changes/next-release/api-change-m2-19315.json deleted file mode 100644 index 304896f0f5..0000000000 --- a/.changes/next-release/api-change-m2-19315.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``m2``", - "description": "Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API" -} diff --git a/.changes/next-release/api-change-snowball-28143.json b/.changes/next-release/api-change-snowball-28143.json deleted file mode 100644 index 063462e158..0000000000 --- a/.changes/next-release/api-change-snowball-28143.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``snowball``", - "description": "Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor." -} diff --git a/.changes/next-release/api-change-translate-61648.json b/.changes/next-release/api-change-translate-61648.json deleted file mode 100644 index 6aa41e86bd..0000000000 --- a/.changes/next-release/api-change-translate-61648.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``translate``", - "description": "Added DOCX word document support to TranslateDocument API" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 06ac03cd2a..5b981a029c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.31.5 +====== + +* api-change:``codeguru-security``: Documentation updates for CodeGuru Security. +* api-change:``connect``: GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics +* api-change:``es``: Regex Validation on the ElasticSearch Engine Version attribute +* api-change:``lexv2-models``: Update lexv2-models client to latest version +* api-change:``m2``: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API +* api-change:``snowball``: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor. +* api-change:``translate``: Added DOCX word document support to TranslateDocument API + + 1.31.4 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index a8769a88fa..10b191db5f 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.4' +__version__ = '1.31.5' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 90ca287a4b..722f9237f0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.31' # The full version, including alpha/beta/rc tags. -release = '1.31.4' +release = '1.31.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.