Skip to content

Commit e4666ba

Browse files
committed
docs(changelog): update v2.0.11 with recent changes
Add entries for: - ensureSocketCli rename for clarity - Preflight download improvements (staggering, once-only guard) - Registry URL lookup deferral optimization
1 parent 0af1c19 commit e4666ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The 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

0 commit comments

Comments
 (0)