File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 5.0.1] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.0.1 ) - 2025-12-11
9+
10+ ### Added
11+
12+ - ** http-request** : Enhanced ` httpDownload() ` with automatic progress logging via Logger integration
13+ - New ` logger ` option: Pass a Logger instance for automatic progress tracking
14+ - New ` progressInterval ` option: Configure progress reporting frequency (default: 10%)
15+ - Progress format: ` Progress: XX% (Y.Y MB / Z.Z MB) `
16+ - ` onProgress ` callback takes precedence over ` logger ` when both are provided
17+ - Commit: [ ` 91e5db5 ` ] ( https://github.com/SocketDev/socket-lib/commit/91e5db5 )
18+
819## [ 5.0.0] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.0.0 ) - 2025-12-04
920
1021### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "packageManager" :
" [email protected] " ,
55 "license" : " MIT" ,
66 "description" : " Core utilities and infrastructure for Socket.dev security tools" ,
You can’t perform that action at this time.
0 commit comments