8000 Releases Β· localstack/localstack Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: localstack/localstack

v4.4.0

08 May 08:26
Compare
Choose a tag to compare

Summary

LocalStack 4.4 introduces the Amazon Verified Permissions provider, a native RDS provider for better AWS parity, and a container-based Glue job executor. The release also includes Step Functions service integration mocking, expanded IAM features with service-specific credential APIs and condition keys, and updates to KMS, EMR Serverless, CloudFront Lambda@Edge, and Application Auto Scaling services.

AWS Features

  • LocalStack now supports Amazon Verified Permissions (AVP) for managing fine-grained access using Cedar policies. You can test authorization logic locally and integrate with services like Cognito. Refer to our documentation to learn more. (🌟 enterprise)
  • LocalStack now supports AWS Step Functions Local with mocked and emulated service integrations. It works with existing setups and includes support for JSONata, Variables, and mocked task states. Refer to our documentation to learn more.
  • LocalStack now uses a new native RDS provider by default for better AWS parity. It adds support for advanced features like parameter groups, snapshots, IAM auth, proxies, and Neptune compatibility. (🌟 pro)
  • LocalStack now runs Glue jobs in Docker using the aws-glue-libs image for better parity, faster startup, and isolated execution. Set GLUE_JOB_EXECUTOR=docker and GLUE_JOB_EXECUTOR_PROVIDER=v2 to enable it. (🌟 pro)
  • Ruby 3.4 Lambda runtime is now supported in LocalStack.

Enhancements

  • LocalStack now supports IAM service-specific credential APIs with full CRUD operations. Supported APIs include create, list, update, reset, and delete for service-specific credentials.
  • LocalStack now supports additional IAM condition keys for fine-grained access control in policies. New keys include iam:PermissionBoundary, aws:RequestTag, sts:ExternalId, aws:username, and others.
  • KMS provider now includes the following enhancements:
    • Enables custom_key_material usage for Elliptic Curve Cryptography (ECC) keys in the KMS service.
    • Adds ability to decrypt data encrypted before a key rotation event by preserving the history of key material during RotateKeyOnDemand, maintaining access to all rotated KMS keys.
    • Improves KMS PSS signature generation by aligning salt length with RFC 4055, increasing compatibility with external cryptographic libraries.
    • Adds support for the dry_run parameter in the GenerateDataKeyPair and GenerateDataKeyPairWithoutPlaintext APIs.
  • EMR Serverless provider now includes the following enhancements: (🌟 pro)
    • EMR Serverless jobs now accept program arguments when running scripts, allowing reuse of functionality and parameterized execution.
    • Logs from EMR Serverless jobs are now sent to CloudWatch for better visibility into job execution and easier debugging of failures.
  • Cloudfront Lambda@Edge feature now includes the following enhancements: (🌟 pro)
    • Added support for the IncludeBody parameter.
    • Added validations for supported Python and Node.js runtimes.
  • LocalStack now supports tagging for Application Auto Scaling resources. Supported APIs include TagResource, UntagResource, and ListTagsForResource. (🌟 pro)
  • LocalStack now runs Apache Flink's JobManager and TaskManager in separate containers to better emulate AWS behavior. Previously, both ran in a single container with a shared filesystem. (🌟 pro)
  • Support for IAM transitive session tagging is now available. Tags marked as transitive on IAM sessions now propagate correctly and can be used for IAM policy enforcement.
  • Improvements to AppSync VTL template $utils helpers now include better support for $util.error and added support for $util.appendError. (🌟 pro)
  • Support for record filtering for MSK & Self-Managed Kafka Event Source Mappings. (🌟 pro)
  • Support for ListStateMachineAliases pagination is now available in Step Functions. This includes handling of the --next-token and --max-results parameters to paginate results when listing aliases for a state machine.
  • Implemented automatic registration of ECS tasks with AWS Cloud Map service discovery. Container IP addresses are now correctly registered in the service registry, enabling accurate service discovery and proper task-to-task communication. (🌟 pro)
  • Support for SES email confirmation from user pools is now available. User pools can now send confirmation emails to new users via SES automatically upon user creation. (🌟 pro)
  • Enhanced DeleteRepository operation in ECR to correctly honor the --force flag. When --force is specified, repositories containing images can now be deleted without requiring individual image deletion. (🌟 pro)
  • Enhanced CreateComputeEnvironment API in AWS Batch to automatically create an AWSBatchServiceRole if none is provided. This improves parity with AWS by matching the default behavior where the role is auto-created if not explicitly specified. (🌟 pro)
  • Enhanced domain name handling to properly normalize escaped character sequences in DNS names. This improves AWS parity by ensuring that all Route 53 encoded domain names are correctly processed before being passed to the DNS server.
  • Enhanced the OAuth2 authorization flow to generate unique state and code values for each login attempt. This improves CSRF protection for existing users and ensures compliance with OAuth2 specifications. (🌟 pro)
  • Deleting a FIFO message with an expired receipt handle now raises an error to achieve better parity with AWS.
  • Added X-Ray trace ID propagation from EventBridge to target services (Lambda and API Gateway), enabling end-to-end request tracing. This also ensures compatibility with existing trace header encoding.
  • Implemented support for USER_AUTH authentication flow type in Cognito, enabling SMS_OTP, PASSWORD, and PASSWORD_SRP challenge handling to match AWS behavior. (🌟 pro)

LocalStack Features

  • Replication support for AWS::Route53::HostedZone is now available for the AWS Replicator tool. (🌟 teams)
  • The --profile flag can now be used anywhere in the CLI command, not just at the top level, improving compatibility with custom tooling.

Deprecations

  • Older Glue versions (0.9, 1.0, 2.0) are now deprecated.
  • RDS state created in version 4.3 or earlier using Cloud Pods or standard persistence will not be compatible with the new RDS provider introduced in version 4.4. Recreating the RDS state is recommended for compatibility. (🌟 pro)

What's Changed

Exciting New Features πŸŽ‰

  • CloudFormation: [POC] Support Update Graph Modeling of Mappings and FindInMap by @MEPalma in #12432
  • CloudFormation: POC Support for Modeling of Outputs Blocks in the Update Graph, Improved Handling of Intrinsic Function Types by @MEPalma in #12443
  • Lambda: Added Ruby 3.4 Runtime by @anisaoshafi in #12458
  • Fix(#12318): Fixes a bug in evaluation of JSONPath for wildcard and s… by @marcodallasanta in #12366
  • CFn: WIP POC v2 executor by @simonrw in #12396
  • Step Functions: Migrate v2 Test Suite to no_retry aws_client Fixture by @MEPalma in #12461
  • Reapply reduce requests necessary for log publishing from lambda to cloudwatch logs by @dfangl in #12470
  • KMS: fix RSA PSS signing issue for salt length by @sannya-singal in #12467
  • [ESM] Re-initialize shards when NextShardIterator value is empty by @gregfurman in #12483
  • KMS: add ability to decrypt data with all rotated keys by @sannya-singal ...
Read more

v4.3.0

27 Mar 10:10
Compare
Choose a tag to compare

Summary

LocalStack 4.3 is packed with major enhancements! We’ve introduced experimental support for CloudFront Lambda@Edge, added new languages and improved models in Transcribe, and switched Flink to application mode for better AWS parity. Step Functions, SQS, IAM, KMS, and Timestream received significant feature upgrades, and the Web Application now supports stack outputs and graph rendering for Step Functions.

AWS Features

  • Experimental support for AWS CloudFront Lambda@Edge emulation, which can be enabled by setting CLOUDFRONT_LAMBDA_EDGE=1 in your LocalStack configuration. Learn more about the current features & limitations in our documentation. (🌟 pro)

Enhancements

  • Support for resource tagging in the EKS provider. (🌟 pro)
  • Expanded language support in the Transcribe provider with the addition of Catalan, Czech, Gujarati, Kazakh, Korean, Polish, Telugu, Uzbek, and Ukrainian. Additionally, updated language models are now used for Chinese, Farsi, Spanish, Italian, Russian, and Vietnamese, improving transcription accuracy across these languages.
  • Managed Service for Apache Flink (MSF) now runs in application mode instead of the previous session mode for a better parity with how Flink clusters run on AWS. (🌟 pro)
  • Step Functions nested MapRun execution now works correctly by making map run components stateless and ensuring proper worker creation for all nested map runs.
  • Support forΒ AWS Step Functions aliasingΒ features are now available.
  • Step Functions interpreter now supports JSONata object templates as ItemSelector declaration bodies, ensuring correct evaluation in both JSONPath and JSONata modes.
  • SQS Messages with an empty body are now rejected, ensuring that only valid messages are processed.
  • Support for pagination in SQSΒ ListQueuesΒ API, implementingΒ MaxResultsΒ parameter functionality andΒ NextTokenΒ generation.
  • Basic CRUD functionality for IAM service-specific credentials is now supported.
  • Service-linked role naming to match AWS pattern (AWSServiceRoleFor<service>) has been improved with added proper policy attachment for greater parity with AWS.
  • LocalStack’s Event Source Mapping (ESM) implementation now validates the existence of different event source resources.
  • LocalStack now supports on-demand key rotation for KMS symmetric keys without imported key material, allowing up to 10 rotations per key that don’t affect automatic rotation schedules.
  • Support forΒ EKS_K3S_FLAGSΒ configuration variable to customize theΒ k3sΒ cluster created by LocalStack to emulate EKS clusters. (🌟 pro)
  • Support forΒ ListTagsForResourceΒ API in the SSO Admin provider. (🌟 pro)
  • Support for filters in theΒ DescribeInstanceInformationΒ API in the SSM provider.
  • Support for AppSync Lambda data source batch processing is now available to reduce cold starts by combining queries based on batch size or time window. (🌟 pro)
  • Support for schema enforcement to the Timestream provider in LocalStack, requiring dimensions marked as REQUIRED for record insertion. Records will be rejected if they’re missing required dimension keys, ensuring compliance with Timestream schema rules. (🌟 pro)
  • Support for batching of records in Stream Pollers (DynamoDB Streams/Kinesis) based onΒ BatchSizeΒ andΒ MaximumBatchingWindowInSeconds.

LocalStack Features

  • You can now view the stack outputs in the CloudFormation Resource Browser. This feature allows you to view the outputs of a stack in the LocalStack Web Application.
  • Step Functions Resource Browser now supports rendering graphs with auto-layouting along with improved StateFunction parsing, and has replaced the previous mermaid renderer.
  • Replication support forΒ AWS::ECR::RepositoryΒ is now available for the AWS Replicator tool. (🌟 teams)

What's Changed

Exciting New Features πŸŽ‰

  • TaggingService: Allow key value field names to be overridden by @viren-nadkarni in #12306
  • Add structured metrics instrumentation by @vittoriopolverino in #12230
  • [ESM] Validate event sources existence by @eLRuLL in #12297
  • Step Functions: Improve Nested Map Run Stability by @MEPalma in #12343
  • [ESM] Correctly enable exponential backoff inside stream poller by @gregfurman in #12312
  • Step Functions: Support for Aliasing by @MEPalma in #12326
  • Fix Invalid noqa Usage in Step Functions TestState Preprocessor by @MEPalma in #12368
  • Cloud Formation: [POC] Modeling Stack Operations and Evaluating ChangeSet Descriptions by @MEPalma in #12355
  • CFn updates: create new v2 provider for new engine by @simonrw in #12375
  • Implement IAM service specific credentials CRUD by @dfangl in #12351
  • Transcribe: New language models by @viren-nadkarni in #12336
  • KMS: on-demand key rotation by @agseco in #12342
  • Step Functions: Allow JSONata Object Templates in ItemSelector Declarations by @MEPalma in #12327
  • Match IAM service linked role naming with AWS by @dfangl in #12387
  • cleanup ServiceNameParser rules by @bentsku in #12358
  • Step Functions: Lazy Initialization of JVM for JSONata Evaluation by @MEPalma in #12369
  • Step Functions: Migrate Usage Metrics to New Counter Standards by @MEPalma in #12389
  • Cloud Formation: [POC] Update Graph with Template Traversal & Intrinsic Function Resolution by @MEPalma in #12378
  • [ESM] Add configurable poll frequency and log shard info by @gregfurman in #12415
  • Cloud Formation: [POC] Scoping Mechanism, Base Support for Parameters, Dynamic Parameters, Conditions, Intrinsic Functions, and Type Divergence by @MEPalma in #12405
  • [Utils] Add a batch policy utility by @gregfurman in #12430
  • [ESM] Support Stream Poller batching by @gregfurman in #12437
  • CloudFormation: Fix LoggingConfiguration Parameter Handling in StepFunctions Resource Provider by @MEPalma in #12433

Other Changes

Read more

v4.2.0

27 Feb 12:31
Compare
Choose a tag to compare

Summary

LocalStack 4.2 is here! This release brings powerful new features and enhancements, including support for AWS Shield, IAM enforcement for Neptune Gremlin queries, and PostgreSQL as a source in DMS. The Bedrock provider now allows on-demand model switching and preloading multiple models at startup. Additionally, we introduce a new AWS Replicator tool to seamlessly copy AWS resources into LocalStack and enhance Cloud Pods with auto-loading from registered remotes. Other improvements span Step Functions, EKS ELB, MWAA, API Gateway, and Apache Flink, making local cloud development even more robust! πŸš€

AWS Features

  • LocalStack now supports AWS Shield, which allows you to create, read, update, and delete Shield protections and subscriptions in your local environment with a mock provider. (🌟 pro)

Enhancements

  • Neptune will now enforce IAM permission over data for Gremlin queries. When creating a cluster with IAMDatabaseAuthenticationEnabled set to true, your Gremlin queries will need to be signed to perform READ, WRITE, and/or DELETE operations. This only affects users using ENFORCE_IAM and IAM_SOFT_MODE configuration variables. (🌟 pro)
  • ELB listeners now support any port matching the GATEWAY_LISTEN configuration variable instead of only the first port. (🌟 pro)
  • You can now use the MWAA_DOCKER_FLAGS configuration variable while starting the LocalStack container to pass extra flags when starting an Airflow container with MWAA. (🌟 pro)
  • Managed Service for Apache Flink now supports forwarding application logs created with Log4j or SLF4J to CloudWatch Logs. (🌟 pro)
  • Step Functions provider now features optimized service integration for Glue.
  • Step Functions interpreter now validates unsupported API actions in optimized service integrations at creation time instead of only at runtime. It also adds logging for missing request/return types and reports errors for unsupported service tasks.
  • LocalStack now supports PostgreSQL as a source in the Database Migration Service (DMS) provider. (🌟 enterprise)
  • The Bedrock provider now supports on-demand model switching by specifying a model ID prefixed with ollama. for each request. (🌟 enterprise)
  • The Bedrock provider now supports pulling multiple models on LocalStack startup with a new BEDROCK_PULL_MODELS configuration option. This option allows you to specify a comma-separated list of model IDs to pull from the Ollama models library on startup. (🌟 enterprise)
  • Ollama logs from the Bedrock provider are now streamed directly to LocalStack logs. (🌟 enterprise)
  • EKS now supports Kubernetes versions 1.31 and 1.32. The default version is set to 1.31, in parity with the latest supported version in AWS. (🌟 pro)
  • LocalStack now supports Binary media for API Gateway REST APIs, allowing payloads to be passed as-is, converted to UTF-8, or base64 encoded/decoded.

LocalStack Features

  • LocalStack now offers a new AWS Replicator tool that copies AWS resources into a running LocalStack instance. It helps when deploying applications that rely on existing resources like SSM parameters or VPCs, ensuring they are available before deploying the main stack. Read more about this in our documentation. (🌟 teams)
  • LocalStack now supports auto-loading Cloud Pods from registered remotes. (🌟 teams)

What's Changed

Exciting New Features πŸŽ‰

Other Changes

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

05 Feb 09:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

30 Jan 10:31
Compare
Choose a tag to compare

Summary

LocalStack 4.1 delivers major enhancements to its local AWS emulation platform, featuring a new Managed Service for Apache Flink provider, improved Step Functions capabilities with Variables and JSONata transformations, and a preview release of the LocalStack SDK for Java. The update includes significant improvements to existing services, such as composite alarm support in CloudWatch and a Python-based Event Rule engine. Other enhancements revolve around services like Glue, S3, and the Web Application, with new Web Application features and a RedShift Resource Browser.

AWS Features

  • Support for Managed Service for Apache Flink (MSAF) is now available to run Flink applications locally with severalΒ AWS-compatible API operations. This service was previously known as Kinesis Data Analytics v2. (🌟 pro)
  • LocalStack now supports AWS Step Functions Workflow Variables and JSONata transformations, enabling local emulation of enhanced state management and data transformations.
  • LocalStack now provides basic support for CloudWatch composite alarms, allowing alarm storage and limited evaluation with OR logic, ARN-based references, and SNS notifications.

Enhancements

  • LocalStack now uses a Python-based Event Rule engine for event pattern matching in EventBridge, Pipes, and Lambda Event Source Mapping, replacing the Java-based AWS event ruler.
  • LocalStack’s CloudFormation provider now includes these enhancements:
    • Added support for theΒ CREATE, andΒ DELETEΒ operations on theΒ AWS::MWAA::Environment,Β AWS::KinesisAnalyticsV2::Application, andΒ AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOptionΒ resource type. (🌟 pro)
    • Support for theΒ NoEchoΒ attribute in CloudFormation parameters was included to improve parity.
    • Improved error messages on template parse or deploy failures.
  • LocalStack’s Step Functions provider now includes the following enhancements:
    • Step Functions interpreter now correctly parsesΒ CommentΒ fields within choice rule composite statements (And/Or/Not), matching existing preprocessor behavior.
    • Step Functions interpreter now correctly parses and evaluatesΒ ContextObjectΒ path bindings inΒ ErrorPathΒ andΒ CausePathΒ fields, resolving parse errors.
    • Step Functions interpreter now supports cross-account task invocations via Credentials blocks. We have also enhanced sync callback handling for optimized service integrations to preventΒ States.RuntimeΒ exceptions.
    • Step Functions interpreter now correctly handlesΒ OutputΒ blocks in choice rules and properly processesΒ Output/AssignΒ blocks sequentially.
    • Improved request encoding in Step Functions for better handling of parameters when using Boto.
    • Fixed nested Map state execution in Step Functions to process multiple levels correctly.
    • Corrected retrieval of State Machine definitions in CloudFormation during stack updates.
    • Ensured Step Functions use State Machine role credentials for service integrations.
    • Step Functions now provides clearer error messages for JSONPath operations.
    • Improved handling ofΒ ItemsPathΒ in Distributed Map states.
    • Enhanced timestamp validation in Step Functions.
    • Allowed AWS-SDK integrations to retain specific error names for better error handling.
    • Fixed parsing of version tokens in Step Functions to prevent conflicts.
  • LocalStack’s Glue provider now includes the following enhancements: (🌟 pro)
    • Support for Glue 5.0 along with the appropriate versioned JAR files.
    • Support for Snowflake drivers in Glue jobs.
    • Support for theΒ -extra-jarsΒ option in AWS Glue within LocalStack. This option allows users to specify additional JAR files that can be included during Glue job execution. These JAR files can be used to extend the functionality of Glue jobs by providing custom libraries or dependencies.
  • LocalStack’s S3 provider now includes the following enhancements:
    • S3Β PutObjectΒ operations now support the CRC64NVME checksum algorithm and include ChecksumType field, for enhanced data integrity featuresΒ as released by AWS.
    • S3 now supportsΒ FULL_OBJECTΒ checksum type for Multipart Uploads using CRC algorithms, enabling simplified checksum validation without tracking individual part checksums. This includes enhanced validation, proper error messaging, and checksum combination logic for parts verification.
    • S3Β PutObjectΒ andΒ CompleteMultipartUploadΒ now supports theΒ new Conditional Write featureΒ with theΒ IfMatchΒ parameter, also known as Compare-and-Swap.
  • LocalStack container logs are now properly displayed when running with Podman.
  • LocalStack now supportsΒ Cognito User pool deletion protection.
  • Transparent Endpoint Injection is now supported for theΒ Batch provider. This feature enables your code to connect to other emulated AWS resources without needing to modify the code running in your local Batch jobs.
  • TheΒ DescribeListenerAttributesΒ operations are now supported in theΒ Elastic Load Balancing (ELB) provider.
  • You can now use theΒ SNS_SES_SENDER_ADDRESSΒ configuration variable to customize the sender of SNS email notifications, defaulting toΒ admin@localstack.com< 8000 /code>Β if not configured.
  • Node.js 22 runtime Lambda runtimeΒ is now supported in LocalStack.
  • Error messages from failed ECS task containers now appear in LocalStack logs, removing the need for inspecting the container logs manually using theΒ ECS_REMOVE_CONTAINERS=0Β configuration variable.
  • Failed events from Lambda functions with Amazon Kinesis and Amazon DynamoDB event source mappings (ESMs) can now be sent to S3 buckets as a destination, in addition to the existing SNS and SQS options,Β as supported by AWS. Unlike with SNS and SQS failure destinations, a complete event payload data is written to S3.
  • ELB endpoints are now accessible viaΒ http://localhost:4566/_aws/elb/<elb-id>Β path routing, enabling usage without subdomains in Ephemeral Instances or any other environment where subdomains are not supported.
  • SageMaker provider now supportsΒ multiple Production VariantsΒ of deployments for A/B testing.
  • EKS now supports using Minikube as the local cluster to start the Kubernetes cluster backing EKS. This can be achieved by setting the configuration variableΒ EKS_K8S_PROVIDER=localΒ and mounting theΒ $HOME/.kube/configΒ file, which contains the Minikube configuration, into the LocalStack container.
  • SNS Filter Policy engine has been enhanced, and the support forΒ cidrΒ operatorΒ has been added.
  • AppSync VTL resolver function logs (viaΒ $util.log) now appear in LocalStack console for improved debugging experience.
  • ECS is now supported as a target for EventBridge.
  • Support for adding custom IDs for IAM roles and policies has been added to the IAM provider.
  • Support for EventBridge API destinations and connections has been added.
  • ExtendedΒ ListFirewallRulesΒ APIΒ in Route 53 Resolver to support filtering by action and priority parameters.
  • Default Bedrock model has been switched toΒ smollm2:360mΒ to handle text model invocations.
  • ELB rules now support all availableΒ conditions.

LocalStack Features

  • Support for the official LocalStack SDK for JavaΒ is now available, enabling interaction with our proprietary features through our internal developer endpoints.
  • LocalStack Web Application now includes a Redshift Resource Browser, offering a visual interface to manage local Redshift clusters.
  • Users will now see a link to the Web Application every time they start LocalStack from the command line interface (CLI).
  • Installed extensions will now appear at the top of the list on the Extensions Manager dashboard, making them easier to view and manage.
  • Chaos Engineering dashboard has been relocated to the Instance Management tab, where it now appears alongside other features to consolidate management tools for easier access.
  • Support has been added for a new restart button on the Web Application, located under the instance name.
  • Support has been added for a new Swagger UI button in the instance controls, which links toΒ [`/_localsta...
Read more

v4.0.3

29 Nov 23:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

23 Nov 22:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

22 Nov 20:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

21 Nov 15:45
Compare
Choose a tag to compare

Summary

This is our fourth major release for LocalStack, bringing a host of new features, enhancements, and breaking changes designed to improve local cloud development & test experience! With LocalStack 4.0, we’re introducing support for foundation models through the new Bedrock provider, enhanced EventBridge & API Gateway support via a native implementation, and opening up the AWS β€œblack box” with Event Studio to give developers the tools to understand, debug, and quickly iterate over their cloud applications.

Additionally, LocalStack's Web Application now includes new features like an improved IAM Policy Stream to generate security policies on the fly, a Stack Overview for quick insights into local cloud resources, and expanded Cloud Pods capabilities for better state management.

Breaking changes include the deprecation of legacy service providers and deprecated FIS actions alongside various Ubuntu AMI, Airflow & PostgreSQL versions. Deprecations are also aimed at improving security and compatibility, such as replacing legacy API keys with Auth Tokens and streamlining environment variable management.

This release reinforces our commitment to creating a comprehensive, reliable local cloud development platform, and continues our mission to become a drop-in replacement for AWS in your local environment, as well as meeting all your enterprise needs.

AWS Features

  • LocalStack now supports a new Bedrock provider that locally emulates foundation models (FMs) with features likeΒ Invoke API,Β Converse API &Β Batch processing. (🌟 enterprise)
  • LocalStack has switched the default implementation for the EventBridge to a new native provider offering improved reliability, performance, and AWS parity. The old EventBridge provider is temporarily available in LocalStack usingΒ PROVIDER_OVERRIDE_EVENTS=v1.
  • LocalStack has switched the default implementation for the API Gateway to a new native provider offering improved reliability, performance, and AWS parity. The old API Gateway provider is temporarily available in LocalStack usingΒ PROVIDER_OVERRIDE_APIGATEWAY=legacy.
  • Python 3.13 Lambda runtimeΒ is now supported in LocalStack.

LocalStack Features

  • LocalStack now features Event Studio in preview, which allows you to view data exchanges between AWS services, collect all events, inspect payloads and metadata, and replay events for all supported services at key steps. (🌟 pro)
  • Support for the official LocalStack SDK for Python is now available, enabling interaction with emulated services, along with proprietary features through our internal developer endpoints.
  • Support for hot reloading is now available for the Lambda Debug Mode configuration file. This feature updates the configuration every time modifications are detected, allowing for multiple debugging sessions of the same Lambda function.
  • Several user experience improvements have been introduced to the preview IAM Policy Stream feature in the LocalStack Web Application. This simplifies permission management by generating a continuous flow of IAM policies based on the AWS API calls your application infrastructure makes. (🌟 pro)
  • Support for a newΒ Stack OverviewΒ feature that provides a summary of deployed resources, categorized services with configurations, and quick access to resource details like identifiers and endpoints. (🌟 pro)
  • Support for a new EventBridge Pipes Resource Browser, enabling you to set up direct integrations between event producers and consumers directly from your Web Browser or the LocalStack Desktop application. (🌟 pro)
  • Several new Cloud Pods capabilities have been introduced in the LocalStack Web Application: (🌟 teams)
  • Support for a new Ephemeral Instances CLI experience that allows users to run a LocalStack instance in the cloud, enabling instance creation & management directly from your terminal. (🌟 pro)
  • Users can now create a Cloud Pod at the shutdown of an Ephemeral Instance, allowing you to resume your application at the state where you left it off. (🌟 teams)
  • LocalStack Enterprise users can now automatically assign licenses to new workspace members throughΒ Single Sign-On. (🌟 enterprise)
  • Several new features have been introduced in the LocalStack Resource Browsers:
  • Kubernetes support for major computing and database services has been unified in LocalStack, allowing you to run a broader range of services on Kubernetes. These services include Lambda, ECS, DocumentDB, MWAA, and RDS (MySQL & MSSQL). Use the configuration variable CONTAINER_RUNTIME=kubernetes when starting LocalStack to enable Kubernetes executors for these services. (🌟 enterprise)

Enhancements

Breaking Changes

  • The following legacy service providers are being removed. Please update your configurations to use the latest versions by removing the specified settings.

    Service Configuration Being Removed
    Step Functions PROVIDER_OVERRIDE_STEPFUNCTIONS=legacy
    S3 (v2 Provider) PROVIDER_OVERRIDE_S3=legacy_v2
    ElastiCache PROVIDER_OVERRIDE_ELASTICACHE=legacy
    Event Source Mapping LAMBDA_EVENT_SOURCE_MAPPING=v1
  • The following custom LocalStack FIS actions are now removed:

    • localstack:generic:api-error
    • localstack:kms:inject-api-internal-error
    • localstack:log-debug
    • localstack:generic:latency
  • Outages Extension is no longer published on PyPI and will not be maintained anymore. Please follow ourΒ documentationΒ to migrate to the Chaos API.

  • Support for the following deprecated Airflow versions for MWAA have been removed from LocalStack:

    • v1.10.12
    • v2.0.2
    • v2.2.2
  • Support forΒ RDS PostgreSQL 10 has been removed from LocalStack.

  • Support for Ubuntu 20.04 AMI (ami-ff0fea8310f3) for EC2 has been removed from LocalStack.

  • Support for Python 3.8 in the Python distribution of the LocalStack CLI has been removed.

Deprecations

  • Auth tokens have fully replaced legacy API and CI keys for both personal and CI use, increasing security and enabling more det...
Read more

v3.8.1

08 Oct 12:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.8.1

0