Skip to content

Commit

Permalink
Merge branch 'release-1.31.8'
Browse files Browse the repository at this point in the history
* release-1.31.8:
  Bumping version to 1.31.8
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 20, 2023
2 parents 376d594 + cdfbd58 commit d88dc1c
Show file tree
Hide file tree
Showing 20 changed files with 8,404 additions and 12,158 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"
}
]
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
Loading

0 comments on commit d88dc1c

Please sign in to comment.