Skip to content

Commit 8355b61

Browse files
committed
v5.11.2
1 parent d32a0c2 commit 8355b61

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

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.11.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.2) - 2026-03-24
9+
10+
### Added
11+
12+
- **http-request**: Custom CA certificate support for TLS connections
13+
- `httpRequest`, `httpJson`, `httpText` accept `ca` option for custom certificate authorities
14+
- `httpDownload` accepts `ca` option, threaded through redirects and retries
15+
- `fetchChecksums` accepts `ca` option, passed through to underlying request
16+
- Enables SSL_CERT_FILE support when NODE_EXTRA_CA_CERTS is unavailable at process startup
17+
818
## [5.11.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.11.1) - 2026-03-24
919

1020
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.11.1",
3+
"version": "5.11.2",
44
"packageManager": "pnpm@10.33.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -734,7 +734,7 @@
734734
"@socketregistry/is-unicode-supported": "1.0.5",
735735
"@socketregistry/packageurl-js": "1.3.5",
736736
"@socketregistry/yocto-spinner": "1.0.25",
737-
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.11.0",
737+
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.11.1",
738738
"@types/node": "24.9.2",
739739
"@typescript/native-preview": "7.0.0-dev.20250920.1",
740740
"@vitest/coverage-v8": "4.0.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)