You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backwards incompatible: Removes the fiber/fibrous support from the API since it was little used and added undue complexity to the internals.
Adds an expires field to SparseReport documents which is set to a random timestamp 1-7 days after the end of the period. This timestamp can be used in conjunction with a TTL index in order to expire documents which are old and unused. The timestamp is random in order to spread out the load on MongoDB for large numbers of documents.
Grunt is no longer used for development.
Fixed bug #11, where insert operations did not auto-map properties to key names.
Fixed a bug where Cursors did not correctly receive single arguments.
FIxed a bug where findAndModify and save operations were not auto-mapping properties to key names.
FIxed a bug where find was not correctly mapping additional arguments.
Adds the ability to run tests and do development in a Docker container.