Skip to content

Commit e390abc

Browse files
committed
Bump version to 1.9.3
1 parent 57ea0c3 commit e390abc

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -75,7 +75,7 @@
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",

0 commit comments

Comments
 (0)