Skip to content

Commit 5edb7e7

Browse files
authoredMar 14, 2025
Merge pull request #3739 from aws/staging/e5f7d193-ca91-47bd-965e-7c2a1c751787
Pull request: release <- staging/e5f7d193-ca91-47bd-965e-7c2a1c751787
2 parents 879d5dc + 9b8bbeb commit 5edb7e7

File tree

509 files changed

+1004
-558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+1004
-558
lines changed
 

‎.changes/2.31.1.json

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.31.1",
3+
"date": "2025-03-14",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CRT HTTP Client",
8+
"contributor": "thomasjinlo",
9+
"description": "Map AWS_IO_SOCKET_TIMEOUT to ConnectException when acquiring a connection to improve error handling"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "This release added AllowFullTableExternalDataAccess to glue catalog resource."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Lake Formation",
20+
"contributor": "",
21+
"description": "This release added \"condition\" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Made DefaultSdkAutoConstructList and DefaultSdkAutoConstructMap serializable"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Cognito Identity",
32+
"contributor": "",
33+
"description": "Updated API model build artifacts for identity pools"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Cognito Identity Provider",
38+
"contributor": "",
39+
"description": "Minor description updates to API parameters"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

‎CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.31.1__ __2025-03-14__
3+
## __AWS CRT HTTP Client__
4+
- ### Features
5+
- Map AWS_IO_SOCKET_TIMEOUT to ConnectException when acquiring a connection to improve error handling
6+
- Contributed by: [@thomasjinlo](https://github.com/thomasjinlo)
7+
8+
## __AWS Glue__
9+
- ### Features
10+
- This release added AllowFullTableExternalDataAccess to glue catalog resource.
11+
12+
## __AWS Lake Formation__
13+
- ### Features
14+
- This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource.
15+
16+
## __AWS SDK for Java v2__
17+
- ### Features
18+
- Made DefaultSdkAutoConstructList and DefaultSdkAutoConstructMap serializable
19+
- Updated endpoint and partition metadata.
20+
21+
## __Amazon Cognito Identity__
22+
- ### Features
23+
- Updated API model build artifacts for identity pools
24+
25+
## __Amazon Cognito Identity Provider__
26+
- ### Features
27+
- Minor description updates to API parameters
28+
29+
## __Contributors__
30+
Special thanks to the following contributors to this release:
31+
32+
[@thomasjinlo](https://github.com/thomasjinlo)
233
# __2.31.0__ __2025-03-13__
334
## __AWS Amplify__
435
- ### Features

0 commit comments

Comments
 (0)
Please sign in to comment.