Skip to content

Commit 14af36c

Browse files
committed
docs: update CHANGELOG for v0.3.2 release with critical fixes and new features
1 parent 14f4f32 commit 14af36c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

iris-thaumantias/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the Artemis VS Code extension will be documented in this file.
44

5+
## [0.3.2] - 2026-01-28
6+
7+
### Fixed
8+
9+
- **CRITICAL: WebSocket Connection Flooding Prevention**: Fixed critical bug that could cause up to 120,000 connections. Added comprehensive safety features including rate limiting (min 2s between attempts), max attempts (20), connection mutex, and callback cleanup. Added 22 new safety tests.
10+
11+
### Added
12+
13+
- **WebSocket Debug StatusBar**: New optional debug tool (enable via `artemis.debugMode` setting) showing real-time connection status with subscription count, detailed hover info, and quick actions menu.
14+
515
## [0.3.1] - 2025-12-19
616

717
### Added

0 commit comments

Comments
 (0)