Skip to content

Releases: veliovgroup/Meteor-Files

v1.9.4

13 Dec 21:40
376e46e
Compare
Choose a tag to compare
  • Minor changes in order to debug or fix #536

v1.9.3

09 Dec 18:40
b31a44e
Compare
Choose a tag to compare

v1.9.2

02 Dec 01:34
1d823fb
Compare
Choose a tag to compare

v1.9.1

10 Nov 21:57
26453bc
Compare
Choose a tag to compare
  • Dependencies update
  • Compatibility with meteor@1.6
  • Compatibility with node@8.8.1

v1.9.0

19 Oct 08:26
Compare
Choose a tag to compare
  • Compatibility with meteor@1.5.2.2
  • NPM and Atmosphere dependencies update
  • No more coffee and CoffeeScript
  • Deprecated: globally available Meteor.Files
  • Implemented: disableUpload - Disable file upload, useful for server only solutions, see updated Constructor docs
  • Implemented: disableDownload - Disable file download (serving), useful for file management only solutions, see updated Constructor docs
  • Minor fix in Google Cloud Storage Integration, big thanks to @amos-whitewolf , see #498
  • Implemented: Custom headers in .load() method (updated), thanks to @zwjcarter , see #501
  • Move events interface to eventemitter3 package
  • Solve #500 removing 25ms delay before setting auth-token-cookie for protected downloads, thanks to @vbelolapotkov for pointing this out. Not sure if this will help for initial issue which stated First download attempt, as Meteor's login is async and happens only after DDP connection is established.
  • Fix this.user in onBeforeRemove hook
  • Deprecate (temporarily) throttle option, not sure if it was working from the beginning

v1.8.3

10 Sep 03:06
Compare
Choose a tag to compare

v1.8.2

30 Jul 03:12
Compare
Choose a tag to compare

v1.8.1

22 Jul 23:41
Compare
Choose a tag to compare
  • Exact code splitting, client part of the library reduced for 35%
  • Atmosphere and NPM packages update
  • Compatibility with meteor@1.5.1
  • Fix for #458 - Safari can't handle simultaneous WebSockets connection, and fails to send large data chunks. It's fixed in this release with detecting if browser is Safari with ddp used as transport. Note is added to FAQ, Should be fixed in Safari 11. Thanks to @derwok for bringing it in, and @IDCOLL for original issue
  • Fix resumable uploads, now in 90% upload should survive server reboot and in 98% connection interruption
  • Better file stream management with file descriptor caching - should reduce RAM and I/O

v1.8.0

18 Jun 10:36
Compare
Choose a tag to compare
  • Exact code splitting for Client and Server to avoid backend NPM package being imported on the Client. Fixing: #450 #445 #444
  • Catch Exception on new Blob and window.URL.createObjectURL although Blob and URL is exists on global scope may thrown an error on access in some bizarre browsers
  • IE support, thanks a lot to @mozibrand and @laosb

v1.7.17

02 Jun 01:19
Compare
Choose a tag to compare