Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# v0.4.0-dev
* compatible with Elixir v1.0.0
* elixir-bson v0.4.0
# v0.3.1
* compatible with Elixir v0.15.1
# v0.3
* compatible with Elixir v0.14.1
# v0.2
* 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