Skip to content

Commit d335b26

Browse files
author
AWS
committed
Release 2.25.19. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent aa625c0 commit d335b26

File tree

468 files changed

+553
-509
lines changed

Some content is hidden

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

468 files changed

+553
-509
lines changed

.changes/2.25.19.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.25.19",
3+
"date": "2024-03-27",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK For Java v2",
8+
"contributor": "FatalEnigma",
9+
"description": "Remediate CVE-2024-29025 by updating netty version"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "S3 Transfer Manager",
14+
"contributor": "",
15+
"description": "Set a limit on the number of concurrent upload file requests for upload directory. This fixes the OOM issue that could surface when users try to upload a directory that has millions of small files. See [#5023](https://github.com/aws/aws-sdk-java-v2/issues/5023)."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Batch",
20+
"contributor": "",
21+
"description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Secrets Manager",
26+
"contributor": "",
27+
"description": "Documentation updates for Secrets Manager"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Agents for Amazon Bedrock",
32+
"contributor": "",
33+
"description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Agents for Amazon Bedrock Runtime",
38+
"contributor": "",
39+
"description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon ElastiCache",
44+
"contributor": "",
45+
"description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AWSSDKForJavav2-61b62c7.json

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

.changes/next-release/bugfix-S3TransferManager-687fcee.json

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

.changes/next-release/feature-AWSBatch-561e82a.json

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

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

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

.changes/next-release/feature-AWSSecretsManager-1bb788d.json

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

.changes/next-release/feature-AgentsforAmazonBedrock-5349654.json

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

.changes/next-release/feature-AgentsforAmazonBedrockRuntime-a3b81cf.json

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

.changes/next-release/feature-AmazonElastiCache-0c552f7.json

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

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.25.19__ __2024-03-27__
3+
## __AWS Batch__
4+
- ### Features
5+
- This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
6+
7+
## __AWS SDK For Java v2__
8+
- ### Bugfixes
9+
- Remediate CVE-2024-29025 by updating netty version
10+
- Contributed by: [@FatalEnigma](https://github.com/FatalEnigma)
11+
12+
## __AWS SDK for Java v2__
13+
- ### Features
14+
- Updated endpoint and partition metadata.
15+
16+
## __AWS Secrets Manager__
17+
- ### Features
18+
- Documentation updates for Secrets Manager
19+
20+
## __Agents for Amazon Bedrock__
21+
- ### Features
22+
- This changes introduces metadata documents statistics and also updates the documentation for bedrock agent.
23+
24+
## __Agents for Amazon Bedrock Runtime__
25+
- ### Features
26+
- This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
27+
28+
## __Amazon ElastiCache__
29+
- ### Features
30+
- Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load
31+
32+
## __S3 Transfer Manager__
33+
- ### Bugfixes
34+
- Set a limit on the number of concurrent upload file requests for upload directory. This fixes the OOM issue that could surface when users try to upload a directory that has millions of small files. See [#5023](https://github.com/aws/aws-sdk-java-v2/issues/5023).
35+
36+
## __Contributors__
37+
Special thanks to the following contributors to this release:
38+
39+
[@FatalEnigma](https://github.com/FatalEnigma)
240
# __2.25.18__ __2024-03-26__
341
## __AWS Cost Explorer Service__
442
- ### Features

0 commit comments

Comments
 (0)