File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 1.9.3] ( https://github.com/SocketDev/socket-sdk-js/releases/tag/v1.9.3 ) - 2025-10-04
8+
9+ ### Added
10+ - Added ` PromiseQueue ` utility for controlled concurrency in async operations
11+ - HTTP retry logic with exponential backoff for improved reliability on transient failures
12+
13+ ### Changed
14+ - Improved type safety by replacing ` any ` types with ` unknown ` or ` never ` where appropriate
15+ - Enhanced code style with numeric separators for better readability of large numbers
16+ - Improved coverage reporting accuracy with c8 ignore comments
17+ - Updated ` @socketsecurity/registry ` dependency to 1.4.0
18+
19+ ### Fixed
20+ - Fixed import assertion syntax for JSON imports to use standard import syntax
21+ - Fixed HTTP retry test mocks to correctly match PUT method requests
22+
723## [ 1.9.2] ( https://github.com/SocketDev/socket-sdk-js/releases/tag/v1.9.2 ) - 2025-10-04
824
925### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/sdk" ,
3- "version" : " 1.9.2 " ,
3+ "version" : " 1.9.3 " ,
44 "license" : " MIT" ,
55 "description" : " SDK for the Socket API client" ,
66 "author" : {
7575 "update:socket" : " pnpm -r update '@socketsecurity/*' --latest"
7676 },
7777 "dependencies" : {
78- "@socketsecurity/registry" : " 1.3.10 "
78+ "@socketsecurity/registry" : " 1.4.0 "
7979 },
8080 "devDependencies" : {
8181 "@biomejs/biome" : " 2.2.4" ,
You can’t perform that action at this time.
0 commit comments