Skip to content

v1.9.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 19 Oct 08:26
· 375 commits to master since this release
  • Compatibility with [email protected]
  • 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