Skip to content

Releases: veliovgroup/Meteor-Files

v1.7.16

20 May 04:02
Compare
Choose a tag to compare
  • Overall codebase stability enhancements
  • Check if headers is sent before write to head
  • Check if connection still open before write body, and closing it
  • Check stream for errors when piping data (including 3rd party storage)
  • Handle abort (e.g. browser close/refresh) (including 3rd party storage)
  • Update Content-Disposition header to meet RFC 5987
  • Attempt to fix #417 , thanks to @Twisterking
  • Update AWS:S3 integration docs, to support chunked/streaming content, thanks to @paulincai

v1.7.15

19 May 04:53
Compare
Choose a tag to compare

v1.7.14

19 May 00:48
Compare
Choose a tag to compare

v1.7.13

16 Mar 00:32
Compare
Choose a tag to compare
  • Fix #378 - better message on non-existing file removal, thanks to @cortesa
  • Merge #375 - Pass optional fileId param to addFile on server, thanks to @huevoncito
  • Compatibility with [email protected]
  • Atmosphere dependencies update
  • NPM dependencies update
  • Minor event emitter enhancements
  • Docs update

v1.7.12

01 Mar 14:22
Compare
Choose a tag to compare

v1.7.11

15 Feb 22:31
Compare
Choose a tag to compare
  • Fix #355 - Buffer.from has no support of base64 in some versions of node.js, while Buffer.from suggested replacement for deprecated new Buffer() constructor
  • Other minor fixes

v1.7.10

14 Feb 18:18
Compare
Choose a tag to compare

v1.7.9

14 Feb 06:53
Compare
Choose a tag to compare

v1.7.8

24 Jan 02:54
Compare
Choose a tag to compare

v1.7.7

20 Jan 15:28
Compare
Choose a tag to compare