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

Changelog History
Page 16

  • v2.0.50 Changes

    December 06, 2015
    • ⚡️ Updated mongodb-core to 1.2.26.
  • v2.0.49 Changes

    November 20, 2015
    • ⚡️ Updated mongodb-core to 1.2.24 with several fixes.
      • Fix Automattic/mongoose#3481; flush callbacks on error, (Issue #57, https://github.com/vkarpov15).
      • $explain query for wire protocol 2.6 and 2.4 does not set number of returned documents to -1 but to 0.
      • ismaster runs against admin.$cmd instead of system.$cmd.
      • Fixes to handle getMore command errors for MongoDB 3.2
      • Allows the process to properly close upon a Db.close() call on the replica set by shutting down the haTimer and closing arbiter connections.
  • v2.0.48 Changes

    November 07, 2015
    • GridFS no longer performs any deletes when writing a brand new file that does not have any previous .fs.chunks or .fs.files documents.
    • ⚡️ Updated mongodb-core to 1.2.21.
    • Hardened the checking for replicaset equality checks.
    • OpReplay flag correctly set on Wire protocol query.
    • Mongos load balancing added, introduced localThresholdMS to control the feature.
    • 0️⃣ Kerberos now a peerDependency, making it not install it by default in Node 5.0 or higher.
  • v2.0.47 Changes

    October 28, 2015
    • ⚡️ Updated mongodb-core to 1.2.20.
    • 🛠 Fixed bug in arbiter connection capping code.
    • NODE-599 correctly handle arrays of server tags in order of priority.
    • 🛠 Fix for 2.6 wire protocol handler related to readPreference handling.
    • ➕ Added maxAwaitTimeMS support for 3.2 getMore to allow for custom timeouts on tailable cursors.
    • 👉 Make CoreCursor check for $err before saying that 'next' succeeded (Issue #53, https://github.com/vkarpov15).
  • v2.0.46 Changes

    October 15, 2015
    • ⚡️ Updated mongodb-core to 1.2.19.
    • NODE-578 Order of sort fields is lost for numeric field names.
    • 🔦 Expose BSON Map (ES6 Map or polyfill).
    • ✅ Minor fixes for APM support to pass extended APM test suite.
  • v2.0.45 Changes

    September 30, 2015
    • NODE-566 Fix issue with rewind on capped collections causing cursor state to be reset on connection loss.
  • v2.0.44 Changes

    September 28, 2015
    • 🐛 Bug fixes for APM upconverting of legacy INSERT/UPDATE/REMOVE wire protocol messages.
    • 👀 NODE-562, fixed issue where a Replicaset MongoDB URI with a single seed and replSet name set would cause a single direct connection instead of topology discovery.
    • ⚡️ Updated mongodb-core to 1.2.14.
    • ⚡️ NODE-563 Introduced options.ignoreUndefined for db class and MongoClient db options, made serialize undefined to null default again but allowing for overrides on insert/update/delete operations.
    • 👉 Use handleCallback if result is an error for count queries. (Issue #1298, https://github.com/agclever)
    • Rewind cursor to correctly force reconnect on capped collections when first query comes back empty.
    • NODE-571 added code 59 to legacy server errors when SCRAM-SHA-1 mechanism fails.
    • 🚚 NODE-572 Remove examples that use the second parameter to find().
  • v2.0.43 Changes

    September 14, 2015
    • ⏱ Propagate timeout event correctly to db instances.
    • Application Monitoring API (APM) implemented.
    • 🛠 NOT providing replSet name in MongoClient connection URI will force single server connection. Fixes issue where it was impossible to directly connect to a replicaset member server.
    • ⚡️ Updated mongodb-core to 1.2.12.
    • 👍 NODE-541 Initial Support "read committed" isolation level where "committed" means confimed by the voting majority of a replica set.
    • GridStore doesn't share readPreference setting from connection string. (Issue #1295, https://github.com/zhangyaoxing)
    • 🛠 fixed forceServerObjectId calls (Issue #1292, https://github.com/d-mon-)
    • Pass promise library through to DB function (Issue #1294, https://github.com/RovingCodeMonkey)
  • v2.0.42 Changes

    August 18, 2015
    • ➕ Added test case to exercise all non-crud methods on mongos topologies, fixed numberOfConnectedServers on mongos topology instance.
  • v2.0.41 Changes

    August 14, 2015
    • ➕ Added missing Mongos.prototype.parserType function.
    • ⚡️ Updated mongodb-core to 1.2.10.