Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.0 (2025-09-09)

- feat: Always show `Start` and `Stop` commands 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
Expand Down
Binary file modified docs/images/localstack-toolkit-setup-wizard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"publisher": "LocalStack",
"displayName": "LocalStack Toolkit",
"description": "LocalStack - Run locally, deploy globally!",
"version": "1.1.0",
"preview": true,
"version": "1.2.0",
"engines": {
"node": ">=20",
"vscode": "^1.83.0"
Expand Down
Loading