Skip to content

Commit 80a887e

Browse files
committed
chore(release): 5.15.0
1 parent e0c924a commit 80a887e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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.15.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.15.0) - 2026-04-06
9+
10+
### Added — http-request
11+
12+
- `stream` option on `HttpRequestOptions` — resolves with `HttpResponse` immediately after headers arrive, leaving `rawResponse` unconsumed for piping to files or other destinations
13+
- `headers`, `ok`, `status`, `statusText` fields on `HttpDownloadResult` — inspect HTTP response metadata after streaming downloads
14+
15+
### Changed — http-request
16+
17+
- `httpDownload` now uses `httpRequest` with `stream: true` internally, eliminating ~120 lines of duplicated HTTP plumbing
18+
819
## [5.14.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.14.0) - 2026-04-06
920

1021
### Added — http-request

0 commit comments

Comments
 (0)