Changelog
June 30, 2026 ยท View on GitHub
1.10.0 (2026-06-30)
Features
1.9.1 (2026-06-26)
Bug Fixes
1.9.0 (2026-06-25)
Features
1.8.0 (2026-06-25)
Features
- feat: App Inspector now includes text search for spans, so users can search traces by ARN fragments, resource names, payload snippets, and other span text.
1.7.0 (2026-05-21)
Miscellaneous Chores
- release 1.7.0 (62610d3)
1.6.3 (2026-05-12)
Bug Fixes
1.6.2 (2026-05-07)
Bug Fixes
1.6.1 (2026-05-07)
Bug Fixes
1.6.0 (2026-05-07)
Features
1.5.0 (2026-04-29)
Features
- feat: add App Inspector
1.4.2 (2026-03-31)
Bug Fixes
1.4.1 (2026-03-31)
- chore: use release-please (#106)
1.3.0 (2026-02-11)
- fix: localstack installation on ubuntu/i3 (#77)
- feat: support more vscode-flavored editors (#81)
1.2.8 (2025-11-19)
- chore: Bump glob to tackle CVE
1.2.7 (2025-11-11)
- fix: Handle license check accordingly
1.2.6 (2025-11-06)
- chore: Publishing from Github action
1.2.5 (2025-11-05) (pre-release)
- chore: Testing publishing from Github action
1.2.4 (2025-10-13)
- chore: Update dependencies
1.2.3 (2025-09-12)
- fix: Show LocalStack Setup Wizard pop-up only when setup is required
1.2.2 (2025-09-11)
- chore: Update repository URL
- chore: Add AWS Toolkit integration information
1.2.1 (2025-09-10)
- fix: Add proactive DNS resolution check in AWS config check to timely detect configuration drift
- fix: Add a missing telemetry field in
setup_endedevent - chore: Substitute periodic checks with file watchers for LocalStack setup status.
1.2.0 (2025-09-09)
- feat: Always show
StartandStopcommands if LocalStack CLI is available - feat: Always display LocalStack instance status if LocalStack CLI is available
- feat: Use modals to improve the clarity of installation and authentication setup steps
- feat: Pre-fetch LocalStack docker image during setup wizard
- fix: Reduce LocalStack health check calls to a necessary minimum
- fix: Improve LocalStack endpoint detection in AWS profile config process
- fix: Invalid status when stopping LocalStack externally
- fix: Don't show start localstack if already started during setup
- chore: Improve logging DNS resolution failure
- chore: Update telemetry events
- chore: Remove preview badge
1.1.0 (2025-09-04)
- feat: Add LocalStack license activation step to the setup wizard
- fix: Add various correctness and speed improvements to LocalStack status tracker reporting
- fix: Prevent starting LocalStack if it is already running or stopping when it is not running
- chore: Add profiling traces to the output channel for the startup times of the extension and its plugins
1.0.2 (2025-09-02)
- fix: LocalStack status tracker reporting affected by Lambda function invocation
1.0.1 (2025-09-01)
- fix: Fix browser redirect in Localstack authentication
- fix: Update Extension Marketplace assets
1.0.0 (2025-09-01)
This release adds features to setup and manage LocalStack from within VS Code. Features from initial preview release have been removed.
- feature: Add LocalStack installation and configuration setup wizard
- feature: Add LocalStack status bar indicator
- feature: Add
StartandStopLocalStack commands - breaking change: Remove deploy and invoke Lambda features
0.2.0 (2025-08-18)
- feature: Add CodeLens support for JavaScript and TypeScript Lambda functions
- improvement: Remove requirement to use
samlocalCLI, now usessamCLI directly - fix: Improve SAM template detection, now handling AWS SAM sample applications
- chore: Update all dependencies to latest versions
0.1.1 (2023-07-13)
- Update README with marketplace link
- Add animated GIFs for features
0.1.0 (2023-07-13)
Initial preview release.
- Add feature deploy Lambda to LocalStack
- Add feature invoke Lambda in LocalStack
- Add Python CodeLens for triggering deploy and invoke commands