diff --git a/.changes/1.29.5.json b/.changes/1.29.5.json new file mode 100644 index 000000000000..c9c770d8c4cf --- /dev/null +++ b/.changes/1.29.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 command 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/CHANGELOG.rst b/CHANGELOG.rst index 4e6ddaf0b254..e4ac7af3e98f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.29.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 command 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.29.4 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 26dafb7526c0..214325b37ba2 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.29.4' +__version__ = '1.29.5' # # 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 0e4b9846bd40..135b775e4add 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.4' +release = '1.29.5' # 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 4766dd6c4ed2..f8e74fd87704 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.31.4 + botocore==1.31.5 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index c834084b14ee..0f67d46783f2 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.31.4', + 'botocore==1.31.5', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<6.1',