v4.13.0
Summary
LocalStack for AWS 4.13 includes important improvements to support and parity across a number of key services includes Lambda, ECS, Route 53 and API Gateway, as well as a ton of smaller but important enhancements and fixes that continue to improve AWS and IaC framework parity.
AWS Features
- LocalStack for AWS now supports the .NET 10 Lambda runtime. .NET 10 includes runtime and compiler optimizations that ca shrink the executable size and improve startup performance. as well as new file-based apps support.
- ECS emulation improvements including:
- Added support for the
repositoryCredentialsparameter in an ECS task definition allowing ECS to pull images from registries that require authentication - Added an initial implementation to support the
cpuandmemoryvalues in the container configuration of a task definition. - ECS deployment completion is now asynchronous by moving post-start work into a background routine, eliminating issues that might occur if the image pull took long.
- Added support for the
- Important parity enhancements that impact both Amazon Route 53 and API Gateway:
- Route 53 now supports weighted routing to specify how much traffic is routed to each resource via a relative weight.
- You can now use the same custom domain name across different regions as LocalStack for AWS will now correctly treat these as regional resources.
- If you have a domain registered in both Route 53 and API Gateway, LocalStack for AWS now correctly applies Route53โs routing logic (like weighted routing) before passing the request to API Gateway.
Enhancements
- Added support for
CreateServerlessCachewithin ElastiCache. - Added two new configuration options (
EC2_LIBVIRT_NETWORKandEC2_LIBVIRT_POOL) to allow the name of the Libvirt network and/or Libvirt storage pool to be customized. An additional configuration variable (EC2_REFERENCE_DOMAIN) that can already defined Libvirt domain whose configuration LocalStack will copy into all new VMs it creates. - Previously, when creating an Amazon Managed Streaming for Apache Kafka (MSK) cluster and attaching a custom configuration, the configuration was successfully attached but its settings are not applied at runtime. As of LocalStack for AWS 4.13, the attached MSK configuration will be applied to the cluster, and its parameters (e.g.,
num.partitions,min.insync.replicas, etc.) will affect the runtime behavior as expected. - Fixed an issue where creating an AppSync API key with Terraform would fail since the generated
expiresanddeleteswould be float. - Added support for the
instancetarget type in Network Load Balancers. - Fixed an issue where a CloudFormation (CFN) resource operation not supported by LocalStack would produce an incorrect
InternalFailureerror that did not clearly indicate the specific CFN resource support that is missing. - Added support for the
AWS::RDS::DBProxyEndpointin CloudFormation. The resource type is already supported by LocalStack for AWS's RDS service. - Added new configuration variables to enable users to ignore specific unsupported resource types in CloudFormation.
CFN_IGNORE_UNSUPPORTED_TYPE_CREATEandCFN_IGNORE_UNSUPPORTED_TYPE_UPDATEtake a comma-separated list of resource type names that CloudFormation will ignore on stack creation and update respectively. - Fixed missing metadata in API Gateway VPC Links to ensure LocalStack for AWS now correctly populates fields like
targetArns,name, anddescriptionfor VPC Links.
What's Changed
Exciting New Features ๐
- SNS: v2 permission operations by @baermat in https://github.com/localstack/localstack/pull/13516
- Modify CloudFormation resource provider scaffolding to use "live" schemas by @peter-smith-phd in https://github.com/localstack/localstack/pull/13513
- Sns: v2 data protection operations by @baermat in https://github.com/localstack/localstack/pull/13525
- Add possibility to ignore specific unsupported resource types in CloudFormation by @silv-io in https://github.com/localstack/localstack/pull/13496
- SNS: v2 add http endpoint for opting out phone numbers by @baermat in https://github.com/localstack/localstack/pull/13540
- Fixing write transaction with ARN as table name by @drauedo in https://github.com/localstack/localstack/pull/13590
- Add Dotnet 10 Lambda runtime by @joe4dev in https://github.com/localstack/localstack/pull/13607
- IaC: add custom error messages based on service availability status by @k-a-il in https://github.com/localstack/localstack/pull/13597
- IaC: fix problematic CFN plugin manager import by @k-a-il in https://github.com/localstack/localstack/pull/13621
- AWS catalog: Provide custom error message when plugin is not available in user license by @k-a-il in https://github.com/localstack/localstack/pull/13651
Other Changes
- SQS: Improve update support for CloudFormation handlers. by @peter-smith-phd in https://github.com/localstack/localstack/pull/13477
- Handle latest version restore for Lambda with capacity provider by @joe4dev in https://github.com/localstack/localstack/pull/13495
- dev: support executing kubernetes dev setup on command execution by @simonrw in https://github.com/localstack/localstack/pull/13509
- Update CODEOWNERS by @localstack-bot in https://github.com/localstack/localstack/pull/13523
- Retire IoT Analytics by @viren-nadkarni in https://github.com/localstack/localstack/pull/13464
- Fix getting started URL by @artamonovkirill in https://github.com/localstack/localstack/pull/13520
- Include EC2 Libvirt VMM usage in analytics by @viren-nadkarni in https://github.com/localstack/localstack/pull/13502
- DNS: Move tests to integration tests, reenable skipped test by @dfangl in https://github.com/localstack/localstack/pull/13510
- Retire Elemental MediaStore by @viren-nadkarni in https://github.com/localstack/localstack/pull/13484
- kms: support custom_key_material for RSA_2048 by @sannya-singal in https://github.com/localstack/localstack/pull/13515
- Improve annotation of the CloudWatch store by @giograno in https://github.com/localstack/localstack/pull/13511
- Apigw/fix vpc links return value by @cloutierMat in https://github.com/localstack/localstack/pull/13532
- CI: Skip failing DNS unit test by @k-a-il in https://github.com/localstack/localstack/pull/13536
- Fix RPC v2 CBOR timestamp parsing for float by @bentsku in https://github.com/localstack/localstack/pull/13541
- fix: replace hardcoded region in SNS test by @baermat in https://github.com/localstack/localstack/pull/13542
- Fix CloudWatch model annotation by @giograno in https://github.com/localstack/localstack/pull/13545
- Docker: Support cpu shares and memory limit by @dfangl in https://github.com/localstack/localstack/pull/13504
- Fix Lambda CI log pollution issues by @joe4dev in https://github.com/localstack/localstack/pull/13546
- Update CODEOWNERS by @localstack-bot in https://github.com/localstack/localstack/pull/13559
- remove release announcement in README by @alexrashed in https://github.com/localstack/localstack/pull/13560
- Improve KMS model by @giograno in https://github.com/localstack/localstack/pull/13558
- CFn: validate
Typeis provided by @simonrw in https://github.com/localstack/localstack/pull/13524 - APIGW: improve store typing by @bentsku in https://github.com/localstack/localstack/pull/13552
- Lambda: add validations for PublishTo and inexistent capacity provider by @anisaoshafi in https://github.com/localstack/localstack/pull/13519
New Contributors
- @artamonovkirill made their first contribution in https://github.com/localstack/localstack/pull/13520
- @shubhiscoding made their first contribution in https://github.com/localstack/localstack/pull/13556
- @drauedo made their first contribution in https://github.com/localstack/localstack/pull/13590
- @amitsh1 made their first contribution in https://github.com/localstack/localstack/pull/13533
- @danielmeint made their first contribution in https://github.com/localstack/localstack/pull/13628
- @jferman-kb4 made their first contribution in https://github.com/localstack/localstack/pull/13636
- @Septic-H made their first contribution in https://github.com/localstack/localstack/pull/13647
Full Changelog: https://github.com/localstack/localstack/compare/v4.12.0...v4.13.0