Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 19:48
be70b3d

API Changes

  • MuxUpload's initializer no longer requires a MIME type or Retry Time. These are calculated internally
  • Added methods for querying the UploadManager for the list of currenty-active uploads, and listening for changes to the list

Improvements

  • NFC: call into upload manager reference (#14)
  • api: Remove extraneous MIME type and retry time config fields, add opt-out for event tracking (#16)
  • doc: Add a much-improved example app (#15)

Fixes

  • Fix: Uploads continue without reporting progress after being resumed (#24)
  • Fix: handlers not retained unless callers retain the MuxUpload (#25)

Co-authored-by: AJ Lauer Barinov 102617203+andrewjl-mux@users.noreply.github.com
Co-authored-by: Liam Lindner liam@mux.com
Co-authored-by: Emily Dixon edixon@mux.com
Co-authored-by: GitHub noreply@github.com