Skip to content

Commit 5af936d

Browse files
committed
Update changelog
1 parent 9b9099e commit 5af936d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## v4.0.3
6+
7+
Released: 2025-10-16.
8+
9+
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.2...v4.0.3).
10+
11+
- [x] Fix `smart_sig` CLI to always override embedded credentials with the env-provided auth key while preserving other auth fields.
12+
- [x] Ensure the CLI entrypoint executes when invoked through npm/yarn bin shims by resolving symlinks before bootstrapping.
13+
- [x] Harden validation and tests around CLI invocation paths.
14+
15+
## v4.0.2
16+
17+
Released: 2025-10-15.
18+
19+
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.1...v4.0.2).
20+
21+
- [x] Add `smart_sig` CLI command (usable via `npx transloadit smart_sig`) for signing params fed through stdin.
22+
- [x] Document the CLI workflow and expose the binary via package metadata.
23+
- [x] Validate CLI input with existing zod schemas and cover the flow with unit tests.
24+
525
## v4.0.1
626

727
Released: 2025-09-18.

0 commit comments

Comments
 (0)