Adding
Responder and Token capabilities to driver's calls. This is more
standard and so you can now give a token in the call which is given back
in the callback. Be careful, this enhancement leads to break compatibility with previous version of the driver.. Hopefully, changes are easy to correct and are documented in the wiki. See Responder and PortabilityNotes for more informations.
Add
response interpreter to make response decoding very much simplier. For
example, mapReduce and aggregation has "results", group has "retval",
distinct has "values" for return values.
Add the support of the
new aggregation framework with helpers. New operator must be also
provided to complete the aggregation framework.
Add helpers for full DBRef support and automatic deferencement upon find documents.