Skip to content

v1.5.4

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 25 May 18:58
· 894 commits to master since this release
  • Make sure same data passed into onBeforeUpload on Server and Client
  • On Server onBeforeUpload is triggered on each received chunk, but only on the first and last meta object exists
  • New Constructor property: parentDirPermissions allows you to set parent directory FS-permissions. By default: 755
  • HTTP transport support. Which is at least twice faster than DDP. Note: HTTP will properly work only with "sticky sessions"
  • Fix #84
  • Implement #82
  • Demo application update