Skip to content

Commit

Permalink
v1.7.16
Browse files Browse the repository at this point in the history
 - 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](https://github.com/VeliovGroup/Meteor-Files/wiki/AWS-S3-Integratio
n), to support chunked/streaming content, thanks to @paulincai
  • Loading branch information
dr-dimitru committed May 20, 2017
1 parent b3fa96f commit 96ed73a
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 24 deletions.
357 changes: 335 additions & 22 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ [email protected]
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected].15
ostrio:[email protected].16
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:files',
version: '1.7.15',
version: '1.7.16',
summary: 'File upload via DDP/HTTP to server FS, AWS, GridFS, DropBox, Google Drive or other 3rd party storage',
git: 'https://github.com/VeliovGroup/Meteor-Files',
documentation: 'README.md'
Expand Down

0 comments on commit 96ed73a

Please sign in to comment.