Skip to content

Commit d084179

Browse files
Merge branch 'release-1.42.40' into develop
* release-1.42.40: Bumping version to 1.42.40 Update changelog based on model updates
2 parents a6057fb + 518dce7 commit d084179

File tree

6 files changed

+65
-4
lines changed

6 files changed

+65
-4
lines changed

.changes/1.42.40.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``bedrock-agent-runtime``",
4+
"description": "This release enhances the information provided through Flow Traces. New information includes source/next node tracking, execution chains for complex nodes, dependency action (operation) details, and dependency traces.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-data-automation``",
9+
"description": "Added support for configurable Speaker Labeling and Channel Labeling features for Audio modality.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``billing``",
14+
"description": "Add ability to combine custom billing views to create new consolidated views.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ce``",
19+
"description": "Support for payer account dimension and billing view health status.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connect``",
24+
"description": "Adds supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``dynamodbstreams``",
29+
"description": "Added support for IPv6 compatible endpoints for DynamoDB Streams.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ec2``",
34+
"description": "This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``endpoint-rules``",
39+
"description": "Update endpoint-rules command to latest version",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``redshift``",
44+
"description": "Support tagging and tag propagation to IAM Identity Center for Redshift Idc Applications",
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.42.40
6+
=======
7+
8+
* api-change:``bedrock-agent-runtime``: This release enhances the information provided through Flow Traces. New information includes source/next node tracking, execution chains for complex nodes, dependency action (operation) details, and dependency traces.
9+
* api-change:``bedrock-data-automation``: Added support for configurable Speaker Labeling and Channel Labeling features for Audio modality.
10+
* api-change:``billing``: Add ability to combine custom billing views to create new consolidated views.
11+
* api-change:``ce``: Support for payer account dimension and billing view health status.
12+
* api-change:``connect``: Adds supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs.
13+
* api-change:``dynamodbstreams``: Added support for IPv6 compatible endpoints for DynamoDB Streams.
14+
* api-change:``ec2``: This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.
15+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
16+
* api-change:``redshift``: Support tagging and tag propagation to IAM Identity Center for Redshift Idc Applications
17+
18+
519
1.42.39
620
=======
721

awscli/__init__.py

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

1919
import os
2020

21-
__version__ = '1.42.39'
21+
__version__ = '1.42.40'
2222

2323
#
2424
# 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.42.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.42.39'
55+
release = '1.42.40'
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.40.39
6+
botocore==1.40.40
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.14.0,<0.15.0
99
PyYAML>=3.10,<6.1

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.40.39',
27+
'botocore==1.40.40',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.14.0,<0.15.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)