* added missing tests (Cory Gottschalk)
 * Updated "getFile" to send a 404 for ENOENT errors (Cory Gottschalk)
 * chore: update node support and versions (Taranveer Virk)
 * Add some debug strings to handler and service (Remi Beges)
 * chore: update license (Diana Lau)
 * add AWS S3 options for server side encryption (Timo Wolf)
 * Update README.md (Rand McKinney)
This commit is contained in:
Taranveer Virk 2018-06-20 15:58:47 -04:00
parent 7fec4b8932
commit 7d58ef4758
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2018-06-20, Version 3.4.0
=========================
* added missing tests (Cory Gottschalk)
* Updated "getFile" to send a 404 for ENOENT errors (Cory Gottschalk)
* chore: update node support and versions (Taranveer Virk)
* Add some debug strings to handler and service (Remi Beges)
* chore: update license (Diana Lau)
* add AWS S3 options for server side encryption (Timo Wolf)
* Update README.md (Rand McKinney)
2017-08-30, Version 3.3.1
=========================

View File

@ -4,7 +4,7 @@
"engines": {
"node": ">=6"
},
"version": "3.3.1",
"version": "3.4.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",