Skip to content

v2.0.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 04 Feb 22:20
· 91 commits to master since this release
2b76cc3

Major update is out 🎉

Goal of this release is feature freeze and getting into LTS mode. Related discussion on forum.

Major changes:

  • ⚠️ [Deprecated] streams of .insert() method;
  • ☝️ http module replaced with fetchAs suggested in [email protected] release and http package being deprecated;
  • ☝️ request-libcurl replaced with fetch — As a fix for #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. 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: