Releases: veliovgroup/Meteor-Files
Releases · veliovgroup/Meteor-Files
v1.7.16
- 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
v1.7.14
somehow was broken during upload, this is a fix for it- Image Processing / Create Thumbnails tutorial
v1.7.14
- Compatibility with
[email protected]
- NPM and Atmosphere dependencies update
- Fix #409 , thanks to @diegonc
- Fix #398 , thanks to @RavDanny
- Fix #400 #392 , thanks to @rolljee , @funkyremi and @AdrianAbba
- Fix for
onInitiateUpload
(wasn't called ifonBeforeUpload
weren't defined), thanks to @DrkCoater - Fix #307 , new shiny AWS:S3 integration docs based on top of official
aws-sdk
NPM package, thanks to @vtocco
v1.7.13
- 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
- Merge #363 , closing #360 by @Kaczkazniszczenia
- Merge #362 , closing #361 by @s-ol
- Compatibility with
[email protected]
- Dependencies update
v1.7.11
v1.7.10
v1.7.9
- Compatibility with
[email protected]
- Implement #346 -
fileName
for.addFile()
- Docs update, see #348
- Fix #349
- Dependencies update
v1.7.8
v1.7.7
- event-emmiter code linting
- NPM and Atmosphere dependencies update
- Fix double slash in generated file's URLs
- Fix Cookies issue on IE, #327, thanks to @derwok
- Fix false detection of unfinished uploads, #324, thanks to @derwok
- Closing #316 with updated docs, thanks to @macrozone
- Update Google Storage Integration docs, thanks to @jeremywrnr
- [Security] Session Cookie live now limited to current session
- [Security] Prevent file override, #312, thanks to @macrozone
- [Security] Important notes about trust to mime-type and extension #313 #289 more in this commit