Skip to content

Latest commit

 

History

History
142 lines (77 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

142 lines (77 loc) · 3.82 KB

Changelog

We're no longer using this file. Please refer to GitHub releases to see documented changes after version 2.0.10.

v2.0.10

Released: 2020-02-25.

Diff.

  • Update dependencies, thank you @dagreatbrendino

v2.0.9

Released: 2018-12-06.

Diff.

  • Add more helpful message to assembly error (#73)
  • Add Assembly ID to unknown errors
  • Upgrade linting and fix newly found errors

v2.0.7

Released: 2018-12-06.

Diff.

  • Fix Transloadit-Client header test for once and all (#62)
  • Fix bug causing progressCb to only be fired once

v2.0.5

Released: 2018-12-06.

Diff.

  • Make resize image example more usable irl
  • Update Readme to include example for progressCb.
  • Fix failing test due to version increase (#61)
  • Update npm-run-all to lose event-stream dependency

v2.0.4

Released: 2018-11-05.

Diff.

  • Send transloadit-client header (#59)

v2.0.3

Released: 2018-10-29.

Diff.

  • When adding a stream that throws an error, do not send it to Transloadit

v2.0.2

Released: 2018-10-24.

Diff.

  • Fix bug: invoke callback when there are no tus files to upload

v2.0.1

Released: 2018-06-18.

Diff.

  • Fix bug: invoke callback when waitforcompmletion is false

v2.0.0

Released: 2018-06-08.

Diff.

  • (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)
  • Support Assembly Progress Callback (this supports progress during file uploads and assemby execution).

v1.11.0

Released: 2018-05-23.

Diff.

  • 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?)

v1.10.3

Released: 2018-01-09.

Diff.

  • Remove unused region parameter (@tim-kos)

v1.10.2

Released: 2017-10-15.

Diff.

  • Update lib files (@ifedapoolarewaju)

v1.10.1

Released: 2017-10-02.

Diff.

  • fix: check path for only direct Readable instances (@ifedapoolarewaju)

v1.10.0

Released: 2017-09-28.

Diff.

  • Do not retry infinitely if there is an unrecoverable error. Fixes #47. (@tim-kos)
  • Add the ability to wait for the encoding results of an assembly before the callback to createAssembly() is called (@tim-kos)

v1.9.6

Released: 2017-09-26.

Diff.

  • Fix bug that threw TypeError: Cannot read property 'body' of undefined (#48) (@kvz)
  • Fix linting issues (@kvz)
  • Refactor via invig.io (@kvz)
  • Upgrade dependencies (@kvz)

v1.9.5

Released: 2017-09-26.

Diff.

  • Start tracking CHANGELOG.md