- Fix for autoclose connection on getFile
- Support newest mongodb driver
- Fix for auto close Connection of the uploadFile Method
- Support newest mongodb driver
- Breaking Change on Constructive. Change the order of the parameters to this example.
- Add support to use the connection of Mongoose
let gridFS = new GridFSPromise("test", "mongodb://localhost:27017/test", mongoOptions, __dirname, "attachments");
- Fix a minor Bug on getFile