All Versions
308
Latest Version
Avg Release Cycle
22 days
Latest Release
968 days ago

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