All Versions
308
Latest Version
Avg Release Cycle
22 days
Latest Release
77 days ago
Changelog History
Page 12
Changelog History
Page 12
-
v2.2.14 Changes
December 08, 2016- โก๏ธ Updated mongodb-core to 2.1.1.
- NODE-892 Passthrough options.readPreference to mongodb-core ReplSet instance.
-
v2.2.13 Changes
December 05, 2016- โก๏ธ Updated mongodb-core to 2.1.0.
- ๐ NODE-889 Fixed issue where legacy killcursor wire protocol messages would not be sent when APM is enabled.
- ๐ฆ Expose parserType as property on topology objects.
-
v2.2.12 Changes
November 29, 2016- โก๏ธ Updated mongodb-core to 2.0.14.
- Updated bson library to 0.5.7.
- Dont leak connection.workItems elments when killCursor is called (Issue #150, https://github.com/mdlavin).
- Remove unnecessary errors formatting (Issue #149, https://github.com/akryvomaz).
- Only check isConnected against availableConnections (Issue #142).
- NODE-838 Provide better error message on failed to connect on first retry for Mongos topology.
- Set default servername to host is not passed through for sni.
- Made monitoring happen on exclusive connection and using connectionTimeout to handle the wait time before failure (Issue #148).
- NODE-859 Make minimum value of maxStalenessSeconds 90 seconds.
- NODE-852 Fix Kerberos module deprecations on linux and windows and release new kerberos version.
- NODE-850 Update Max Staleness implementation.
- NODE-849 username no longer required for MONGODB-X509 auth.
- NODE-848 BSON Regex flags must be alphabetically ordered.
- NODE-846 Create notice for all third party libraries.
- NODE-843 Executing bulk operations overwrites write concern parameter.
- NODE-842 Re-sync SDAM and SDAM Monitoring tests from Specs repo.
- NODE-840 Resync CRUD spec tests.
- Unescapable while(true) loop (Issue #152).
- NODE-864 close event not emits during network issues using single server topology.
- Introduced maxStalenessSeconds.
- โ NODE-840 Added CRUD specification test cases and fix minor issues with upserts reporting matchedCount > 0.
- Don't ignore Db-level authSource when using auth method. (https://github.com/donaldguy).
- โก๏ธ Updated mongodb-core to 2.0.14.
-
v2.2.11 Changes
October 21, 2016- โก๏ธ Updated mongodb-core to 2.0.13.
- Fire callback when topology was destroyed (Issue #147, https://github.com/vkarpov15).
- Refactoring to support pipelining ala 1.4.x branch will retaining the benefits of the growing/shrinking pool (Issue #146).
- Fix typo in serverHeartbeatFailed event name (Issue #143, https://github.com/jakesjews).
- NODE-798 Driver hangs on count command in replica set with one member (Issue #141, https://github.com/isayme).
- โก๏ธ Updated bson library to 0.5.6.
- Included cyclic dependency detection
- ๐ Fix typo in serverHeartbeatFailed event name (Issue #1418, https://github.com/jakesjews).
- NODE-824, readPreference "nearest" does not work when specified at collection level.
- โ NODE-822, GridFSBucketWriteStream end method does not handle optional parameters.
- โ NODE-823, GridFSBucketWriteStream end: callback is invoked with invalid parameters.
- NODE-829, Using Start/End offset option in GridFSBucketReadStream doesn't return the right sized buffer.
- โก๏ธ Updated mongodb-core to 2.0.13.
-
v2.2.10 Changes
September 15, 2016- โก๏ธ Updated mongodb-core to 2.0.12.
- ๐ fix debug logging message not printing server name.
- ๐ fixed application metadata being sent by wrong ismaster.
- ๐ NODE-812 Fixed mongos stall due to proxy monitoring ismaster failure causing reconnect.
- NODE-818 Replicaset timeouts in initial connect sequence can "no primary found".
- โก๏ธ Updated bson library to 0.5.5.
- โ Added DBPointer up conversion to DBRef.
- MongoDB 3.4-RC Pass appname through MongoClient.connect uri or options to allow metadata to be passed.
- โก๏ธ MongoDB 3.4-RC Pass collation options on update, findOne, find, createIndex, aggregate.
- ๐ MongoDB 3.4-RC Allow write concerns to be passed to all supporting server commands.
- MongoDB 3.4-RC Allow passing of servername as SSL options to support SNI.
-
v2.2.9 Changes
August 29, 2016- โก๏ธ Updated mongodb-core to 2.0.11.
- ๐ค NODE-803, Fixed issue in how the latency window is calculated for Mongos topology causing issues for single proxy connections.
- โฑ Avoid timeout in attemptReconnect causing multiple attemptReconnect attempts to happen (Issue #134, https://github.com/dead-horse).
- Ensure promoteBuffers is propegated in same fashion as promoteValues and promoteLongs.
- Don't treat ObjectId as object for mapReduce scope (Issue #1397, https://github.com/vkarpov15).
-
v2.2.8 Changes
August 23, 2016- โก๏ธ Updated mongodb-core to 2.0.10.
- โ Added promoteValues flag (default to true) to allow user to specify they only want wrapped BSON values back instead of promotion to native types.
- Do not close mongos proxy connection on failed ismaster check in ha process (Issue #130).
-
v2.2.7 Changes
August 19, 2016- ๐ If only a single mongos is provided in the seedlist, fix issue where it would be assigned as single standalone server instead of mongos topology (Issue #130).
- โก๏ธ Updated mongodb-core to 2.0.9.
- ๐ Allow promoteLongs to be passed in through Response.parse method and overrides default set on the connection.
- NODE-798 Driver hangs on count command in replica set with one member.
- ๐ Allow promoteLongs to be passed in through Response.parse method and overrides default set on the connection.
- ๐ Allow passing in servername for TLS connections for SNI support.
-
v2.2.6 Changes
August 16, 2016- โก๏ธ Updated mongodb-core to 2.0.8.
- ๐ Allow execution of store operations independent of having both a primary and secondary available (Issue #123).
- ๐ Fixed command execution issue for mongos to ensure buffering of commands when no mongos available.
- ๐ Allow passing in an array of tags to ReadPreference constructor (Issue #1382, https://github.com/vkarpov15)
- โ Added hashed connection names and fullResult.
- โก๏ธ Updated bson library to 0.5.3.
- Enable maxTimeMS in count, distinct, findAndModify.
-
v2.2.5 Changes
July 28, 2016- โก๏ธ Updated mongodb-core to 2.0.7.
- ๐ Allow primary to be returned when secondaryPreferred is passed (Issue #117, https://github.com/dhendo).
- โ Added better warnings when passing in illegal seed list members to a Mongos topology.
- Minor attemptReconnect bug that would cause multiple attemptReconnect to run in parallel.
- ๐ Fix wrong opType passed to disconnectHandler.add (Issue #121, https://github.com/adrian-gierakowski)
- ๐ Implemented domain backward comp support enabled via domainsEnabled options on Server/ReplSet/Mongos and MongoClient.connect.