Skip to content

v1.7.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 20 Aug 02:12
· 679 commits to master since this release
  • Compatibility with [email protected]
  • Fix memory leak caused by unsatisfied queue in writeStream class
  • New authentication model for http uploads based on more secure and frequently changed connectionId see #159
  • Fixed overwhelming requests to Meteor.users on every received chunk
  • Minimised amount of data transferred between WebWorker and MainThread
  • Use minified version of WebWorker
  • http upload uses HTTP requests for all tasks start, continue, EOF, previously Meteor methods was involved
  • Overall code enhancements, DRY
  • Game changing upload via webrtc-data-channel, It’s on separate branch, I’m waiting for your feedback on this, please test it on your end