Skip to content

Commit

Permalink
Updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Apr 3, 2014
1 parent e86bc1b commit 6403fd9
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.4.0-rcX 2013-02-03
--------------------
1.4.0 2014-04-03
----------------
- All node exceptions will no longer be caught if on('error') is defined
- Added X509 auth support
- Fix for MongoClient connection timeout issue (NODE-97)
Expand All @@ -11,14 +11,33 @@
- Insert/Update/Remove using new write commands when available
- Added support for new roles based API's in 2.6 for addUser/removeUser
- Added bufferMaxEntries to start failing if the buffer hits the specified number of entries
- Upgraded BSON parser to work with < 0.11.10 C++ API changes
- Upgraded BSON parser to version 0.2.7 to work with < 0.11.10 C++ API changes
- Support for OP_LOG_REPLAY flag (NODE-94)
- Fixes for SSL HA ping and discovery.
- Uses createIndexes if available for ensureIndex/createIndex
- Added parallelCollectionScan method to collection returning CommandCursor instances for cursors
- Made CommandCursor behave as Readable stream.
- Only Db honors readPreference settings, removed Server.js legacy readPreference settings due to user confusion.
- Reconnect event emitted by ReplSet/Mongos/Server after reconnect and before replaying of buffered operations.
- GridFS buildMongoObject returns error on illegal md5 (NODE-157, https://github.com/iantocristian)
- Default GridFS chunk size changed to (255 * 1024) bytes to optimize for collections defaulting to power of 2 sizes on 2.6.
- Refactored commands to all go through command function ensuring consistent command execution.
- Fixed issues where readPreferences where not correctly passed to mongos.
- Catch error == null and make err detection more prominent (NODE-130)
- Allow reads from arbiter for single server connection (NODE-117)
- Handle error coming back with no documents (NODE-130)
- Correctly use close parameter in Gridstore.write() (NODE-125)
- Throw an error on a bulk find with no selector (NODE-129, https://github.com/vkarpov15)
- Use a shallow copy of options in find() (NODE-124, https://github.com/vkarpov15)
- Fix statistical strategy (NODE-158, https://github.com/vkarpov15)
- GridFS off-by-one bug in lastChunkNumber() causes uncaught throw and data loss (Issue #1154, https://github.com/vsivsi)
- GridStore drops passed `aliases` option, always results in `null` value in GridFS files (Issue #1152, https://github.com/vsivsi)
- Remove superfluous connect object copying in index.js (Issue #1145, https://github.com/thomseddon)
- Do not return false when the connection buffer is still empty (Issue #1143, https://github.com/eknkc)
- Check ReadPreference object on ReplSet.canRead (Issue #1142, https://github.com/eknkc)
- Fix unpack error on _executeQueryCommand (Issue #1141, https://github.com/eknkc)
- Close db on failed connect so node can exit (Issue #1128, https://github.com/benighted)
- Fix global leak with _write_concern (Issue #1126, https://github.com/shanejonas)

1.3.19 2013-08-21
-----------------
Expand Down

0 comments on commit 6403fd9

Please sign in to comment.