From cbb9ed7c07c94f4d4f00ef9a6b1023cd6f3e2253 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 17 Jul 2023 23:22:51 +0000 Subject: [PATCH] Bumping version to 1.31.4 --- .changes/1.31.4.json | 32 +++++++++++++++++++ .../api-change-codeartifact-1480.json | 5 --- .../next-release/api-change-docdb-60485.json | 5 --- .../next-release/api-change-ec2-93191.json | 5 --- .../next-release/api-change-glue-85868.json | 5 --- .../next-release/api-change-ivs-60331.json | 5 --- .../api-change-lakeformation-27118.json | 5 --- CHANGELOG.rst | 11 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 .changes/1.31.4.json delete mode 100644 .changes/next-release/api-change-codeartifact-1480.json delete mode 100644 .changes/next-release/api-change-docdb-60485.json delete mode 100644 .changes/next-release/api-change-ec2-93191.json delete mode 100644 .changes/next-release/api-change-glue-85868.json delete mode 100644 .changes/next-release/api-change-ivs-60331.json delete mode 100644 .changes/next-release/api-change-lakeformation-27118.json diff --git a/.changes/1.31.4.json b/.changes/1.31.4.json new file mode 100644 index 0000000000..92e4bc1462 --- /dev/null +++ b/.changes/1.31.4.json @@ -0,0 +1,32 @@ +[ + { + "category": "``codeartifact``", + "description": "Doc only update for AWS CodeArtifact", + "type": "api-change" + }, + { + "category": "``docdb``", + "description": "Added major version upgrade option in ModifyDBCluster API", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "Add Nitro TPM support on DescribeInstanceTypes", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.", + "type": "api-change" + }, + { + "category": "``lakeformation``", + "description": "Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codeartifact-1480.json b/.changes/next-release/api-change-codeartifact-1480.json deleted file mode 100644 index 1bf8170c00..0000000000 --- a/.changes/next-release/api-change-codeartifact-1480.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codeartifact``", - "description": "Doc only update for AWS CodeArtifact" -} diff --git a/.changes/next-release/api-change-docdb-60485.json b/.changes/next-release/api-change-docdb-60485.json deleted file mode 100644 index 9afa01ce2a..0000000000 --- a/.changes/next-release/api-change-docdb-60485.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb``", - "description": "Added major version upgrade option in ModifyDBCluster API" -} diff --git a/.changes/next-release/api-change-ec2-93191.json b/.changes/next-release/api-change-ec2-93191.json deleted file mode 100644 index 09d4251725..0000000000 --- a/.changes/next-release/api-change-ec2-93191.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Add Nitro TPM support on DescribeInstanceTypes" -} diff --git a/.changes/next-release/api-change-glue-85868.json b/.changes/next-release/api-change-glue-85868.json deleted file mode 100644 index 2d13ec3682..0000000000 --- a/.changes/next-release/api-change-glue-85868.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes." -} diff --git a/.changes/next-release/api-change-ivs-60331.json b/.changes/next-release/api-change-ivs-60331.json deleted file mode 100644 index 0ef59ae0bd..0000000000 --- a/.changes/next-release/api-change-ivs-60331.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration." -} diff --git a/.changes/next-release/api-change-lakeformation-27118.json b/.changes/next-release/api-change-lakeformation-27118.json deleted file mode 100644 index 5d4bcc11d6..0000000000 --- a/.changes/next-release/api-change-lakeformation-27118.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lakeformation``", - "description": "Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d2b92fc999..06ac03cd2a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.31.4 +====== + +* api-change:``codeartifact``: Doc only update for AWS CodeArtifact +* api-change:``docdb``: Added major version upgrade option in ModifyDBCluster API +* api-change:``ec2``: Add Nitro TPM support on DescribeInstanceTypes +* api-change:``glue``: Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes. +* api-change:``ivs``: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration. +* api-change:``lakeformation``: Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource. + + 1.31.3 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 5997095905..a8769a88fa 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.3' +__version__ = '1.31.4' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 559c180550..90ca287a4b 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.3' +release = '1.31.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.