Skip to content

Commit

Permalink
Updated history and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jul 1, 2011
1 parent aecb197 commit 844eb27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.9.6-3 2011-07-01
* Added simple grid class called Grid with put, get, delete methods
* Fixed writeBuffer/readBuffer methods on GridStore so they work correctly
* Automatic handling of buffers when using write method on GridStore
* GridStore now accepts a ObjectID instead of file name for write and read methods
* GridStore.list accepts id option to return of file ids instead of filenames
* GridStore close method returns document for the file allowing user to reference _id field

0.9.6-2 2011-06-30
* Fixes for reconnect logic for server object (replays auth correctly)
* More testcases for auth
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "mongodb"
, "description" : "A node.js driver for MongoDB"
, "version" : "0.9.6-2"
, "version" : "0.9.6-3"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : [ "Nathan White <nw@nwhite.net>",
"Adam Wiggins <adam@heroku.com>",
Expand Down

0 comments on commit 844eb27

Please sign in to comment.