Skip to content

Commit 72df178

Browse files
author
AWS
committed
Release 2.30.13. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 49f9acd commit 72df178

File tree

500 files changed

+579
-541
lines changed

Some content is hidden

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

500 files changed

+579
-541
lines changed

.changes/2.30.13.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.30.13",
3+
"date": "2025-02-04",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed an issue in the SDK where it unnecessarily buffers the entire content for streaming operations, causing OOM error. See [#5850](https://github.com/aws/aws-sdk-java-v2/issues/5850)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS DataSync",
14+
"contributor": "",
15+
"description": "Doc-only update to provide more information on using Kerberos authentication with SMB locations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Database Migration Service",
20+
"contributor": "",
21+
"description": "Introduces TargetDataSettings with the TablePreparationMode option available for data migrations."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Identity and Access Management",
26+
"contributor": "",
27+
"description": "This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Neptune Graph",
32+
"contributor": "",
33+
"description": "Added argument to `list-export` to filter by graph ID"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "IPv6 support for Hyperpod clusters"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "QBusiness",
44+
"contributor": "",
45+
"description": "Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AWSSDKforJavav2-f6370d6.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSDataSync-31cf43f.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSDatabaseMigrationService-a28f443.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSIdentityandAccessManagement-ff600c2.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonNeptuneGraph-7498052.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-AmazonSageMakerService-2affe46.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/next-release/feature-QBusiness-d3bd182.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.30.13__ __2025-02-04__
3+
## __AWS DataSync__
4+
- ### Features
5+
- Doc-only update to provide more information on using Kerberos authentication with SMB locations.
6+
7+
## __AWS Database Migration Service__
8+
- ### Features
9+
- Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
10+
11+
## __AWS Identity and Access Management__
12+
- ### Features
13+
- This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Updated endpoint and partition metadata.
18+
19+
- ### Bugfixes
20+
- Fixed an issue in the SDK where it unnecessarily buffers the entire content for streaming operations, causing OOM error. See [#5850](https://github.com/aws/aws-sdk-java-v2/issues/5850).
21+
22+
## __Amazon Neptune Graph__
23+
- ### Features
24+
- Added argument to `list-export` to filter by graph ID
25+
26+
## __Amazon SageMaker Service__
27+
- ### Features
28+
- IPv6 support for Hyperpod clusters
29+
30+
## __QBusiness__
31+
- ### Features
32+
- Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.
33+
234
# __2.30.12__ __2025-02-03__
335
## __AWS MediaTailor__
436
- ### Features

0 commit comments

Comments
 (0)