Skip to content

Commit 9d5a246

Browse files
committed
chore: release v5.8.2
1 parent 462b752 commit 9d5a246

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.8.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.8.2) - 2026-03-13
9+
10+
### Fixed
11+
12+
- **http-request**: Download to temp file then atomically rename to prevent corruption
13+
- Downloads now write to `{destPath}.download` temp file first
14+
- On success, atomically renames to the destination path
15+
- On failure, cleans up temp file and preserves any existing file at destination
16+
- Prevents partial/corrupted files from CI caching causing extraction failures
17+
818
## [5.8.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.8.1) - 2026-03-11
919

1020
### Performance

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.8.1",
3+
"version": "5.8.2",
44
"packageManager": "pnpm@10.32.1",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",

0 commit comments

Comments
 (0)