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.1.3] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.1.3 ) - 2025-12-29
9+
10+ ### Fixed
11+
12+ - ** http-request** : Fixed ` httpDownload() ` to properly handle HTTP redirects (3xx status codes)
13+ - Added ` followRedirects ` option (default: ` true ` ) to enable automatic redirect following
14+ - Added ` maxRedirects ` option (default: ` 5 ` ) to limit redirect chain length
15+ - Now supports downloading from services that use CDN redirects, such as GitHub release assets
16+ - Prevents GitHub API quota exhaustion by following ` browser_download_url ` redirects instead of using API endpoints
17+ - Resolves "Request quota exhausted" errors when downloading GitHub release assets
18+
819## [ 5.1.2] ( https://github.com/SocketDev/socket-lib/releases/tag/v5.1.2 ) - 2025-12-28
920
1021### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
3- "version" : " 5.1.2 " ,
3+ "version" : " 5.1.3 " ,
44 "packageManager" : " pnpm@10.26.2" ,
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