Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b65666b

Browse files
authoredOct 9, 2024
Merge pull request #3326 from aws/staging/2951493c-cbe5-4bd2-97c3-768661b1cb5e
Pull request: release <- staging/2951493c-cbe5-4bd2-97c3-768661b1cb5e
2 parents 65a9501 + ff10529 commit b65666b

File tree

483 files changed

+1231
-870
lines changed

Some content is hidden

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

483 files changed

+1231
-870
lines changed
 

Diff for: ‎.changes/2.28.19.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.28.19",
3+
"date": "2024-10-09",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "This change adds the default retry conditions in the client builder if none are configured to behave similarly to retry policies that are configured behind the scenes without the users having to do that themselves. This will prevent customers using directly the retry strategies builders from `DefaultRetryStrategy` to end up with a no-op strategy."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS CodePipeline",
14+
"contributor": "",
15+
"description": "AWS CodePipeline introduces a Compute category"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated endpoint and partition metadata."
22+
}
23+
]
24+
}

Diff for: ‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.28.19__ __2024-10-09__
3+
## __AWS CodePipeline__
4+
- ### Features
5+
- AWS CodePipeline introduces a Compute category
6+
7+
## __AWS SDK for Java v2__
8+
- ### Features
9+
- Updated endpoint and partition metadata.
10+
11+
- ### Bugfixes
12+
- This change adds the default retry conditions in the client builder if none are configured to behave similarly to retry policies that are configured behind the scenes without the users having to do that themselves. This will prevent customers using directly the retry strategies builders from `DefaultRetryStrategy` to end up with a no-op strategy.
13+
214
# __2.28.18__ __2024-10-08__
315
## __AWS SDK for Java v2__
416
- ### Features

0 commit comments

Comments
 (0)
Please sign in to comment.