File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.11] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.11 ) - 2025-11 -01
7+ ## [ 2.0.11] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.11 ) - 2025-01 -01
88
99### Added
1010- Progressive enhancement with ONNX Runtime stub for optional NLP features
@@ -15,12 +15,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1515
1616### Changed
1717- Standardized environment variable naming with SOCKET_CLI_ prefix
18+ - Renamed ensureSocketCli to ensureSocketPythonCli for clarity
19+ - Preflight downloads now stagger with variable delays (1-3 seconds) to avoid resource contention
1820
1921### Fixed
2022- Bootstrap stream/promises module path corrected for smol builds
2123- Bootstrap error handling improved for clearer failure messages
2224- Windows path handling now correctly processes UNC paths
2325- Windows validation added for Unix-style paths in npm directory resolution
26+ - Preflight downloads now run once per process with guard to prevent duplicate execution
27+ - Registry URL lookup deferred until needed (not in test/CI environments)
2428
2529## [ 2.0.10] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.10 ) - 2025-10-31
2630
You can’t perform that action at this time.
0 commit comments