Skip to content

Commit

Permalink
Bumping version to 1.31.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 20, 2023
1 parent 5d929d0 commit cdfbd58
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 deletions.
47 changes: 47 additions & 0 deletions .changes/1.31.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``codecatalyst``",
"description": "This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "This release adds the ability to assign a case to a queue or user.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Improve performance of S3 clients by simplifying and optimizing endpoint resolution.",
"type": "api-change"
},
{
"category": "``sagemaker-featurestore-runtime``",
"description": "Cross account support for SageMaker Feature Store",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Cross account support for SageMaker Feature Store",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "Adding support for Tags on Create and Resource Tagging API.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codecatalyst-17617.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcases-89218.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-4278.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53resolver-44011.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-48527.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-71982.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securitylake-72728.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transcribe-90418.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.31.8
======

* api-change:``codecatalyst``: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* api-change:``connectcases``: This release adds the ability to assign a case to a queue or user.
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``route53resolver``: This release adds support for Route 53 On Outposts, a new feature that allows customers to run Route 53 Resolver and Resolver endpoints locally on their Outposts.
* api-change:``s3``: Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* api-change:``sagemaker-featurestore-runtime``: Cross account support for SageMaker Feature Store
* api-change:``sagemaker``: Cross account support for SageMaker Feature Store
* api-change:``securitylake``: Adding support for Tags on Create and Resource Tagging API.
* api-change:``transcribe``: Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.


1.31.7
======

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.7'
__version__ = '1.31.8'


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.7'
release = '1.31.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit cdfbd58

Please sign in to comment.