Skip to content

Commit bb9320d

Browse files
author
AWS
committed
Release 2.27.22. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 96d5aad commit bb9320d

File tree

480 files changed

+560
-522
lines changed

Some content is hidden

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

480 files changed

+560
-522
lines changed

.changes/2.27.22.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.27.22",
3+
"date": "2024-09-09",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Removed reflect-config.json from sdk-core, as it referenced a deleted interceptor. See [#5552](https://github.com/aws/aws-sdk-java-v2/issues/5552)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon DynamoDB",
14+
"contributor": "",
15+
"description": "Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Interactive Video Service RealTime",
20+
"contributor": "",
21+
"description": "IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S)."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon SageMaker Runtime",
26+
"contributor": "",
27+
"description": "AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon SageMaker Service",
32+
"contributor": "",
33+
"description": "Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Elastic Load Balancing",
38+
"contributor": "",
39+
"description": "Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Managed Streaming for Kafka",
44+
"contributor": "",
45+
"description": "Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions."
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-43b4d17.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-AmazonDynamoDB-2f7ef3b.json

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

.changes/next-release/feature-AmazonInteractiveVideoServiceRealTime-a252f47.json

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

.changes/next-release/feature-AmazonSageMakerRuntime-f9351de.json

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

.changes/next-release/feature-AmazonSageMakerService-63abffa.json

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

.changes/next-release/feature-ElasticLoadBalancing-2a097e6.json

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

.changes/next-release/feature-ManagedStreamingforKafka-e15fac9.json

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

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.27.22__ __2024-09-09__
3+
## __AWS SDK for Java v2__
4+
- ### Features
5+
- Updated endpoint and partition metadata.
6+
7+
- ### Bugfixes
8+
- Removed reflect-config.json from sdk-core, as it referenced a deleted interceptor. See [#5552](https://github.com/aws/aws-sdk-java-v2/issues/5552).
9+
10+
## __Amazon DynamoDB__
11+
- ### Features
12+
- Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
13+
14+
## __Amazon Interactive Video Service RealTime__
15+
- ### Features
16+
- IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
17+
18+
## __Amazon SageMaker Runtime__
19+
- ### Features
20+
- AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.
21+
22+
## __Amazon SageMaker Service__
23+
- ### Features
24+
- Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
25+
26+
## __Elastic Load Balancing__
27+
- ### Features
28+
- Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
29+
30+
## __Managed Streaming for Kafka__
31+
- ### Features
32+
- Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
33+
234
# __2.27.21__ __2024-09-06__
335
## __AWS SDK for Java v2__
436
- ### Features
@@ -74,7 +106,7 @@
74106
## __Contributors__
75107
Special thanks to the following contributors to this release:
76108

77-
[@anirudh9391](https://github.com/anirudh9391), [@shetsa-amzn](https://github.com/shetsa-amzn)
109+
[@shetsa-amzn](https://github.com/shetsa-amzn), [@anirudh9391](https://github.com/anirudh9391)
78110
# __2.27.18__ __2024-09-03__
79111
## __AWS Elemental MediaLive__
80112
- ### Features

0 commit comments

Comments
 (0)