1.3.0 (2026-04-08)
- add S3 folder management and SQS queue attribute editing (c342d1b)
1.2.0 (2026-04-02)
- handle InternalError with AppError and improve timeout settings in integration tests (c3eb255)
- add Lambda service plugin with full CRUD, invoke, versions, and aliases (d1466e4)
- add triggers tab to Lambda plugin with event source mappings and resource policy detection (f5b9397)
1.1.0 (2026-04-02)
- add icons directory to Dockerfile for localstack-explorer-builder (5d299c8)
- add TypeScript configuration for build and testing, implement global setup and teardown for tests (d72558f)
- detect active LocalStack services at runtime and display their status in the UI (3e9368c)
- add LOCALSTACK_REGION configuration and update related service references (3ff6f55)
- enhance SQS message handling with deduplication and improved delete request structure (7efbe13)
- remove unused S3Service type import from s3.test.ts (2043813)
- add CI/CD pipelines with semantic-release and multi-platform Electron builds (42aa1e8)
- add Electron desktop app with build configuration and static file serving (5a79844)
- add Fastify server setup with service plugin registration and static file serving (ad6e779)
- add GitHub link and copyright notice to the sidebar (d816ab3)
- add multi-arch Docker build with optimized multi-stage Dockerfile (ec48016)
- add per-client region/endpoint selection and remove CloudFront plugin (f16a505)
- add selective service enablement feature with configuration updates and UI adjustments (5b22f95)
- add subscription management features with filtering and raw message delivery options (b2e8fac)
- enhance SQS message handling with polling support and configurable parameters (bf7cee4)
- implement CloudFront distribution management with create, update, delete, and list functionalities (cac5b42)
- implement DynamoDB service with table management, including creation, listing, and detail views (d10155e)
- implement IAM user, group, and policy management with creation dialogs and detailed views (74f15f9)
- implement SNS topic management with create, delete, and detail features (3dc18ef)
- implement SQS queue management with create, delete, and message handling features (cc00554)
- implement stack update and delete functionality with enhanced template management (31806c2)
- initialize project structure with basic configurations and components (28688ca)
- update Node.js version to 24 in CI configurations and adjust related tests (f04ff23)
- update README with IAM and CloudFront service implementations and installation instructions (745f1bb)