Skip to content

Commit 8b6c91b

Browse files
committedMar 3, 2025
Merge branch 'release-1.38.5'
* release-1.38.5: Bumping version to 1.38.5 Update changelog based on model updates
2 parents c29ffae + a479b0c commit 8b6c91b

File tree

6 files changed

+47
-4
lines changed

6 files changed

+47
-4
lines changed
 

‎.changes/1.38.5.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``cognito-idp``",
4+
"description": "Added the capacity to return available challenges in admin authentication and to set version 3 of the pre token generation event for M2M ATC.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Update the DescribeVpcs response",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``qbusiness``",
14+
"description": "Adds support for the ingestion of audio and video files by Q Business, which can be configured with the mediaExtractionConfiguration parameter.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rum``",
19+
"description": "Add support for PutResourcePolicy, GetResourcePolicy and DeleteResourcePolicy to support resource based policies for AWS CloudWatch RUM",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "Add DomainId to CreateDomainResponse",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``transcribe``",
29+
"description": "Updating documentation for post call analytics job queueing.",
30+
"type": "api-change"
31+
}
32+
]

‎CHANGELOG.rst

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

5+
1.38.5
6+
======
7+
8+
* api-change:``cognito-idp``: Added the capacity to return available challenges in admin authentication and to set version 3 of the pre token generation event for M2M ATC.
9+
* api-change:``ec2``: Update the DescribeVpcs response
10+
* api-change:``qbusiness``: Adds support for the ingestion of audio and video files by Q Business, which can be configured with the mediaExtractionConfiguration parameter.
11+
* api-change:``rum``: Add support for PutResourcePolicy, GetResourcePolicy and DeleteResourcePolicy to support resource based policies for AWS CloudWatch RUM
12+
* api-change:``sagemaker``: Add DomainId to CreateDomainResponse
13+
* api-change:``transcribe``: Updating documentation for post call analytics job queueing.
14+
15+
516
1.38.4
617
======
718

‎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.4'
21+
__version__ = '1.38.5'
2222

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

‎doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.38'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.38.4'
55+
release = '1.38.5'
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.4
6+
botocore==1.37.5
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.4',
27+
'botocore==1.37.5',
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)
Failed to load comments.