All Versions
308
Latest Version
Avg Release Cycle
22 days
Latest Release
968 days ago
Changelog History
Page 31
Changelog History
Page 31
-
v0.9.6-12 Changes
August 24, 2011- 0๏ธโฃ Nasty bug in GridFS if you changed the default chunk size
- ๐ Fixed error handling bug in findOne
-
v0.9.6-11 Changes
August 23, 2011- โฑ Timeout option not correctly making it to the cursor, Issue #320, Fix from (https://github.com/year2013)
- ๐ Fixes for memory leaks when using buffers and C++ parser
- ๐ Fixes to make tests pass on 0.5.X
- ๐ Cleanup of bson.js to remove duplicated code paths
- ๐ Fix for errors occurring in ensureIndex, Issue #326
- โ Removing require.paths to make tests work with the 0.5.X branch
-
v0.9.6-10 Changes
August 11, 2011- Specific type Double for capped collections (https://github.com/mbostock), Issue #312
- Decorating Errors with all all object info from Mongo (https://github.com/laurie71), Issue #308
- โ Implementing fixes for mongodb 1.9.1 and higher to make tests pass
- Admin validateCollection now takes an options argument for you to pass in full option
- Implemented keepGoing parameter for mongodb 1.9.1 or higher, Issue #310
- โ Added test for read_secondary count issue, merged in fix from (https://github.com/year2013), Issue #317
-
v0.9.6-1 Changes
June 25, 2011- ๐ Fixes for test to run properly using c++ bson parser
- ๐ Fixes for dbref in native parser (correctly handles ref without db component)
- ๐ Connection fixes for replicasets to avoid runtime conditions in cygwin (https://github.com/vincentcr)
- ๐ Fixes for timestamp in js bson parser (distinct timestamp type now)
-
v0.9.5 Changes
June 20, 2011- ๐ Replicaset support (failover and reading from secondary servers)
- โ Removed ServerPair and ServerCluster
- โ Added connection pool functionality
- ๐ Fixed serious bug in C++ bson parser where bytes > 127 would generate 2 byte sequences
- ๐ Allows for forcing the server to assign ObjectID's using the option {forceServerObjectId: true}
-
v0.9.5-1 Changes
June 21, 2011- ๐ Extracted Timestamp as separate class for bson js parser to avoid instanceof problems
- ๐ Fixed driver strict mode issue
-
v0.6.8 Changes
- โ Removed multiple message concept from bson
- ๐ Changed db.open(db) to be db.open(err, db)
-
v0.1 Changes
January 30, 2010- ๐ Initial release support of driver using native node.js interface
- ๐ Supports gridfs specification
- ๐ Supports admin functionality