Skip to content

Commit 8cabf5a

Browse files
committed
Update changelog
1 parent c8026d1 commit 8cabf5a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
22

33
You may also want to refer to [GitHub releases](https://github.com/transloadit/node-sdk/releases).
44

5-
## v4.0.4
5+
## v4.0.5
66

77
Released: 2025-10-16.
88

9-
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.2...v4.0.3).
9+
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.1...v4.0.5).
1010

11-
- [x] Fix `smart_sig` CLI to always override embedded credentials with the env-provided auth key while preserving other auth fields.
12-
- [x] Switch `smart_sig` CLI to return Smart CDN URLs via `getSignedSmartCDNUrl`, making it suitable as the cross-SDK reference implementation.
11+
- [x] Add `smart_sig` CLI to return Smart CDN URLs via `getSignedSmartCDNUrl`, making it suitable as the cross-SDK reference implementation.
1312
- [x] Add `sig` CLI command for generating request signatures, including an `--algorithm` flag for choosing the HMAC digest.
1413
- [x] Ensure the CLI entrypoint executes when invoked through npm/yarn bin shims by resolving symlinks before bootstrapping.
1514
- [x] Harden validation and tests around CLI invocation paths.
16-
- [x] Add `smart_sig` CLI command (usable via `npx transloadit smart_sig`) for signing params fed through stdin.
17-
- [x] Document the CLI workflow and expose the binary via package metadata.
18-
- [x] Validate CLI input with existing zod schemas and cover the flow with unit tests.
1915

20-
v4.0.2 and v4.0.3 were broken releases
16+
v4.0.2, v4.0.3, and v4.0.4 were broken releases
2117

2218
## v4.0.1
2319

0 commit comments

Comments
 (0)