v2.0.0
Major update is out 🎉
Goal of this release is feature freeze and getting into LTS mode. Related discussion on forum.
Major changes:
⚠️ [Deprecated]streamsof.insert()method;- ☝️
httpmodule replaced withfetch— As suggested in[email protected]release andhttppackage being deprecated; - ☝️
request-libcurlreplaced withfetch— As a fix for #781 and similar issues; ⚠️ [removed]file-typelibrary used to detect file-type (file's mime-type) based on "magic numbers". Now mime-type detected from data supplied by browser. Regression possible upgrade with care if your app 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, — would retry when chunk was sent only partially.
Other changes:
- 🤝 Compatibility with
[email protected]; - 📦
ostrio:[email protected], wasv2.6.1; - 📦
[email protected], wasv9.0.1; - 🖥 Update, refactor, and refine demo app;
- 👨💻 Update
meteor-files-autoformpackage; - 📋 Documentation refactoring.