Skip to content

Commit b80823f

Browse files
committed
Update changelog
1 parent c7f227e commit b80823f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.changes/2.30.8.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"category": "Timestream InfluxDB",
3838
"contributor": "",
3939
"description": "Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Buffer input data from ContentStreamProvider to avoid the need to reread the stream after calculating its length."
4046
}
4147
]
4248
}

.changes/next-release/feature-AWSSDKforJavav2-9db145b.json

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
- ### Features
2525
- Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance
2626

27+
## __AWS SDK for Java v2__
28+
- ### Features
29+
- Buffer input data from ContentStreamProvider to avoid the need to reread the stream after calculating its length.
30+
2731
# __2.30.7__ __2025-01-27__
2832
## __AWS Elemental MediaConvert__
2933
- ### Features

0 commit comments

Comments
 (0)