Skip to content

Commit 0508d39

Browse files
Merge branch 'release-1.37.27'
* release-1.37.27: Bumping version to 1.37.27 Add changelog entries from botocore
2 parents 7681467 + 9eeb169 commit 0508d39

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.37.27.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``bedrock-agent``",
4+
"description": "[``botocore``] Added optional \"customMetadataField\" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional \"textIndexName\" for MongoDB Atlas knowledge bases, enabling hybrid search support.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``chime-sdk-voice``",
9+
"description": "[``botocore``] Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mailmanager``",
14+
"description": "[``botocore``] Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``opensearch``",
19+
"description": "[``botocore``] Improve descriptions for various API commands and data types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53``",
24+
"description": "[``botocore``] Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "[``botocore``] Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sesv2``",
34+
"description": "[``botocore``] This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``transcribe``",
39+
"description": "[``botocore``] This Feature Adds Support for the \"zh-HK\" Locale for Batch Operations",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "Eventstream",
44+
"description": "[``botocore``] The event streams maximum payload size is now required to be 24Mb or less.",
45+
"type": "enhancement"
46+
}
47+
]

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.37.27
6+
=======
7+
8+
* api-change:``bedrock-agent``: [``botocore``] Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support.
9+
* api-change:``chime-sdk-voice``: [``botocore``] Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address
10+
* api-change:``mailmanager``: [``botocore``] Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving.
11+
* api-change:``opensearch``: [``botocore``] Improve descriptions for various API commands and data types.
12+
* api-change:``route53``: [``botocore``] Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
13+
* api-change:``sagemaker``: [``botocore``] Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod
14+
* api-change:``sesv2``: [``botocore``] This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.
15+
* api-change:``transcribe``: [``botocore``] This Feature Adds Support for the "zh-HK" Locale for Batch Operations
16+
* enhancement:Eventstream: [``botocore``] The event streams maximum payload size is now required to be 24Mb or less.
17+
18+
519
1.37.26
620
=======
721

boto3/__init__.py

+1-1
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.37.26'
20+
__version__ = '1.37.27'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.37.26,<1.38.0
6+
botocore>=1.37.27,<1.38.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.37.26,<1.38.0',
17+
'botocore>=1.37.27,<1.38.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)