LocalStack v0.11.2 Release Notes

Release Date: 2020-05-26 // almost 4 years ago
  • Change Log:

    ๐Ÿš€ LocalStack release 0.11.2

    1. New Features

    • โž• add API Gateway integration with DynamoDB
    • โž• add Lambda support for the dotnetcore3.1 runtime
    • โž• add persistence support to SQS API

    2. Enhancements

    • ๐Ÿ‘‰ use dynamic instead of hardcoded backend service ports
    • ๐Ÿ‘‰ use random port for multiserver
    • handle kms_key_arn/vpc_config in Lambda models
    • โž• add bucket existence checks for S3 operations
    • ๐Ÿ”จ refactor CLI and infra startup
    • โœ‚ remove obsolete subprocess32 dependency
    • โšก๏ธ optimize travis build for light image
    • add name for non-existent Lambda in calls to LAMBDA_FALLBACK_URL
    • โž• add tests for CW getMetricData, API GW CreateModels, S3 listing 1000+ objects
    • add tests for EC2 create_vpc_endpoint, S3 put/get bucket versioning
    • โž• add integration test for CloudWatch put_metric data
    • โž• add test case for SQS queue RedrivePolicy attribute

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix mapping of CloudFormation account IDs
    • ๐Ÿ›  fix health check for HTTPS endpoints with self-signed certs
    • ๐Ÿคก mock simple response for EC2 reserved instance APIs
    • ๐Ÿ›  fix error handling on SQS sending of empty message batch