All Versions
23
Latest Version
Avg Release Cycle
71 days
Latest Release
1233 days ago

Changelog History
Page 1

  • v0.12.2 Changes

    November 11, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.12.2

    1. New Features

    • ๐Ÿ”ฆ expose SecretsManager secrets via SSM parameter references
    • โž• add proper CORS headers to S3 responses
    • โž• add support for custom CI build commands via $CUSTOM_CMD
    • ๐Ÿ‘ allow adding multiple permission statements to Lambda function policy

    2. Enhancements

    • โฌ†๏ธ upgrade base image and local Lambda executor to Java 11
    • โž• add carriage return to SQS message payload validation regex
    • โž• add support for SQS queue names containing slashes
    • โž• add support for resource policies in SecretsManager
    • โž• add README instructions for test credentials required for presigned URLs
    • ๐Ÿ‘‰ use distinct values for missing CloudFormation resource props
    • โž• add util function to create API GW Lambda event request context
    • โž• add test for S3 precondition check
    • โž• add test for Terraform API Gateway resources
    • ๐Ÿ”จ refactor CloudFormation integration tests

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix parsing of Content-Disposition header in S3 multipart uploads
    • ๐Ÿ›  fix Content-Length mismatch issue for HTTP server responses
    • ๐Ÿ›  fix hypercorn response body on 412 status code
    • ๐Ÿ›  fix logic for missing authorizerId in API GW authorizers
    • ๐Ÿ– handle non-zero ReceiveMessageWaitTimeSeconds for SQS
  • v0.12.1 Changes

    November 11, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.12.1

    1. New Features

    • โž• add CloudFormation support for Lambda::Permission
    • ๐Ÿ‘Œ support filtering of events by pattern using eventPattern
    • enable setting custom authorizers on API GW resource methods

    2. Enhancements

    • set correct Id attribute in S3 notification messages
    • โž• add log output listener for shell command thread
    • โž• add docs about using AWS CLI v2 from Docker image
    • ๐Ÿ“š updates in developer documentation and README (e.g., docker-compose version)
    • ๐Ÿ”จ refactor StepFunctions integration tests
    • pass $EDGE_PORT to Lambdas
    • โž• add Terraform test for several resources (Lambdas, S3 bucket CORS integration)
    • โž• add test for creating SFN State Machine with Choice operator
    • โž• add test for creating SQS queue with attributes via CloudFormation

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix missing module import for Windows
    • ๐Ÿ›  fix DynamoDB streams sequence number mismatch on GetRecords
    • ๐Ÿ›  fix date format in CloudWatch responses
    • ๐Ÿ›  fix service name and NS URLs for XML service responses
    • ๐Ÿ›  fix gzip encoding for empty response content
  • v0.12.0 Changes

    November 11, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.12.0

    1. New Features

    • single edge port now stable for all APIs
    • โž• add CBOR encoding support for Kinesis API
    • 0๏ธโƒฃ disable custom Java Lambda executor and replace with default lambci mechanism

    2. Enhancements

    • publish SNS messages asynchronously
    • create env INIT_SCRIPTS_PATH to specify path for init files in Docker
    • extract InputPath expression for notification messages to EventBus targets
    • โž• add signature and expiry validation for S3 presigned URLs
    • โž• add simple integration test for Terraform resources
    • โž• add CloudWatch as a static dependency for Lambda API
    • โž• add more fine-grained DynamoDB error injection with read/write error probabilities
    • โšก๏ธ raise error when attempting to update CF stack with unmodified template
    • ๐Ÿ”จ minor refactoring of /graph endpoint

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix edge route mapping for S3 HEAD requests
    • ๐Ÿ›  fix invalid account ID in CloudWatch logs listener ARNs
    • minor fix of XML root tag for S3 error responses
    • ๐Ÿ›  fix issue with blocking sockets in HTTP2 server
    • ๐Ÿ›  fix numeric timestamp format in Kinesis records required by Go SDK
    • ๐Ÿ›  fix missing attributes when adding IAM permission to Lambda function
    • ๐Ÿ›  fix case sensitivity for bucket names in S3 bucket notifications
    • ๐Ÿ›  fix debug port parser for Java Lambda executor to support different formats
  • v0.11.6 Changes

    October 02, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.11.6

    0. !! Breaking Changes !!

    • ๐Ÿš€ Starting with this release, all services are now exposed via the edge service (port 4566) only! Please update your client configurations to use this new endpoint.

    1. New Features

    • ๐Ÿ‘‰ use edge service as single entry point, forward requests in-memory instead of opening port per service
    • โž• add download URLs for Elasticsearch 7.7 (new default version)
    • ๐Ÿณ add LAMBDA_DOCKER_DNS config to utilise custom DNS server for Lambda containers
    • โž• add switch to disable Lambda handler validation

    2. Enhancements

    • ๐Ÿ”จ minor refactoring in SFN test code
    • โž• add integration test to verify MAP tasks in SFN state machines
    • ๐Ÿ”จ refactor CF logic for API GW resources and empty/Null values
    • ๐Ÿ”จ refactor API Gateway utils and test code
    • ๐Ÿ”จ refactor Lambda context handling
    • ๐Ÿ”จ refactor startup logs to print correct ports in output
    • โœ… extend Serverless tests with SQS and API Gateway resources
    • ๐Ÿ‘‰ use S3 path addressing when host starts with localhost IP or hostname
    • โž• add test to assert event deletion for SQS Lambda event source
    • โž• add localhost.localstack.cloud as alias to SSL cert
    • โž• add Serverless integration tests to cover DynamoDB and Kinesis resources
    • โž• add Lambda request body length check
    • ๐ŸŽ performance improvements in plugin loading

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix boolean values in IAM responses
    • ๐Ÿ›  fix PutEvents API call with no source specified
    • ๐Ÿ›  fix endless loop when S3 error document is missing
    • ๐Ÿ›  fix Python path when running Lambdas using local executor
    • ๐Ÿ›  fix "TypeName" as optional param for Elasticsearch v7
    • ๐Ÿ›  fix error response for requests to non-activated APIs
    • ๐Ÿ›  fix network_mode:bridge in docker-compose.yml
  • v0.11.5 Changes

    September 16, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.11.5

    0. !! Breaking Changes !!

    • Starting with releases after v0.11.5 (i.e., latest and all future release tags), all services are now exposed via the edge service (port 4566) only! Please update your client configurations to use this new endpoint.

    1. New Features

    • โž• add support for importing REST APIs from Swagger docs in API Gateway
    • โž• add config variable to customize the main Docker container name
    • โž• add missing attributes in Lambda events triggered from Kinesis
    • concatenate Firehose batch records and combine them into single S3 objects
    • return 304 if If-None-Match header is specified and S3 object ETag has not changed

    2. Enhancements

    • ๐Ÿ”จ refactor util functions for AWS responses
    • โšก๏ธ update Lambda environment variables on CF stack update
    • allow setting MAX_POOL_CONNECTIONS via environment variable
    • ๐Ÿ”จ refactor logic to forward requests to S3_BACKEND
    • ๐Ÿณ read name of main Docker container dynamically based on hostname
    • ๐Ÿ‘Œ support gzipped S3 responses when requested via Accept-Encoding header
    • ๐Ÿš€ refactor CloudFormation deployments for API Gateway
    • ๐Ÿณ use random available port for Lambda container server in Docker "host" network mode
    • โž• add DynamoDB error handling for query type ALL_ATTRIBUTES and projection type != ALL
    • ๐Ÿ‘‰ use paginator for DynamoDB list tables
    • โž• add adaptive, unbounded thread pool to avoid deadlocks on concurrent requests
    • adjust timestamp format for JSON-safe object conversion
    • cut out None from Delimiter tag in S3 responses
    • ๐Ÿณ use a mock client to prevent moto Lambda objects from talking to Docker
    • โž• add default values for DDB ProvisionedThroughput in CF
    • โž• add test to trigger Java Lambda from SNS event source
    • โž• add test for DynamoDB stream triggering Lambda event source
    • โž• add test to assert exception for DDB query on non-existing table

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix Lambda event to match SNS message ID
    • ๐Ÿ›  fix default region in edge service to avoid region mismatches
    • ๐Ÿ›  fix EC2 creationTimestamp format
    • ๐Ÿ›  fix edge route for /graph endpoint
    • ๐Ÿ›  fix URL encoding of S3 object key names in SQS notification messages
    • ๐Ÿ›  fix edge route for S3 bucket HEAD requests
    • โž• add several retries to make integration tests more resilient
    • ๐Ÿ›  fix posting to SQS on queue URL with trailing slash
    • ๐Ÿ›  fix CF/Serverless deployment for ApiGw APIs with missing root resource
    • ๐Ÿ›  fix JSON serialization of event details on eventBridge put_events
    • ๐Ÿ›  fix edge mapping for S3 PutObject requests
    • ๐Ÿ›  fix CF deploy for API GW RestApi resource
    • ๐Ÿ›  fix Lambda event from API Gateway to send HTTP method it was called with
    • ๐Ÿ›  fix mismatch of crc32 hashes for patched SQS responses
    • ๐Ÿ›  fix S3 compression for non-bytes string response body
    • ๐Ÿ›  fix CF deployment of API Gateway integration and integration URI with empty path
  • v0.11.4 Changes

    August 12, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.11.4

    1. New Features

    • โž• add initial support for ACM API
    • ๐Ÿ‘Œ support custom Lambda integration in API GW
    • โž• add config option for DynamoDB Java heap size
    • โž• add support for DynamoDB Global Tables
    • โž• add basic string functions in VLT templates

    2. Enhancements

    • ๐Ÿ— build and push localstack-full image in CI, make light image the default
    • ๐Ÿ‘Œ support "sms" as SNS subscriber protocol
    • ๐Ÿ‘Œ support platform endpoints in SNS
    • ๐Ÿ‘Œ support client context passed to Node.js Lambda handler
    • increase max threads in thread pool to improve concurrency
    • โœจ enhance implementation and tests for API GW HTTP/HTTP_PROXY support
    • ๐Ÿ‘Œ support CF deletion of Lambda functions and IAM roles with inline policies
    • โž• add dummy AWS credentials to Lambda Docker containers
    • โž• add test for VPN Gateway attachment.vpc-id filter
    • properly convert between Kinesis stream names and ARNs
    • โž• add support for pathPrefix in IAM list_users
    • โœจ enhance command line ports parsing
    • โœจ enhance CF support for ApiGateway::RestApi
    • โž• add option to use default Lambda endpoint for StepFunctions
    • โž• add tests to tag/untag SQS queues
    • โž• add tests for SQS FIFO queue with group/deduplication ID on multiple messages
    • โž• add test for SQS DLQ when maxReceiveCount is reached
    • โž• add missing region to EC2 getAccepterVpcInfo response
    • ๐Ÿ‘‰ make DDB stream creation asynchronous
    • extend Java Lambda classpath
    • โž• add test to trigger multiple SNS subscriptions in the presence of handler errors
    • replace ${filename} variable references in S3 presigned responses
    • increase Quart server max content length
    • โž• add SQS as target in EventBridge

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix HOSTNAME_EXTERNAL extraction to determine path-style addressing in S3
    • ๐Ÿ›  fix RedrivePolicy for new SQS backend
    • ๐Ÿ›  fix triple logs in debug mode
    • ๐Ÿ›  fix format of Kinesis stream ARNs in CF
    • ๐Ÿ›  fix DynamoDB TransactWriteItems with ConditionCheck
    • ๐Ÿ›  fix DynamoDB stream MODIFY/INSERT event on UpdateItem for new item
    • fix DynamoDbStreams get-shardId-iterator with AT_SEQUENCE_NUMBER
    • ๐Ÿ›  fix proxy CORS headers
    • โž• add retries to fix intermittent SSL cert generation errors
    • ๐Ÿ›  fix generation of random password in SSM
    • ๐Ÿ›  fix API key checks for API GW paths with path params
    • ๐Ÿ›  fix content-type in presigned S3 URLs
    • ๐Ÿ›  fix SSL context creation error for multiple threads
    • ๐Ÿ›  fix invocation of destination Lambda for Logs subscription filters
    • return raw response in edge proxy to fix gzip encoded S3 content
    • ๐Ÿ›  fix adding multiple permissions to single Lambda function
    • return table name for DynamoDB table Ref in CF
    • ๐ŸŒ fix Docker port mapping for PORT_WEB_UI
    • ๐Ÿ›  fix HTML escaping of SQS message attributes
    • ๐Ÿ›  fix shardId format for DDB Streams
    • ๐Ÿ›  fix S3 Content-MD5 base64 checks
  • v0.11.3 Changes

    June 28, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.11.3

    1. New Features

    • ๐Ÿ‘ switch to Quart Server for initial version of HTTP/2 support for API endpoints
    • โž• add support for IAM SimulatePrincipalPolicy
    • โž• add persistence support for SNS
    • โž• add API Key validation in API GW
    • ๐Ÿ‘Œ support expiry in S3 multipart POST
    • ๐Ÿ‘Œ support Elasticsearch snapshot repo
    • ๐Ÿ‘Œ support StepFunctions targets in scheduled event rules
    • ๐Ÿšš move /health check endpoint to edge port
    • 0๏ธโƒฃ use moto instead of ElasticMQ as default backend for SQS

    2. Enhancements

    • โž• add thread synchronization to Lambda config initialization
    • point Lambda LOCALSTACK_HOSTNAME to main container directly
    • โž• add CORS headers to all OPTIONS responses by default
    • โฌ†๏ธ upgrade DynamoDB to latest backend version
    • encode account ID in SQS queue URLs
    • โž• add handling of query parameters in SNS requests
    • determine proper external port in SQS URLs
    • โž• add missing Record values to Kinesis stream listener response
    • ๐Ÿ‘Œ support CF condition based on AccountId
    • โœ‚ delete event source mappings on deletion of DynamoDB table
    • return proper response details on Lambda invocation error
    • store SSL certs to random tmp files in case of permission issues
    • โœจ enhance path matching for API Gateway invocations
    • ๐Ÿ”ง pass HTTP_PROXY to Lambda if configured
    • skip Lambda invocation if event source mapping is in state Disabled
    • cleanup asyncio thread pool on shutdown
    • ๐Ÿ”ง make sync/async Lambda event sources configurable
    • โž• add Firehose support for EventBridge targets
    • pass multivalue headers from API GW to Lambda
    • filter out Lambdas by region in ListFunctions
    • โœ‚ remove Python 2 tests in CI
    • โž• add EventBridge schedule expression for HTTP subscribers
    • โž• add UnsubscribeURL to SNS notification message

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix binary MessageAttribute for SNS->SQS
    • ๐Ÿ›  fix CF deploy issue with SNS resources, IAM role policy document
    • ๐Ÿ›  fix direct access to queue URLs with new SQS backend
    • ๐Ÿ›  fix handling of S3 multipart form upload via edge port
    • ๐Ÿ›  fix API GW response on DELETE Lambda integration
    • ๐Ÿ›  fix Terraform deletion of EC2 NAT Gateways
    • ๐Ÿ›  fix Windows host path for Lambda volume mounting
    • ๐Ÿ›  fix error responses for S3 Content-MD5 header
    • ๐Ÿ›  fix S3 bucket creation date for Java SDK v2
    • ๐Ÿ›  fix handling of S3 LocationConstraint on bucket creation
    • ๐Ÿ›  fix DynamoDB DeleteEventSourceMappings in case tableARN is None
    • ๐Ÿ›  fix format of S3 InvalidRange error response
    • ๐Ÿ›  fix edge mapping for CloudWatch, S3 HEAD requests, SQS requests
    • ๐Ÿ›  fix DynamoDB shard IDs
    • ๐Ÿ›  fix lower case for SQS->Lambda message attributes
    • ๐Ÿ›  fix S3 CORS policy with single origin
    • ๐Ÿ›  fix S3 storage class on multipart upload
    • ๐Ÿ›  fix S3 timestamp format
    • ๐Ÿ›  fix chunked encoding in S3 responses
    • ๐Ÿ›  fix passed parameters on API Gateway proxy resource method call
    • ๐Ÿ›  fix JSON safe dumping of bytes in API Gateway
  • v0.11.2 Changes

    May 26, 2020

    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
  • v0.11.1 Changes

    May 04, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.11.1

    1. New Features

    • โž• add support for Lambdas triggered by scheduled event rules
    • lazily install and allow selection of specific Elasticsearch versions
    • โž• add ability to return multi valued headers from Lambda - API GW integration
    • ๐Ÿ‘Œ support S3 expiry for pre-signed URLs and objects
    • โž• add persistence for SSM and SecretsManager, introduce PersistingProxyListener
    • ๐Ÿณ create stripped-down light version of Docker image with lazy loading of ES libs (reduces image size by 33%)

    2. Enhancements

    • โž• add CF support to update instances of IAM::Role
    • โž• add support for tags on IAM CreateUser calls
    • implement Events put_events with SQS and Lambda targets
    • โœ‚ delete notification configurations on S3 bucket deletion
    • โž• add metadata headers in S3 GET responses
    • โž• add missing S3 response headers for bytes ranges and request IDs
    • โž• add util class to fix account IDs in STS listener
    • ๐Ÿ‘Œ support "exists" operator for SNS filter policy
    • ๐Ÿ–จ print version number when starting up
    • โšก๏ธ update startup log messages with new edge port
    • add test cases for STS get_federation_token
    • โž• add CF test for empty event rules names
    • ๐Ÿ‘Œ support deletion of SFN state machines via CloudFormation
    • ๐Ÿ‘Œ support custom Lambda endpoint for StepFunctions
    • โž• add simple integration test for Serverless deployment
    • check BatchSize in Lambda event source mappings
    • โž• add CFN support for Events::Rule, S3::BucketPolicy, Logs::LogGroup, and ElasticSearch/SecretsManager/KinesisFirehose resources
    • put util jars at end of classpath for local Java Lambdas
    • skip persistence replay if an API is disabled
    • optimize image size, add documentation for USE_LIGHT_IMAGE
    • add checks for HOST_TMP_FOLDER when running in Docker

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix CF deployment for EventPattern attribute in Events::Rule
    • ๐Ÿ›  fix default RoleName in CF dependent IAM roles
    • ๐Ÿ›  fix edge request forwarding for public S3 URLs
    • fix IAM detach_role_policy and add missing managed policies
    • ๐Ÿ›  fix tagging support for ES domains
    • ๐Ÿ›  fix response content for IAM error messages
    • ๐Ÿ›  fix requesting SSM params with leading slashes
    • ๐Ÿ›  fix resolving CloudFormation refs when updating resource IDs
    • ๐Ÿ›  fix data type conversions in SNS->SQS message attributes
    • ๐Ÿ›  fix API Gateway put_integration to avoid responseTemplates containing null values
    • ๐Ÿ›  fix Docker port mapping conflicts by avoiding overlaps
    • ๐Ÿ›  fix skipping None data when stripping chunk signatures in S3 requests
    • ๐Ÿ›  fix DynamoDB behavior for ReturnValues on PutItem
    • ๐Ÿ›  fix case sensitivity for Connection keep-alive header
  • v0.11.0 Changes

    April 04, 2020

    Change Log:

    ๐Ÿš€ LocalStack release 0.11.0

    1. New Features

    • โž• add Edge service as central API entry point (may become a breaking change in the future)
    • implement tagging for DynamoDB tables
    • โž• add support for Lambda FunctionEventInvokeConfig

    2. Enhancements

    • allow setting static debug port in LAMBDA_JAVA_OPTS
    • โž• add test to assert EntityAlreadyExistsException when recreating IAM role
    • โž• add tests for deletion/re-creation of CloudFormation resources
    • โž• add missing API Gateway template util functions
    • โž• add test to assert DelaySeconds for Lambda SQS event source
    • โž• add tests for S3 uploads with special content and large file sizes
    • โž• add debug logs for publishing SNS messages
    • โœจ enhance integration tests for Secrets Manager API

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix content-type header for CloudWatch logs responses
    • ๐Ÿ›  fix message attributes in SQS-Lambda integration
    • ๐Ÿ›  fix Lambda deployment for mountCode=true
    • ๐Ÿ›  fix Lambda SQS event source for SendMessageBatch
    • โž• add LastUpdateStatus to Lambda response to fix terraform deployment