Skip to content

Commit

Permalink
Merge branch 'master' into less-karaoke
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir authored Dec 20, 2024
2 parents 8bef71c + f37d56f commit 447632f
Show file tree
Hide file tree
Showing 954 changed files with 105,952 additions and 9,639 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,24 @@
"contributions": [
"code"
]
},
{
"login": "Fred1155",
"name": "Bole1155",
"avatar_url": "https://avatars.githubusercontent.com/u/49867651?v=4",
"profile": "https://github.com/Fred1155",
"contributions": [
"code"
]
},
{
"login": "Xtansia",
"name": "Thomas Farr",
"avatar_url": "https://avatars.githubusercontent.com/u/1222964?v=4",
"profile": "https://xtansia.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion .brazil.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"third-party-slf4j-api": { "skipImport": true },
"v2-migration-tests": {"skipImport": true},
"crt-unavailable-tests": { "skipImport": true },
"bundle-shading-tests": { "skipImport": true }
"bundle-shading-tests": { "skipImport": true },
"architecture-tests": {"skipImport": true}
},

"dependencies": {
Expand Down
72 changes: 72 additions & 0 deletions .changes/2.29.16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"version": "2.29.16",
"date": "2024-11-18",
"entries": [
{
"type": "feature",
"category": "AWS CloudFormation",
"contributor": "",
"description": "This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation"
},
{
"type": "feature",
"category": "AWS IoT SiteWise",
"contributor": "",
"description": "The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards."
},
{
"type": "feature",
"category": "AWS RDS DataService",
"contributor": "",
"description": "Add support for the automatic pause/resume feature of Aurora Serverless v2."
},
{
"type": "feature",
"category": "Amazon AppConfig",
"contributor": "",
"description": "AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment."
},
{
"type": "feature",
"category": "Amazon Connect Customer Profiles",
"contributor": "",
"description": "This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service."
},
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow."
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Adding request and response elements for managed resources."
},
{
"type": "feature",
"category": "Amazon Q Connect",
"contributor": "",
"description": "This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "Add support for the automatic pause/resume feature of Aurora Serverless v2."
},
{
"type": "feature",
"category": "Auto Scaling",
"contributor": "",
"description": "Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ)."
}
]
}
66 changes: 66 additions & 0 deletions .changes/2.29.17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": "2.29.17",
"date": "2024-11-19",
"entries": [
{
"type": "feature",
"category": "AWS B2B Data Interchange",
"contributor": "",
"description": "Add new X12 transactions sets and versions"
},
{
"type": "feature",
"category": "AWS Glue",
"contributor": "",
"description": "AWS Glue Data Catalog now enhances managed table optimizations of Apache Iceberg tables that can be accessed only from a specific Amazon Virtual Private Cloud (VPC) environment."
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "This release adds VPC Block Public Access (VPC BPA), a new declarative control which blocks resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways."
},
{
"type": "feature",
"category": "Amazon Elastic File System",
"contributor": "",
"description": "Add support for the new parameters in EFS replication APIs"
},
{
"type": "feature",
"category": "Amazon Keyspaces",
"contributor": "",
"description": "Amazon Keyspaces Multi-Region Replication: Adds support to add new regions to multi and single-region keyspaces."
},
{
"type": "feature",
"category": "AmazonMWAA",
"contributor": "",
"description": "Amazon MWAA now supports a new environment class, mw1.micro, ideal for workloads requiring fewer resources than mw1.small. This class supports a single instance of each Airflow component: Scheduler, Worker, and Webserver."
},
{
"type": "feature",
"category": "Amazon WorkSpaces",
"contributor": "",
"description": "Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process"
},
{
"type": "feature",
"category": "Tax Settings",
"contributor": "",
"description": "Release Tax Inheritance APIs, Tax Exemption APIs, and functionality update for some existing Tax Registration APIs"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
132 changes: 132 additions & 0 deletions .changes/2.29.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"version": "2.29.18",
"date": "2024-11-20",
"entries": [
{
"type": "feature",
"category": "AWS Application Discovery Service",
"contributor": "",
"description": "Add support to import data from commercially available discovery tools without file manipulation."
},
{
"type": "feature",
"category": "AWS Compute Optimizer",
"contributor": "",
"description": "This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon Aurora database instances. It also enables Compute Optimizer to identify idle Amazon EC2 instances, Amazon EBS volumes, Amazon ECS services running on Fargate, and Amazon RDS databases."
},
{
"type": "feature",
"category": "AWS Control Tower",
"contributor": "",
"description": "Adds support for child enabled baselines which allow you to see the enabled baseline status for individual accounts."
},
{
"type": "feature",
"category": "AWS Elemental MediaConvert",
"contributor": "",
"description": "This release adds the ability to reconfigure concurrent job settings for existing queues and create queues with custom concurrent job settings."
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage v2",
"contributor": "",
"description": "MediaPackage v2 now supports the Media Quality Confidence Score (MQCS) published from MediaLive. Customers can control input switching based on the MQCS and publishing HTTP Headers for the MQCS via the API."
},
{
"type": "feature",
"category": "AWS Lambda",
"contributor": "",
"description": "Add Node 22.x (node22.x) support to AWS Lambda"
},
{
"type": "feature",
"category": "Agents for Amazon Bedrock Runtime",
"contributor": "",
"description": "Releasing new Prompt Optimization to enhance your prompts for improved performance"
},
{
"type": "feature",
"category": "Amazon CloudFront",
"contributor": "",
"description": "Add support for gRPC, VPC origins, and Anycast IP Lists. Allow LoggingConfig IncludeCookies to be set regardless of whether the LoggingConfig is enabled."
},
{
"type": "feature",
"category": "Amazon DataZone",
"contributor": "",
"description": "This release supports Metadata Enforcement Rule feature for Create Subscription Request action."
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This release adds support for the Availability Zone rebalancing feature on Amazon ECS."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "With this release, customers can express their desire to launch instances only in an ODCR or ODCR group rather than OnDemand capacity. Customers can express their baseline instances' CPU-performance in attribute-based Instance Requirements configuration by referencing an instance family."
},
{
"type": "feature",
"category": "Amazon Omics",
"contributor": "",
"description": "Enabling call caching feature that allows customers to reuse previously computed results from a set of completed tasks in a new workflow run."
},
{
"type": "feature",
"category": "Amazon Recycle Bin",
"contributor": "",
"description": "This release adds support for exclusion tags for Recycle Bin, which allows you to identify resources that are to be excluded, or ignored, by a Region-level retention rule."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "This release adds support for scale storage on the DB instance using a Blue/Green Deployment."
},
{
"type": "feature",
"category": "Amazon Timestream Query",
"contributor": "",
"description": "This release adds support for Provisioning Timestream Compute Units (TCUs), a new feature that allows provisioning dedicated compute resources for your queries, providing predictable and cost-effective query performance."
},
{
"type": "feature",
"category": "Amazon WorkSpaces",
"contributor": "",
"description": "Added support for Rocky Linux 8 on Amazon WorkSpaces Personal."
},
{
"type": "feature",
"category": "Amazon WorkSpaces Web",
"contributor": "",
"description": "Added data protection settings with support for inline data redaction."
},
{
"type": "feature",
"category": "Auto Scaling",
"contributor": "",
"description": "With this release, customers can prioritize launching instances into ODCRs using targets from ASGs or Launch Templates. Customers can express their baseline instances' CPU-performance in attribute-based Instance Requirements configuration by referencing an instance family that meets their needs."
},
{
"type": "feature",
"category": "Cost Optimization Hub",
"contributor": "",
"description": "This release adds action type \"Delete\" to the GetRecommendation, ListRecommendations and ListRecommendationSummaries APIs to support new EBS and ECS recommendations with action type \"Delete\"."
},
{
"type": "feature",
"category": "Elastic Load Balancing",
"contributor": "",
"description": "This release adds support for configuring Load balancer Capacity Unit reservations"
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
Loading

0 comments on commit 447632f

Please sign in to comment.