Skip to content

Commit 73694a7

Browse files
authored
Remove extra quotes from changelog entry category (#5288)
1 parent a64fd14 commit 73694a7

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.changes/2.26.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"type": "feature",
19-
"category": "\"AWS SDK for Java v2\"",
19+
"category": "AWS SDK for Java v2",
2020
"contributor": "sugmanue",
2121
"description": "This release contains a major internal refactor of retries and is part\nof moving the SDK to a standardized AWS SDK architecture. It\nintroduces the interface `RetryStrategy` and three subclasses\n`StandardRetryStrategy`, `LegacyRetryStrategy` , and\n`AdaptiveRetryStrategy`. The new interfaces live in the `retry-spi`\nmodule, and the implementation classes live in the `retries` module.\n\nNote 1) This change marks RetryPolicy as as deprecated and we\nencourage users to migrate to its replacement, RetryStrategy. However,\nretry policies are, and will for the foreseeable future be fully\nsupported. Clients configured to use retry policies will not need any\ncode changes and won\u2019t see any behavioral change with this release.\n\nNote 2) The original implementation of adaptive mode (see\n[#2658](https://github.com/aws/aws-sdk-java-v2/pull/2658)) that was\nreleased with the retry policy API contains a bug in its rate-limiter\nlogic which prevents it from remembering state across requests. In\nthis release of the retry strategy API, we introduce\n`RetryMode.ADAPTIVE_V2`, which implements the correct adaptive\nbehavior. `RetryMode.ADAPTIVE` is still present in order to maintain\nbackwards compatibility, but is now marked as deprecated.\n\nNote 3) When configuring retry mode through system settings or\nenvironment variables, users can only choose adaptive mode. This\nsetting will map to `RetryMode.ADAPTIVE_V2` instead of\n`RetryMode.ADAPTIVE` with this release, giving users the correct\nbehavior and still keeping the settings consistent across all\nSDKs. The list of configuration options are: profile file `retry_mode`\nsetting, the `aws.retryMode` system property and the `AWS_RETRY_MODE`\nenvironment variable."
2222
},
@@ -57,4 +57,4 @@
5757
"description": "Updated endpoint and partition metadata."
5858
}
5959
]
60-
}
60+
}

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,14 @@
197197
- This release adds support for Amazon EventBridge as an email sending events destination.
198198

199199
# __2.26.0__ __2024-06-11__
200-
## __"AWS SDK for Java v2"__
200+
## __AWS Network Manager__
201+
- ### Features
202+
- This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates.
203+
204+
## __AWS SDK for Java v2__
201205
- ### Features
206+
- Adds the new module retries API module
207+
- Contributed by: [@sugmanue](https://github.com/sugmanue)
202208
- This release contains a major internal refactor of retries and is part
203209
of moving the SDK to a standardized AWS SDK architecture. It
204210
introduces the interface `RetryStrategy` and three subclasses
@@ -230,15 +236,6 @@
230236
setting, the `aws.retryMode` system property and the `AWS_RETRY_MODE`
231237
environment variable.
232238
- Contributed by: [@sugmanue](https://github.com/sugmanue)
233-
234-
## __AWS Network Manager__
235-
- ### Features
236-
- This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates.
237-
238-
## __AWS SDK for Java v2__
239-
- ### Features
240-
- Adds the new module retries API module
241-
- Contributed by: [@sugmanue](https://github.com/sugmanue)
242239
- Updated endpoint and partition metadata.
243240

244241
- ### Bugfixes

0 commit comments

Comments
 (0)