Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir committed Jan 29, 2025
1 parent c7f227e commit b80823f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changes/2.30.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"category": "Timestream InfluxDB",
"contributor": "",
"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"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Buffer input data from ContentStreamProvider to avoid the need to reread the stream after calculating its length."
}
]
}
6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSSDKforJavav2-9db145b.json

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
- ### Features
- 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

## __AWS SDK for Java v2__
- ### Features
- Buffer input data from ContentStreamProvider to avoid the need to reread the stream after calculating its length.

# __2.30.7__ __2025-01-27__
## __AWS Elemental MediaConvert__
- ### Features
Expand Down

0 comments on commit b80823f

Please sign in to comment.