Skip to content

Commit b5718cd

Browse files
authored
Fix 2.29.0 changelog entries (#5680)
1 parent e1f52a1 commit b5718cd

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

.changes/2.29.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"version": "2.29.0",
33
"date": "2024-10-24",
44
"entries": [
5+
{
6+
"type": "deprecation",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Deprecate internal checksum algorithm classes."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "The SDK now defaults to Java built-in CRC32 and CRC32C(if it's Java 9+) implementations, resulting in improved performance."
16+
},
517
{
618
"type": "feature",
719
"category": "AWS Parallel Computing Service",

.changes/next-release/deprecation-AWSSDKforJavav2-eb641b5.json

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

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

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

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
## __AWS SDK for Java v2__
88
- ### Features
99
- Updated endpoint and partition metadata.
10+
- The SDK now defaults to Java built-in CRC32 and CRC32C(if it's Java 9+) implementations, resulting in improved performance.
11+
- ### Deprecation
12+
- Deprecate internal checksum algorithm classes.
1013

1114
## __Amazon AppConfig__
1215
- ### Features
@@ -22,5 +25,4 @@
2225

2326
## __QBusiness__
2427
- ### Features
25-
- Add a new field in chat response. This field can be used to support nested schemas in array fields
26-
28+
- Add a new field in chat response. This field can be used to support nested schemas in array fields

0 commit comments

Comments
 (0)