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

Changelog History
Page 15

  • v2.1.6 Changes

    February 05, 2016
    • ⚡️ Updated mongodb-core to 1.3.1.
  • v2.1.5 Changes

    February 04, 2016
    • ⚡️ Updated mongodb-core to 1.3.0.
    • ➕ Added raw support for the command function on topologies.
    • 🛠 Fixed issue where raw results that fell on batchSize boundaries failed (Issue #72)
    • Copy over all the properties to the callback returned from bindToDomain, (Issue #72)
    • ➕ Added connection hash id to be able to reference connection host/name without leaking it outside of driver.
    • NODE-638, Cannot authenticate database user with utf-8 password.
    • 🔨 Refactored pool to be worker queue based, minimizing the impact a slow query have on throughput as long as # slow queries < # connections in the pool.
    • Pool now grows and shrinks correctly depending on demand not causing a full pool reconnect.
    • 👌 Improvements in monitoring of a Replicaset where in certain situations the inquiry process could get exited.
    • Switched to using Array.push instead of concat for use cases of a lot of documents.
    • 🛠 Fixed issue where re-authentication could loose the credentials if whole Replicaset disconnected at once.
    • ➕ Added peer optional dependencies support using require_optional module.
    • 🐛 Bug is listCollections for collection names that start with db name (Issue #1333, https://github.com/flyingfisher)
    • Emit error before closing stream (Issue #1335, https://github.com/eagleeye)
  • v2.1.4 Changes

    January 12, 2016
  • v2.1.3 Changes

    January 04, 2016
    • ⚡️ Updated mongodb-core to 1.2.31.
    • 👍 Allow connection to secondary if primaryPreferred or secondaryPreferred (Issue #70, https://github.com/leichter)
  • v2.1.2 Changes

    December 23, 2015
    • ⚡️ Updated mongodb-core to 1.2.30.
    • Pool allocates size + 1 connections when using replicasets, reserving additional pool connection for monitoring exclusively.
    • 🛠 Fixes bug when all replicaset members are down, that would cause it to fail to reconnect using the originally provided seedlist.
  • v2.1.1 Changes

    December 13, 2015
    • Surfaced checkServerIdentity options for MongoClient, Server, ReplSet and Mongos to allow for control of the checkServerIdentity method available in Node.s 0.12.x or higher.
    • ➕ Added readPreference support to listCollections and listIndexes helpers.
    • ⚡️ Updated mongodb-core to 1.2.28.
  • v2.1.0 Changes

    December 06, 2015
  • v2.0.53 Changes

    December 23, 2015
    • ⚡️ Updated mongodb-core to 1.2.30.
    • Pool allocates size + 1 connections when using replicasets, reserving additional pool connection for monitoring exclusively.
    • 🛠 Fixes bug when all replicaset members are down, that would cause it to fail to reconnect using the originally provided seedlist.
  • v2.0.52 Changes

    December 14, 2015
    • ✂ removed remove from Gridstore.close.
  • v2.0.51 Changes

    December 13, 2015
    • Surfaced checkServerIdentity options for MongoClient, Server, ReplSet and Mongos to allow for control of the checkServerIdentity method available in Node.s 0.12.x or higher.
    • ➕ Added readPreference support to listCollections and listIndexes helpers.
    • ⚡️ Updated mongodb-core to 1.2.28.