Skip to content

Commit

Permalink
Bumping version to 1.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 17, 2023
1 parent 93d726a commit cbb9ed7
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.31.4.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codeartifact-1480.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-60485.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-93191.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-85868.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivs-60331.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lakeformation-27118.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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

__version__ = '1.31.3'
__version__ = '1.31.4'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cbb9ed7

Please sign in to comment.