@@ -4,15 +4,32 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7- ## [ 2.0.12 ] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.12 ) - 2025-10-31
7+ ## [ 2.0.11 ] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.11 ) - 2025-11-01
88
99### Added
10- - Automatic CDN cache invalidation for unpkg and jsdelivr when publishing Socket packages
11- - Version bump hooks to ensure fresh CDN caches for ` socket ` , ` @socketsecurity/cli ` , and ` @socketsecurity/cli-with-sentry `
10+ - Progressive enhancement with ONNX Runtime stub for optional NLP features
11+ - SHA-256 checksum verification for Python build standalone downloads
12+ - Optional external alias detection for TypeScript configurations
13+ - Comprehensive documentation for NLP progressive enhancement
14+ - Package badges to README files
15+
16+ ### Changed
17+ - Standardized environment variable naming with SOCKET_CLI_ prefix
18+
19+ ### Fixed
20+ - Bootstrap stream/promises module path corrected for smol builds
21+ - Bootstrap error handling improved for clearer failure messages
22+ - Windows path handling now correctly processes UNC paths
23+ - Windows validation added for Unix-style paths in npm directory resolution
24+
25+ ## [ 2.0.10] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.10 ) - 2025-10-31
1226
1327### Fixed
14- - Bootstrap process no longer shows spurious "command failed" error on successful CLI execution
15- - Windows CI test failures in path resolution tests - now platform-aware and handle Unix path expectations correctly
28+ - Tab completion script now resolves CLI package root correctly
29+ - SDK scan options flattened and repo parameter made conditional
30+ - Output handling now safely checks for null before calling toString()
31+ - Environment variable fallbacks from v1.x restored for backward compatibility
32+ - Directory creation EEXIST errors now handled gracefully
1633
1734## [ 2.0.9] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.9 ) - 2025-10-31
1835
0 commit comments