Skip to content

Commit 7045f48

Browse files
committed
chore: release 1.2.0
- See changelog for included changes - Also updates readme gif to show all 1.2.0 UX improvements, in dark mode
1 parent 944c4d1 commit 7045f48

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.2.0 (2025-09-09)
4+
5+
- feat: Always show `Start` and `Stop` commands if LocalStack CLI is available
6+
- feat: Always display LocalStack instance status if LocalStack CLI is available
7+
- feat: Use modals to improve the clarity of installation and authentication setup steps
8+
- feat: Pre-fetch LocalStack docker image during setup wizard
9+
- fix: Reduce LocalStack health check calls to a necessary minimum
10+
- fix: Improve LocalStack endpoint detection in AWS profile config process
11+
- fix: Invalid status when stopping LocalStack externally
12+
- fix: Don't show start localstack if already started during setup
13+
- chore: improve logging DNS resolution failure
14+
- chore: Update telemetry events
15+
- chore: Remove preview badge
16+
317
## 1.1.0 (2025-09-04)
418

519
- feat: Add LocalStack license activation step to the setup wizard
-882 KB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"publisher": "LocalStack",
44
"displayName": "LocalStack Toolkit",
55
"description": "LocalStack - Run locally, deploy globally!",
6-
"version": "1.1.0",
7-
"preview": true,
6+
"version": "1.2.0",
87
"engines": {
98
"node": ">=20",
109
"vscode": "^1.83.0"

0 commit comments

Comments
 (0)