Skip to content

Commit 4fb711c

Browse files
Merge branch 'release-1.38.10' into develop
* release-1.38.10: Bumping version to 1.38.10 Update changelog based on model updates
2 parents 5d49e93 + df8b17c commit 4fb711c

File tree

6 files changed

+60
-5
lines changed

6 files changed

+60
-5
lines changed

.changes/1.38.10.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``bedrock-agent``",
4+
"description": "Add support for computer use tools",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agent-runtime``",
9+
"description": "Add support for computer use tools",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ce``",
14+
"description": "Releasing minor partition endpoint updates.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connect``",
19+
"description": "Add support for contact transfers in external voice systems.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``medialive``",
24+
"description": "Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``pca-connector-ad``",
29+
"description": "PrivateCA Connector for Active Directory now supports dual stack endpoints. This release adds the IpAddressType option to the VpcInformation on a Connector which determines whether the endpoint supports IPv4 only or IPv4 and IPv6 traffic.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``securityhub``",
34+
"description": "This release adds new StandardsControlsUpdatable field to the StandardsSubscription resource",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``timestream-influxdb``",
39+
"description": "This release updates the default value of pprof-disabled from false to true.",
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.38.10
6+
=======
7+
8+
* api-change:``bedrock-agent``: Add support for computer use tools
9+
* api-change:``bedrock-agent-runtime``: Add support for computer use tools
10+
* api-change:``ce``: Releasing minor partition endpoint updates.
11+
* api-change:``connect``: Add support for contact transfers in external voice systems.
12+
* api-change:``medialive``: Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.
13+
* api-change:``pca-connector-ad``: PrivateCA Connector for Active Directory now supports dual stack endpoints. This release adds the IpAddressType option to the VpcInformation on a Connector which determines whether the endpoint supports IPv4 only or IPv4 and IPv6 traffic.
14+
* api-change:``securityhub``: This release adds new StandardsControlsUpdatable field to the StandardsSubscription resource
15+
* api-change:``timestream-influxdb``: This release updates the default value of pprof-disabled from false to true.
16+
17+
518
1.38.9
619
======
720

awscli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.38.9'
21+
__version__ = '1.38.10'
2222

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

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.38'
53+
version = '1.38.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.38.9'
55+
release = '1.38.10'
5656

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

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.9
6+
botocore==1.37.10
77
docutils>=0.10,<0.17
88
s3transfer>=0.11.0,<0.12.0
99
PyYAML>=3.10,<6.1

setup.py

+1-1
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.37.9',
27+
'botocore==1.37.10',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.11.0,<0.12.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)