Skip to content

Commit e05e1d1

Browse files
Merge branch 'release-1.28.8'
* release-1.28.8: Bumping version to 1.28.8 Add changelog entries from botocore
2 parents 5aa881f + 90bbd41 commit e05e1d1

5 files changed

Lines changed: 64 additions & 3 deletions

File tree

.changes/1.28.8.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``codecatalyst``",
4+
"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.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connectcases``",
9+
"description": "[``botocore``] This release adds the ability to assign a case to a queue or user.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``lexv2-models``",
14+
"description": "[``botocore``] Update lexv2-models client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``route53resolver``",
19+
"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.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``s3``",
24+
"description": "[``botocore``] Improve performance of S3 clients by simplifying and optimizing endpoint resolution.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker-featurestore-runtime``",
29+
"description": "[``botocore``] Cross account support for SageMaker Feature Store",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sagemaker``",
34+
"description": "[``botocore``] Cross account support for SageMaker Feature Store",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``securitylake``",
39+
"description": "[``botocore``] Adding support for Tags on Create and Resource Tagging API.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``transcribe``",
44+
"description": "[``botocore``] Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.28.8
6+
======
7+
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.
9+
* api-change:``connectcases``: [``botocore``] This release adds the ability to assign a case to a queue or user.
10+
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
11+
* 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.
12+
* api-change:``s3``: [``botocore``] Improve performance of S3 clients by simplifying and optimizing endpoint resolution.
13+
* api-change:``sagemaker-featurestore-runtime``: [``botocore``] Cross account support for SageMaker Feature Store
14+
* api-change:``sagemaker``: [``botocore``] Cross account support for SageMaker Feature Store
15+
* api-change:``securitylake``: [``botocore``] Adding support for Tags on Create and Resource Tagging API.
16+
* api-change:``transcribe``: [``botocore``] Added API argument --toxicity-detection to startTranscriptionJob API, which allows users to view toxicity scores of submitted audio.
17+
18+
519
1.28.7
620
======
721

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.28.7'
20+
__version__ = '1.28.8'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.31.7,<1.32.0
6+
botocore>=1.31.8,<1.32.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.6.0,<0.7.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.31.7,<1.32.0',
16+
'botocore>=1.31.8,<1.32.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.6.0,<0.7.0',
1919
]

0 commit comments

Comments
 (0)