mongo v0.2 Release Notes

Release Date: 2014-02-23 // about 10 years ago
    • โœจ Enhancements

      • Mongo.Cursor: module to interact with MongoDB cursors
      • Authentication
      • Allows to mode to get message back from MongoDB
      • passive: the drivers controls when to fetch responses (for sync calls)
      • active: MongoDB sends message back directly (allows assync calls)
      • getLastError, getPrevError
    • ๐Ÿ› Bug fixes

    • ๐Ÿ—„ Deprecations

    • Backwards incompatible changes

      • A major revamp of the API was necessary