Skip to content

Commit

Permalink
Merge branch 'master' into user/ashdhin/IssueTemplateRegressionCheckbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdhingra authored Sep 12, 2024
2 parents 1f258be + 7fcb4dd commit 00a5c74
Show file tree
Hide file tree
Showing 608 changed files with 32,456 additions and 18,219 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions .changes/2.27.x/2.27.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "2.27.21",
"date": "2024-09-06",
"entries": [
{
"type": "feature",
"category": "QApps",
"contributor": "",
"description": "Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
54 changes: 54 additions & 0 deletions .changes/2.27.x/2.27.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version": "2.27.22",
"date": "2024-09-09",
"entries": [
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "",
"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)."
},
{
"type": "feature",
"category": "Amazon DynamoDB",
"contributor": "",
"description": "Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException."
},
{
"type": "feature",
"category": "Amazon Interactive Video Service RealTime",
"contributor": "",
"description": "IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S)."
},
{
"type": "feature",
"category": "Amazon SageMaker Runtime",
"contributor": "",
"description": "AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS"
},
{
"type": "feature",
"category": "Elastic Load Balancing",
"contributor": "",
"description": "Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API."
},
{
"type": "feature",
"category": "Managed Streaming for Kafka",
"contributor": "",
"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."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
36 changes: 36 additions & 0 deletions .changes/2.27.x/2.27.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2.27.23",
"date": "2024-09-10",
"entries": [
{
"type": "feature",
"category": "AWS SecurityHub",
"contributor": "",
"description": "Documentation update for Security Hub"
},
{
"type": "feature",
"category": "Amazon Chime SDK Voice",
"contributor": "",
"description": "Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs."
},
{
"type": "feature",
"category": "Amazon Cognito Identity",
"contributor": "",
"description": "This release adds sensitive trait to some required shapes."
},
{
"type": "feature",
"category": "Amazon EventBridge Pipes",
"contributor": "",
"description": "This release adds support for customer managed KMS keys in Amazon EventBridge Pipe"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
48 changes: 48 additions & 0 deletions .changes/2.27.x/2.27.24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "2.27.24",
"date": "2024-09-11",
"entries": [
{
"type": "feature",
"category": "AWS Elemental MediaLive",
"contributor": "",
"description": "Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support."
},
{
"type": "feature",
"category": "Agents for Amazon Bedrock",
"contributor": "",
"description": "Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience."
},
{
"type": "feature",
"category": "Agents for Amazon Bedrock Runtime",
"contributor": "",
"description": "Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience."
},
{
"type": "feature",
"category": "Amazon Elastic Container Registry",
"contributor": "",
"description": "Added KMS_DSSE to EncryptionType"
},
{
"type": "feature",
"category": "Amazon GuardDuty",
"contributor": "",
"description": "Add support for new statistic types in GetFindingsStatistics."
},
{
"type": "feature",
"category": "Amazon Lex Model Building V2",
"contributor": "",
"description": "Support new Polly voice engines in VoiceSettings: long-form and generative"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Simple Queue Service",
"contributor": "",
"description": "The AWS SDK for Java now supports a new `BatchManager` for Amazon Simple Queue Service (SQS), allowing for client-side request batching with `SqsAsyncClient`. This feature improves cost efficiency by buffering up to 10 requests before sending them as a batch to SQS. The implementation also supports receive message polling, which further enhances throughput by minimizing the number of individual requests sent. The batched requests help to optimize performance and reduce the costs associated with using Amazon SQS."
}
Loading

0 comments on commit 00a5c74

Please sign in to comment.