Skip to content

Commit 11b86fc

Browse files
Version Packages (#478)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a652ffa commit 11b86fc

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/isomorphic-smart-cdn.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @transloadit/utils
22

3+
## 4.6.0
4+
5+
### Minor Changes
6+
7+
- a652ffa: Add an isomorphic `getSignedSmartCdnUrl` to the root export. It signs with WebCrypto, so browsers,
8+
edge runtimes and Node produce byte-identical Smart CDN URLs to the synchronous signer in
9+
`@transloadit/utils/node`, which now shares the same URL-building code. `signParams` and
10+
`verifyWebhookSignature` additionally accept `sha512`, matching `signParamsSync`.
11+
312
## 4.5.1
413

514
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/utils",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"description": "Transloadit shared utilities",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)