Skip to content

Commit 6a4fb76

Browse files
committed
chore(release): Release v5.1.3
1 parent 7956df8 commit 6a4fb76

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)