transloadit 4.1.0 → 4.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alphalib/mcache.d.ts +2 -2
- package/dist/alphalib/mcache.d.ts.map +1 -1
- package/dist/alphalib/mcache.js.map +1 -1
- package/dist/alphalib/types/assembliesGet.d.ts +4 -4
- package/dist/alphalib/types/assemblyReplay.d.ts +392 -178
- package/dist/alphalib/types/assemblyReplay.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyReplayNotification.d.ts +392 -178
- package/dist/alphalib/types/assemblyReplayNotification.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyStatus.d.ts +102 -102
- package/dist/alphalib/types/bill.d.ts +4 -4
- package/dist/alphalib/types/robots/_index.d.ts +3277 -932
- package/dist/alphalib/types/robots/_index.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_index.js +4 -0
- package/dist/alphalib/types/robots/_index.js.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts +27 -16
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.js +1 -0
- package/dist/alphalib/types/robots/_instructions-primitives.js.map +1 -1
- package/dist/alphalib/types/robots/ai-chat.d.ts +2096 -0
- package/dist/alphalib/types/robots/ai-chat.d.ts.map +1 -0
- package/dist/alphalib/types/robots/ai-chat.js +223 -0
- package/dist/alphalib/types/robots/ai-chat.js.map +1 -0
- package/dist/alphalib/types/robots/assembly-savejson.d.ts +4 -4
- package/dist/alphalib/types/robots/audio-artwork.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-concat.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-encode.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-loop.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-merge.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-waveform.d.ts +226 -21
- package/dist/alphalib/types/robots/audio-waveform.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-waveform.js +134 -7
- package/dist/alphalib/types/robots/audio-waveform.js.map +1 -1
- package/dist/alphalib/types/robots/azure-import.d.ts +8 -8
- package/dist/alphalib/types/robots/azure-store.d.ts +8 -8
- package/dist/alphalib/types/robots/backblaze-import.d.ts +8 -8
- package/dist/alphalib/types/robots/backblaze-store.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudflare-import.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudflare-store.d.ts +8 -8
- package/dist/alphalib/types/robots/digitalocean-import.d.ts +8 -8
- package/dist/alphalib/types/robots/digitalocean-store.d.ts +8 -8
- package/dist/alphalib/types/robots/document-autorotate.d.ts +8 -8
- package/dist/alphalib/types/robots/document-convert.d.ts +8 -8
- package/dist/alphalib/types/robots/document-merge.d.ts +8 -8
- package/dist/alphalib/types/robots/document-ocr.d.ts +8 -8
- package/dist/alphalib/types/robots/document-split.d.ts +8 -8
- package/dist/alphalib/types/robots/document-thumbs.d.ts +8 -8
- package/dist/alphalib/types/robots/dropbox-import.d.ts +8 -8
- package/dist/alphalib/types/robots/dropbox-store.d.ts +8 -8
- package/dist/alphalib/types/robots/edgly-deliver.d.ts +8 -8
- package/dist/alphalib/types/robots/file-compress.d.ts +12 -12
- package/dist/alphalib/types/robots/file-decompress.d.ts +8 -8
- package/dist/alphalib/types/robots/file-filter.d.ts +12 -12
- package/dist/alphalib/types/robots/file-hash.d.ts +8 -8
- package/dist/alphalib/types/robots/file-preview.d.ts +8 -8
- package/dist/alphalib/types/robots/file-read.d.ts +8 -8
- package/dist/alphalib/types/robots/file-serve.d.ts +8 -8
- package/dist/alphalib/types/robots/file-verify.d.ts +8 -8
- package/dist/alphalib/types/robots/file-virusscan.d.ts +8 -8
- package/dist/alphalib/types/robots/file-watermark.d.ts +8 -8
- package/dist/alphalib/types/robots/ftp-import.d.ts +8 -8
- package/dist/alphalib/types/robots/ftp-store.d.ts +8 -8
- package/dist/alphalib/types/robots/google-import.d.ts +8 -8
- package/dist/alphalib/types/robots/google-store.d.ts +8 -8
- package/dist/alphalib/types/robots/html-convert.d.ts +8 -8
- package/dist/alphalib/types/robots/http-import.d.ts +8 -8
- package/dist/alphalib/types/robots/image-bgremove.d.ts +20 -8
- package/dist/alphalib/types/robots/image-bgremove.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-bgremove.js +4 -0
- package/dist/alphalib/types/robots/image-bgremove.js.map +1 -1
- package/dist/alphalib/types/robots/image-describe.d.ts +8 -8
- package/dist/alphalib/types/robots/image-facedetect.d.ts +8 -8
- package/dist/alphalib/types/robots/image-generate.d.ts +32 -29
- package/dist/alphalib/types/robots/image-generate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-generate.js +6 -3
- package/dist/alphalib/types/robots/image-generate.js.map +1 -1
- package/dist/alphalib/types/robots/image-merge.d.ts +8 -8
- package/dist/alphalib/types/robots/image-ocr.d.ts +8 -8
- package/dist/alphalib/types/robots/image-optimize.d.ts +16 -16
- package/dist/alphalib/types/robots/image-resize.d.ts +16 -16
- package/dist/alphalib/types/robots/meta-read.d.ts +8 -8
- package/dist/alphalib/types/robots/meta-write.d.ts +20 -24
- package/dist/alphalib/types/robots/meta-write.d.ts.map +1 -1
- package/dist/alphalib/types/robots/meta-write.js +1 -2
- package/dist/alphalib/types/robots/meta-write.js.map +1 -1
- package/dist/alphalib/types/robots/minio-import.d.ts +8 -8
- package/dist/alphalib/types/robots/minio-store.d.ts +8 -8
- package/dist/alphalib/types/robots/progress-simulate.d.ts +4 -4
- package/dist/alphalib/types/robots/s3-import.d.ts +16 -16
- package/dist/alphalib/types/robots/s3-store.d.ts +12 -12
- package/dist/alphalib/types/robots/script-run.d.ts +8 -8
- package/dist/alphalib/types/robots/sftp-import.d.ts +8 -8
- package/dist/alphalib/types/robots/sftp-store.d.ts +8 -8
- package/dist/alphalib/types/robots/speech-transcribe.d.ts +8 -8
- package/dist/alphalib/types/robots/supabase-import.d.ts +8 -8
- package/dist/alphalib/types/robots/supabase-store.d.ts +8 -8
- package/dist/alphalib/types/robots/swift-import.d.ts +8 -8
- package/dist/alphalib/types/robots/swift-store.d.ts +8 -8
- package/dist/alphalib/types/robots/text-speak.d.ts +8 -8
- package/dist/alphalib/types/robots/text-translate.d.ts +16 -16
- package/dist/alphalib/types/robots/tigris-import.d.ts +8 -8
- package/dist/alphalib/types/robots/tigris-store.d.ts +8 -8
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts +8 -8
- package/dist/alphalib/types/robots/tus-store.d.ts +8 -8
- package/dist/alphalib/types/robots/upload-handle.d.ts +8 -8
- package/dist/alphalib/types/robots/video-adaptive.d.ts +16 -16
- package/dist/alphalib/types/robots/video-concat.d.ts +16 -16
- package/dist/alphalib/types/robots/video-encode.d.ts +16 -16
- package/dist/alphalib/types/robots/video-merge.d.ts +16 -16
- package/dist/alphalib/types/robots/video-ondemand.d.ts +20 -20
- package/dist/alphalib/types/robots/video-subtitle.d.ts +24 -24
- package/dist/alphalib/types/robots/video-thumbs.d.ts +8 -8
- package/dist/alphalib/types/robots/vimeo-import.d.ts +8 -8
- package/dist/alphalib/types/robots/vimeo-store.d.ts +8 -8
- package/dist/alphalib/types/robots/wasabi-import.d.ts +8 -8
- package/dist/alphalib/types/robots/wasabi-store.d.ts +8 -8
- package/dist/alphalib/types/robots/youtube-store.d.ts +12 -12
- package/dist/alphalib/types/template.d.ts +6183 -2096
- package/dist/alphalib/types/template.d.ts.map +1 -1
- package/dist/alphalib/types/templateCredential.d.ts +11 -11
- package/dist/alphalib/types/templateCredential.d.ts.map +1 -1
- package/dist/alphalib/types/templateCredential.js +1 -0
- package/dist/alphalib/types/templateCredential.js.map +1 -1
- package/dist/cli/OutputCtl.d.ts +2 -1
- package/dist/cli/OutputCtl.d.ts.map +1 -1
- package/dist/cli/OutputCtl.js +1 -1
- package/dist/cli/OutputCtl.js.map +1 -1
- package/dist/cli/commands/BaseCommand.d.ts +3 -2
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -1
- package/dist/cli/commands/BaseCommand.js +6 -8
- package/dist/cli/commands/BaseCommand.js.map +1 -1
- package/dist/cli/commands/assemblies.d.ts +1 -1
- package/dist/cli/commands/assemblies.d.ts.map +1 -1
- package/dist/cli/commands/auth.d.ts.map +1 -1
- package/dist/cli/commands/auth.js +2 -8
- package/dist/cli/commands/auth.js.map +1 -1
- package/dist/cli/commands/notifications.d.ts +0 -7
- package/dist/cli/commands/notifications.d.ts.map +1 -1
- package/dist/cli/commands/notifications.js +1 -1
- package/dist/cli/commands/notifications.js.map +1 -1
- package/dist/cli/commands/templates.d.ts +1 -9
- package/dist/cli/commands/templates.d.ts.map +1 -1
- package/dist/cli/commands/templates.js +1 -1
- package/dist/cli/commands/templates.js.map +1 -1
- package/dist/cli/helpers.d.ts +6 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- package/dist/cli/helpers.js +7 -0
- package/dist/cli/helpers.js.map +1 -1
- package/dist/cli/types.d.ts +3 -77
- package/dist/cli/types.d.ts.map +1 -1
- package/dist/cli/types.js +2 -17
- package/dist/cli/types.js.map +1 -1
- package/package.json +16 -22
- package/src/alphalib/mcache.ts +4 -4
- package/src/alphalib/types/robots/_index.ts +14 -1
- package/src/alphalib/types/robots/_instructions-primitives.ts +21 -15
- package/src/alphalib/types/robots/ai-chat.ts +278 -0
- package/src/alphalib/types/robots/audio-waveform.ts +142 -9
- package/src/alphalib/types/robots/image-bgremove.ts +6 -0
- package/src/alphalib/types/robots/image-generate.ts +6 -3
- package/src/alphalib/types/robots/meta-write.ts +1 -2
- package/src/alphalib/types/templateCredential.ts +1 -0
- package/src/cli/OutputCtl.ts +1 -1
- package/src/cli/commands/BaseCommand.ts +6 -8
- package/src/cli/commands/assemblies.ts +1 -1
- package/src/cli/commands/auth.ts +2 -10
- package/src/cli/commands/notifications.ts +2 -2
- package/src/cli/commands/templates.ts +3 -3
- package/src/cli/helpers.ts +12 -3
- package/src/cli/types.ts +2 -115
- package/CHANGELOG.md +0 -240
package/CHANGELOG.md
DELETED
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
You may also want to refer to [GitHub releases](https://github.com/transloadit/node-sdk/releases).
|
|
4
|
-
|
|
5
|
-
## Unreleased
|
|
6
|
-
|
|
7
|
-
- TBD
|
|
8
|
-
|
|
9
|
-
## v4.1.0
|
|
10
|
-
|
|
11
|
-
Released: 2025-12-08.
|
|
12
|
-
|
|
13
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.7...v4.1.0).
|
|
14
|
-
|
|
15
|
-
- Add `signal` option to `createAssembly()` for cancelling in-flight HTTP requests and TUS uploads via `AbortController`
|
|
16
|
-
- Add `signal` and `onPoll` options to `awaitAssemblyCompletion()` for cancellation and early termination (useful for custom progress reporting or superseding assemblies in watch mode)
|
|
17
|
-
- Integrate transloadify CLI into the SDK, providing `assemblies`, `templates`, `bills`, and `assembly-notifications` commands
|
|
18
|
-
- Add `--log-level (-l)` CLI option using syslog severity levels (err=3, warn=4, notice=5, info=6, debug=7, trace=8)
|
|
19
|
-
- Add `--endpoint` CLI option for custom API endpoint (also reads `TRANSLOADIT_ENDPOINT` env var)
|
|
20
|
-
- Add `--single-assembly` flag to `assemblies create` for passing multiple input files to a single assembly
|
|
21
|
-
- Add `--concurrency` option to `assemblies create` to limit parallel processing (default: 5)
|
|
22
|
-
- Fix file descriptor exhaustion by closing streams immediately and creating fresh ones on demand
|
|
23
|
-
- Apply stricter biome lint rules (noExplicitAny, useAwait, noForEach, noNonNullAssertion)
|
|
24
|
-
|
|
25
|
-
## v4.0.7
|
|
26
|
-
|
|
27
|
-
Released: 2025-11-26.
|
|
28
|
-
|
|
29
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.6...v4.0.7).
|
|
30
|
-
|
|
31
|
-
- [x] Update schemas to match the latest API changes.
|
|
32
|
-
|
|
33
|
-
## v4.0.6
|
|
34
|
-
|
|
35
|
-
Released: 2025-11-04.
|
|
36
|
-
|
|
37
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.5...v4.0.6).
|
|
38
|
-
|
|
39
|
-
- [x] Re-export `AssemblyInstructions` and `AssemblyInstructionsInput` at the package entry to match the migration guide and TypeScript examples.
|
|
40
|
-
|
|
41
|
-
## v4.0.5
|
|
42
|
-
|
|
43
|
-
Released: 2025-10-16.
|
|
44
|
-
|
|
45
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.1...v4.0.5).
|
|
46
|
-
|
|
47
|
-
- [x] Add `smart_sig` CLI to return Smart CDN URLs via `getSignedSmartCDNUrl`, making it suitable as the cross-SDK reference implementation.
|
|
48
|
-
- [x] Add `sig` CLI command for generating request signatures, including an `--algorithm` flag for choosing the HMAC digest.
|
|
49
|
-
- [x] Ensure the CLI entrypoint executes when invoked through npm/yarn bin shims by resolving symlinks before bootstrapping.
|
|
50
|
-
- [x] Harden validation and tests around CLI invocation paths.
|
|
51
|
-
|
|
52
|
-
v4.0.2, v4.0.3, and v4.0.4 were broken releases
|
|
53
|
-
|
|
54
|
-
## v4.0.1
|
|
55
|
-
|
|
56
|
-
Released: 2025-09-18.
|
|
57
|
-
|
|
58
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v4.0.0...v4.0.1).
|
|
59
|
-
|
|
60
|
-
- [x] Re-published v4.0.0 under v4.0.1 to fix release metadata. No functional changes.
|
|
61
|
-
|
|
62
|
-
## v4.0.0
|
|
63
|
-
|
|
64
|
-
Released: 2025-09-18.
|
|
65
|
-
|
|
66
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v3.0.2...v4.0.0).
|
|
67
|
-
|
|
68
|
-
- [x] **Breaking:** Package is now pure ESM, requires Node.js 20+, and exports `{ Transloadit }` instead of a default client.
|
|
69
|
-
- [x] **Breaking** `TransloaditError` removed in favor of a new, slightly different `ApiError`.
|
|
70
|
-
- [x] Added end-to-end TypeScript typings for robots, assemblies, templates, and responses, so assembly instructions now autocomplete every robot and its supported parameters. Notably, Assembly instructions and statuses are validates against rich TypeScript types; migrate to the new `AssemblyInstructionsInput` types and `AssemblyStatus` in responses.
|
|
71
|
-
- [x] New rich error stacktraces that aid in debugging issues.
|
|
72
|
-
- [x] Added opt-in `validateResponses` safeguard and a `getSignedSmartCDNUrl` helper for generating signed Smart CDN URLs.
|
|
73
|
-
- [x] Fix broken rate limiting #217
|
|
74
|
-
- [x] Modernized tooling, tests, and examples (Vitest, Biome, TypeScript examples). See [MIGRATION.md](./MIGRATION.md) for a guided upgrade path.
|
|
75
|
-
|
|
76
|
-
## v3.0.2
|
|
77
|
-
|
|
78
|
-
Released: 2021-04-06.
|
|
79
|
-
|
|
80
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v3.0.1...v3.0.2).
|
|
81
|
-
|
|
82
|
-
- [x] Generate assembly IDs on the client to avoid relying on server timing.
|
|
83
|
-
- [x] Completed TypeScript surface for assembly responses by adding missing output properties.
|
|
84
|
-
|
|
85
|
-
## v3.0.1
|
|
86
|
-
|
|
87
|
-
Released: 2021-03-31.
|
|
88
|
-
|
|
89
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v3.0.0...v3.0.1).
|
|
90
|
-
|
|
91
|
-
- [x] Fixed the published default export to match the actual runtime client.
|
|
92
|
-
|
|
93
|
-
## v3.0.0
|
|
94
|
-
|
|
95
|
-
Released: 2021-03-16.
|
|
96
|
-
|
|
97
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.10...v3.0.0).
|
|
98
|
-
|
|
99
|
-
- [x] Finalized the promise-based client by removing legacy wrappers and tightening trailing-slash validation.
|
|
100
|
-
- [x] Expanded continuous testing, linting, and documentation coverage ahead of the stable v3 release.
|
|
101
|
-
- [x] Improved `createAssembly` diagnostics by logging assembly IDs and exposing replayed assembly URLs.
|
|
102
|
-
|
|
103
|
-
## v2.0.10
|
|
104
|
-
|
|
105
|
-
Released: 2020-02-25.
|
|
106
|
-
|
|
107
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.9...v2.0.10).
|
|
108
|
-
|
|
109
|
-
- [x] Update dependencies, thank you @dagreatbrendino
|
|
110
|
-
|
|
111
|
-
## v2.0.9
|
|
112
|
-
|
|
113
|
-
Released: 2018-12-06.
|
|
114
|
-
|
|
115
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.5...v2.0.9).
|
|
116
|
-
|
|
117
|
-
- [x] Add more helpful message to assembly error (#73)
|
|
118
|
-
- [x] Add Assembly ID to unknown errors
|
|
119
|
-
- [x] Upgrade linting and fix newly found errors
|
|
120
|
-
|
|
121
|
-
## v2.0.7
|
|
122
|
-
|
|
123
|
-
Released: 2018-12-06.
|
|
124
|
-
|
|
125
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.5...v2.0.7).
|
|
126
|
-
|
|
127
|
-
- [x] Fix Transloadit-Client header test for once and all (#62)
|
|
128
|
-
- [x] Fix bug causing progressCb to only be fired once
|
|
129
|
-
|
|
130
|
-
## v2.0.5
|
|
131
|
-
|
|
132
|
-
Released: 2018-12-06.
|
|
133
|
-
|
|
134
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.4...v2.0.5).
|
|
135
|
-
|
|
136
|
-
- [x] Make resize image example more usable irl
|
|
137
|
-
- [x] Update Readme to include example for progressCb.
|
|
138
|
-
- [x] Fix failing test due to version increase (#61)
|
|
139
|
-
- [x] Update npm-run-all to lose event-stream dependency
|
|
140
|
-
|
|
141
|
-
## v2.0.4
|
|
142
|
-
|
|
143
|
-
Released: 2018-11-05.
|
|
144
|
-
|
|
145
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.3...v2.0.4).
|
|
146
|
-
|
|
147
|
-
- [x] Send transloadit-client header (#59)
|
|
148
|
-
|
|
149
|
-
## v2.0.3
|
|
150
|
-
|
|
151
|
-
Released: 2018-10-29.
|
|
152
|
-
|
|
153
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.2...v2.0.3).
|
|
154
|
-
|
|
155
|
-
- [x] When adding a stream that throws an error, do not send it to Transloadit
|
|
156
|
-
|
|
157
|
-
## v2.0.2
|
|
158
|
-
|
|
159
|
-
Released: 2018-10-24.
|
|
160
|
-
|
|
161
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.1...v2.0.2).
|
|
162
|
-
|
|
163
|
-
- [x] Fix bug: invoke callback when there are no tus files to upload
|
|
164
|
-
|
|
165
|
-
## v2.0.1
|
|
166
|
-
|
|
167
|
-
Released: 2018-06-18.
|
|
168
|
-
|
|
169
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v2.0.0...v2.0.1).
|
|
170
|
-
|
|
171
|
-
- [x] Fix bug: invoke callback when waitforcompmletion is false
|
|
172
|
-
|
|
173
|
-
## v2.0.0
|
|
174
|
-
|
|
175
|
-
Released: 2018-06-08.
|
|
176
|
-
|
|
177
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.11.0...v2.0.0).
|
|
178
|
-
|
|
179
|
-
- [x] (MAJOR) Use of **tus** client to enable resumable uploads. (not strictly speaking breaking the api, but big enough of an implementation change to warant a major so you can take extra care things work well)
|
|
180
|
-
- [x] Support Assembly Progress Callback (this supports progress during file uploads and assemby execution).
|
|
181
|
-
|
|
182
|
-
## v1.11.0
|
|
183
|
-
|
|
184
|
-
Released: 2018-05-23.
|
|
185
|
-
|
|
186
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.10.2...v1.11.0).
|
|
187
|
-
|
|
188
|
-
- [x] Add Assembly URL to error console logs for easier debugging. (Q: should the node sdk log to console at all? should it not just work with callbacks and the caller decides what to write to what medium?)
|
|
189
|
-
|
|
190
|
-
## v1.10.3
|
|
191
|
-
|
|
192
|
-
Released: 2018-01-09.
|
|
193
|
-
|
|
194
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.10.1...v1.10.3).
|
|
195
|
-
|
|
196
|
-
- [x] Remove unused region parameter (@tim-kos)
|
|
197
|
-
|
|
198
|
-
## v1.10.2
|
|
199
|
-
|
|
200
|
-
Released: 2017-10-15.
|
|
201
|
-
|
|
202
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.10.0...v1.10.2).
|
|
203
|
-
|
|
204
|
-
- [x] Update lib files (@ifedapoolarewaju)
|
|
205
|
-
|
|
206
|
-
## v1.10.1
|
|
207
|
-
|
|
208
|
-
Released: 2017-10-02.
|
|
209
|
-
|
|
210
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.10.0...v1.10.1).
|
|
211
|
-
|
|
212
|
-
- [x] fix: check path for only direct Readable instances (@ifedapoolarewaju)
|
|
213
|
-
|
|
214
|
-
## v1.10.0
|
|
215
|
-
|
|
216
|
-
Released: 2017-09-28.
|
|
217
|
-
|
|
218
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.9.6...v1.10.0).
|
|
219
|
-
|
|
220
|
-
- [x] Do not retry infinitely if there is an unrecoverable error. Fixes #47. (@tim-kos)
|
|
221
|
-
- [x] Add the ability to wait for the encoding results of an assembly before the callback to createAssembly() is called (@tim-kos)
|
|
222
|
-
|
|
223
|
-
## v1.9.6
|
|
224
|
-
|
|
225
|
-
Released: 2017-09-26.
|
|
226
|
-
|
|
227
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v1.9.5...v1.9.6).
|
|
228
|
-
|
|
229
|
-
- [x] Fix bug that threw `TypeError: Cannot read property 'body' of undefined` (https://github.com/transloadit/node-sdk/issues/48) (@kvz)
|
|
230
|
-
- [x] Fix linting issues (@kvz)
|
|
231
|
-
- [x] Refactor via invig.io (@kvz)
|
|
232
|
-
- [x] Upgrade dependencies (@kvz)
|
|
233
|
-
|
|
234
|
-
## v1.9.5
|
|
235
|
-
|
|
236
|
-
Released: 2017-09-26.
|
|
237
|
-
|
|
238
|
-
[Diff](https://github.com/transloadit/node-sdk/compare/v0.0.22...1.9.5).
|
|
239
|
-
|
|
240
|
-
- [x] Start tracking CHANGELOG.md
|