Skip to content

Commit 05019ed

Browse files
Merge branch 'release-1.34.116' into develop
* release-1.34.116: Bumping version to 1.34.116 Add changelog entries from botocore
2 parents 53faaee + e2e0979 commit 05019ed

File tree

5 files changed

+58
-3
lines changed

5 files changed

+58
-3
lines changed

.changes/1.34.116.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``acm``",
4+
"description": "[``botocore``] add v2 smoke tests and smithy smokeTests trait for SDK testing.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agent``",
9+
"description": "[``botocore``] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-runtime``",
14+
"description": "[``botocore``] This release adds Converse and ConverseStream APIs to Bedrock Runtime",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudtrail``",
19+
"description": "[``botocore``] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connect``",
24+
"description": "[``botocore``] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``emr-serverless``",
29+
"description": "[``botocore``] The release adds support for spark structured streaming.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rds``",
34+
"description": "[``botocore``] Updates Amazon RDS documentation for Aurora Postgres DBname.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sagemaker``",
39+
"description": "[``botocore``] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.34.116
6+
========
7+
8+
* api-change:``acm``: [``botocore``] add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* api-change:``bedrock-agent``: [``botocore``] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
10+
* api-change:``bedrock-runtime``: [``botocore``] This release adds Converse and ConverseStream APIs to Bedrock Runtime
11+
* api-change:``cloudtrail``: [``botocore``] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
12+
* api-change:``connect``: [``botocore``] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
13+
* api-change:``emr-serverless``: [``botocore``] The release adds support for spark structured streaming.
14+
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for Aurora Postgres DBname.
15+
* api-change:``sagemaker``: [``botocore``] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.
16+
17+
518
1.34.115
619
========
720

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.34.115'
20+
__version__ = '1.34.116'
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.34.115,<1.35.0
6+
botocore>=1.34.116,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.34.115,<1.35.0',
16+
'botocore>=1.34.116,<1.35.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.10.0,<0.11.0',
1919
]

0 commit comments

Comments
 (0)