Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major update is out π __Major changes__: - __[Deprecated]__ `streams` of `.insert()` method; - `http` module raplcaed with `fetch` β *As suggested* in `[email protected]` release and `http` package being deprecated; - `request-libcurl` replaced with `fetch` β Should fix #781 and similar issues; - __[removed]__ `file-type` library used to detect file-type (*file's mime-type*) based on "magic numbers". Now mime-type detected from data supplied by browser. __Regresion possible upgrade with care if you rely on mime-type detected after file is fully uploaded to server, this change won't affect mime-type detected on the *Client* before file fully loaded to server__. __Improved__: - Pause/Resume logic when connection with server is interrupted (*no more missed chunks*); - Chunks deliverability, including retries if chunk was sent only partially. __Other changes__: - π€ Compatibility with `[email protected]`; - π¦ `ostrio:[email protected]`, *was `v2.6.1`*; - π¦ `[email protected]`, *was `v9.0.1`*; - π₯ Update, refactor, and refine [demo app](https://github.com/veliovgroup/meteor-files-website #file-sharing-web-app) - π¨βπ» Update [`meteor-files-autoform`](https://github.com/VeliovGroup/meteor-autoform-file) package; - π Documentation refactoring.
- Loading branch information