Skip to content

Releases: veliovgroup/Meteor-Files

v1.7.6

15 Dec 15:56
Compare
Choose a tag to compare
  • NPM dependencies update
  • Support for updated Buffer API on node >= 6.*
  • Methods addFile, write and load now supports userId option, see #305
  • Fix for unfinished uploads, now files is removed by upload TTL. See #267, thanks to @ck23onGithub
  • Better FS-stream management on server. Less memory and CPU consumption. Only one descriptor per upload. Fix FS-permissions
  • .unlink() method now supports callback
  • Docs for MUP/Docker integration
  • Fix #293
  • Fix #299
  • Better AWS docs, see #282
  • storagePath now always is function, if String is passed - it will be wrapped into function
  • Please participate at this thread to give a right path for Meteor-Files v2.0

v1.7.5

13 Oct 00:26
Compare
Choose a tag to compare
  • Remove templating dependency
  • Move all demos to separate repository
  • This update targeted for package lightweightness

v1.7.4

12 Oct 15:45
Compare
Choose a tag to compare

This is first update based on community contribution.
Thank you everyone who has a chance to take a part in this project, you've made this lib better!

  • Comparability with meteor@1.4.1.2
  • Update Google integration docs - @salmanhasni
  • .find() and .findOne() methods of FilesCollection now acts in the same way as instances of Mongo.Collection - @exKAZUu
  • Explanation around storagePath option - @elewis33 & @yanickrochon
  • Option to set different DDP connection, per Collection and per Upload. By @rafaelcorreiapoli - closing #51 and #235
  • Template now is weak dependency, by @macrozone - closing #242
  • Demo app: UI fixes for Safari
  • Demo app: Notice if video or audio not supported by browser. The .mp4 was deprecated in Chromium in favour of .webm

v1.7.3

05 Sep 13:56
Compare
Choose a tag to compare
  • Fix #214 - Chunks was incorrectly generated, without padding - Fixed
  • Fix #212 - Set token cookie after user logged-in
  • Fix #210 - Now FilesCollection#findOne() has same behaviour, as MongoCollection#findOne()
  • protected hook optimisation

v1.7.2

30 Aug 13:10
Compare
Choose a tag to compare
  • Fix #207
  • Fix availability of this.userId in onBeforeUpload hook
  • this.userId now always null if user not logged in, previously
    sometimes it might be undefined
  • Implement #208 : Documented as onInitiateUpload in Constructor
  • Fix mime-type in base64 uploads, thanks to @FinnFrotscher

v1.7.1

24 Aug 17:30
Compare
Choose a tag to compare

v1.7.0

20 Aug 02:12
Compare
Choose a tag to compare
  • Compatibility with Meteor@1.4.1
  • 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

v1.6.11-rtc

19 Aug 21:39
Compare
Choose a tag to compare
  • Support for upload via WebRTC Data Channel, see webrtc-data-channel branch
  • Use minified version of WebWorker
  • Fix memory leak in writeStream class
  • Support for Meteor@1.4.1
  • DemoApp: Add WebRTC/DC support
  • Docs Update

v1.6.10

16 Aug 01:31
Compare
Choose a tag to compare
  • Fix #183 (Use more certain mime-type check)
  • Fix #186 (Merge #187, remove query-string from file's extension)
  • Fix #188 (Use Meteor.absoluteUrl to get WebWorker)
  • File extension now always is lowercase
  • Avoid JSON.stringify and JSON.parse for HTTP uploads (1.5x
    upload speed improvement
    )
  • WebWorker: strict mode
  • WebWorker: minor enhancements
  • Overall optimization
  • [DDP/HTTP upload difference
    wiki](https://github.com/VeliovGroup/Meteor-Files/wiki/About-Upload-Tran
    sports)

v1.6.9

03 Aug 17:36
Compare
Choose a tag to compare