Skip to content

Commit d815597

Browse files
Bumping version to 1.38.2
1 parent 4f5b511 commit d815597

12 files changed

+57
-42
lines changed

.changes/1.38.2.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``apprunner``",
4+
"description": "AWS App Runner adds Node.js 22 runtime.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appsync``",
9+
"description": "Add data source support to Event APIs",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-data-automation``",
14+
"description": "Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``codebuild``",
19+
"description": "Remove redundant validation check.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``dynamodb``",
24+
"description": "Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ecs``",
29+
"description": "Documentation only release for Amazon ECS",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``pcs``",
34+
"description": "Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``rds``",
39+
"description": "This Amazon RDS release adds support for managed master user passwords for Oracle CDBs.",
40+
"type": "api-change"
41+
}
42+
]

.changes/next-release/api-change-apprunner-79858.json

-5
This file was deleted.

.changes/next-release/api-change-appsync-52060.json

-5
This file was deleted.

.changes/next-release/api-change-bedrockdataautomation-67986.json

-5
This file was deleted.

.changes/next-release/api-change-codebuild-38109.json

-5
This file was deleted.

.changes/next-release/api-change-dynamodb-32411.json

-5
This file was deleted.

.changes/next-release/api-change-ecs-75113.json

-5
This file was deleted.

.changes/next-release/api-change-pcs-5560.json

-5
This file was deleted.

.changes/next-release/api-change-rds-82040.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.38.2
6+
======
7+
8+
* api-change:``apprunner``: AWS App Runner adds Node.js 22 runtime.
9+
* api-change:``appsync``: Add data source support to Event APIs
10+
* api-change:``bedrock-data-automation``: Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs
11+
* api-change:``codebuild``: Remove redundant validation check.
12+
* api-change:``dynamodb``: Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available.
13+
* api-change:``ecs``: Documentation only release for Amazon ECS
14+
* api-change:``pcs``: Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
15+
* api-change:``rds``: This Amazon RDS release adds support for managed master user passwords for Oracle CDBs.
16+
17+
518
1.38.1
619
======
720

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.38.1'
19+
__version__ = '1.38.2'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.38'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.38.1'
62+
release = '1.38.2'
6363

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

0 commit comments

Comments
 (0)