- fixed; Not working with Mongoose 4.0.1 / Mongo JS 2.0 #72
- fixed; Fix a bug of GridWriteStream constructor #71 pine
- fixed; Patch stream2 writable v2 #67 triccardi-systran
- fixed; Add findOne function and fix Grid.collection not reflecting name #64 healiha
- first version working with mongodb 2.x driver riaan53
- fixed; 'exist' method does not respect 'root' option #50 nachoalthabe
- fixed; multiple, multi-chunk stream support #47 ceari
- fixed; support 0-byte files #39 PNPhillips
- fixed; do not overwrite the filename with empty string #38 vsivsi
- added; range read support #37 from xissy
- added; support for file existance queries #32 jaalfaro
- docs; show that Mongo Db needs to be initalized #33 marcusoftnet
- fixed; Changing chunk_size to chunkSize #27 from khous
- fixed; Server is undefined, should be mongo.Server instead #23 from sahat
- changed; ReadStream/WriteStream api #4 #6 #7 #10 #11 #15 Reggino
- fixed; parameter ambiguity (objectId / filename) for GridReadStream, GridWriteStream, grid#remove() #11 Reggino
- fixed; Gridfs should be able to store 12 lettered file names Issue #11 Reggino
- fixed; ReadStream pause() / resume() issue #12 #13 Reggino
- fixed; #4
- fixed; #6
- fixed; #7
- fixed; #10
- add; passing File object when emmiting close event diogogmt
- update readme
- add; remove method
- refactor api
- added; grid#files & grid#collection()
- explicit id creation
- update driver to 1.1.7
- auto cast to ObjectId when possible
- updated; mongodb version to 1.1.5
- fixed; node-mongodb-native compatibility issues (#1)
- fixed; node v4 compatibility
- fixed; do not flush until open
- updated; mongodb driver
- fixed; only open once
- add GridWriteStream progress event
- initial release