Skip to content

Commit

Permalink
Merge branch 'release-1.28.8' into develop
Browse files Browse the repository at this point in the history
* release-1.28.8:
  Bumping version to 1.28.8
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 20, 2023
2 parents 77e1bcd + 90bbd41 commit 88bbab3
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.28.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``codecatalyst``",
"description": "[``botocore``] 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": "[``botocore``] This release adds the ability to assign a case to a queue or user.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "[``botocore``] Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "[``botocore``] 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": "[``botocore``] Improve performance of S3 clients by simplifying and optimizing endpoint resolution.",
"type": "api-change"
},
{
"category": "``sagemaker-featurestore-runtime``",
"description": "[``botocore``] Cross account support for SageMaker Feature Store",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Cross account support for SageMaker Feature Store",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "[``botocore``] Adding support for Tags on Create and Resource Tagging API.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "[``botocore``] 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.28.8
======

* api-change:``codecatalyst``: [``botocore``] 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``: [``botocore``] This release adds the ability to assign a case to a queue or user.
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``route53resolver``: [``botocore``] 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``: [``botocore``] Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
* api-change:``sagemaker-featurestore-runtime``: [``botocore``] Cross account support for SageMaker Feature Store
* api-change:``sagemaker``: [``botocore``] Cross account support for SageMaker Feature Store
* api-change:``securitylake``: [``botocore``] Adding support for Tags on Create and Resource Tagging API.
* api-change:``transcribe``: [``botocore``] Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.


1.28.7
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.28.7'
__version__ = '1.28.8'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.31.7,<1.32.0
botocore>=1.31.8,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.31.7,<1.32.0',
'botocore>=1.31.8,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 88bbab3

Please sign in to comment.