Skip to content

Commit 7e4d04f

Browse files
Merge branch 'release-1.27.88' into develop
* release-1.27.88: Bumping version to 1.27.88 Update changelog based on model updates
2 parents 19b76b4 + 7b64318 commit 7e4d04f

File tree

6 files changed

+65
-4
lines changed

6 files changed

+65
-4
lines changed

.changes/1.27.88.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``codeartifact``",
4+
"description": "This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``evidently``",
14+
"description": "Updated entity override documentation",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``networkmanager``",
19+
"description": "This update provides example usage for TransitGatewayRouteTableArn.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``quicksight``",
24+
"description": "This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``redshift-data``",
29+
"description": "Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sagemaker``",
34+
"description": "Amazon SageMaker Inference now allows SSM access to customer's model container by setting the \"EnableSSMAccess\" parameter for a ProductionVariant in CreateEndpointConfig API.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``servicediscovery``",
39+
"description": "Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sesv2``",
44+
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.",
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.27.88
6+
=======
7+
8+
* api-change:``codeartifact``: This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
9+
* api-change:``connect``: This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.
10+
* api-change:``evidently``: Updated entity override documentation
11+
* api-change:``networkmanager``: This update provides example usage for TransitGatewayRouteTableArn.
12+
* api-change:``quicksight``: This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
13+
* api-change:``redshift-data``: Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.
14+
* api-change:``sagemaker``: Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
15+
* api-change:``servicediscovery``: Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)
16+
* api-change:``sesv2``: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.
17+
18+
519
1.27.87
620
=======
721

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.27.87'
20+
__version__ = '1.27.88'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.27.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.27.87'
55+
release = '1.27.88'
5656

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

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.29.87
6+
botocore==1.29.88
77
docutils>=0.10,<0.17
88
s3transfer>=0.6.0,<0.7.0
99
PyYAML>=3.10,<5.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.29.87',
27+
'botocore==1.29.88',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.6.0,<0.7.0',
3030
'PyYAML>=3.10,<5.5',

0 commit comments

Comments
 (0)