Skip to content

Commit 71c4178

Browse files
Merge branch 'release-1.37.27' into develop
* release-1.37.27: Bumping version to 1.37.27 Update partitions file Update endpoints model Update to latest models
2 parents abe14a7 + 1173407 commit 71c4178

File tree

15 files changed

+611
-142
lines changed

15 files changed

+611
-142
lines changed

Diff for: .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": "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": "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": "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": "Improve descriptions for various API commands and data types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53``",
24+
"description": "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": "Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sesv2``",
34+
"description": "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": "This Feature Adds Support for the \"zh-HK\" Locale for Batch Operations",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "Eventstream",
44+
"description": "The event streams maximum payload size is now required to be 24Mb or less.",
45+
"type": "enhancement"
46+
}
47+
]

Diff for: .changes/next-release/enhancement-Eventstream-60668.json

-5
This file was deleted.

Diff for: 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``: 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``: Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address
10+
* api-change:``mailmanager``: 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``: Improve descriptions for various API commands and data types.
12+
* api-change:``route53``: 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``: Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod
14+
* api-change:``sesv2``: This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.
15+
* api-change:``transcribe``: This Feature Adds Support for the "zh-HK" Locale for Batch Operations
16+
* enhancement:Eventstream: The event streams maximum payload size is now required to be 24Mb or less.
17+
18+
519
1.37.26
620
=======
721

Diff for: botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.37.26'
19+
__version__ = '1.37.27'
2020

2121

2222
class NullHandler(logging.Handler):

Diff for: botocore/data/bedrock-agent/2023-06-05/service-2.json

+8
Original file line numberDiff line numberDiff line change
@@ -7639,6 +7639,10 @@
76397639
"shape":"MongoDbAtlasFieldMapping",
76407640
"documentation":"<p>Contains the names of the fields to which to map information about the vector store.</p>"
76417641
},
7642+
"textIndexName":{
7643+
"shape":"MongoDbAtlasIndexName",
7644+
"documentation":"<p>The name of the text search index in the MongoDB collection. This is required for using the hybrid search feature.</p>"
7645+
},
76427646
"vectorIndexName":{
76437647
"shape":"MongoDbAtlasIndexName",
76447648
"documentation":"<p>The name of the MongoDB Atlas vector search index.</p>"
@@ -8749,6 +8753,10 @@
87498753
"vectorField"
87508754
],
87518755
"members":{
8756+
"customMetadataField":{
8757+
"shape":"ColumnName",
8758+
"documentation":"<p>Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.</p>"
8759+
},
87528760
"metadataField":{
87538761
"shape":"ColumnName",
87548762
"documentation":"<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>"

Diff for: botocore/data/chime-sdk-voice/2022-08-03/service-2.json

+5
Original file line numberDiff line numberDiff line change
@@ -1952,6 +1952,7 @@
19521952
{"shape":"ForbiddenException"},
19531953
{"shape":"BadRequestException"},
19541954
{"shape":"ThrottledClientException"},
1955+
{"shape":"AccessDeniedException"},
19551956
{"shape":"ServiceUnavailableException"},
19561957
{"shape":"ServiceFailureException"}
19571958
],
@@ -4314,6 +4315,10 @@
43144315
"UpdatedTimestamp":{
43154316
"shape":"Iso8601Timestamp",
43164317
"documentation":"<p>The updated phone number order time stamp, in ISO 8601 format.</p>"
4318+
},
4319+
"FocDate":{
4320+
"shape":"Iso8601Timestamp",
4321+
"documentation":"<p>The Firm Order Commitment (FOC) date for phone number porting orders. This field is null if a phone number order is not a porting order.</p>"
43174322
}
43184323
},
43194324
"documentation":"<p>The details of an Amazon Chime SDK phone number order.</p>"

0 commit comments

Comments
 (0)