Skip to content

Commit 10189f6

Browse files
committed
chore(release): update CHANGELOG for v2.1.0
1 parent 865ce93 commit 10189f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1010
- Unified DLX manifest storage for packages and binary downloads with persistent caching and TTL support
1111
- Progressive enhancement with ONNX Runtime stub for optional NLP features
1212
- SHA-256 checksum verification for Python build standalone downloads
13-
- Optional external alias detection for TypeScript configurations
1413
- `--reach-use-unreachable-from-precomputation` flag for `scan reach` and `scan create` commands
1514
to use precomputed unreachable information for improved reachability analysis accuracy
1615

1716
### Changed
1817
- DLX manifest now uses unified format supporting both npm packages and binary downloads
1918
- Standardized environment variable naming with SOCKET_CLI_ prefix
2019
- Preflight downloads now stagger with variable delays (1-3 seconds) to avoid resource contention
20+
- WASM build workflow now pins all tool versions (Emscripten 4.0.18, Python 3.13, pnpm 10.20.0, ONNX 1.19.1, ONNX Runtime 1.23.2)
2121

2222
### Fixed
2323
- Bootstrap stream/promises module path corrected for smol builds
2424
- Bootstrap error handling improved for clearer failure messages
2525
- Windows path handling now correctly processes UNC paths
26+
- SEA builder syntax error from erroneous closing brace
2627

2728
## [2.0.10](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.10) - 2025-10-31
2829

0 commit comments

Comments
 (0)