MongoDB Driver v0.3

Version 0.3 of the MongoDB Xojo driver is ready and available for download.

The primary change in this version is support for authentication. The newly added db.auth() method now makes it possible to connect to restricted MongoDB databases that runs with the -auth flag enabled.

I big thanks to Patrick Perroud for testing the new authentication feature of the driver, and updating the driver test project to include authentication fields where needed.

Release notes:
[Enhancement] Removed unused variables.
[New] Added db.auth(username, password) method.
[New] Updated driver tester with authentication fields. (Courtesy of Patrick Perroud).
[New] Updated database window to support restricted databases.
[New] Updated IndexWindowo support restricted databases.
[New] Binary builds of test application now included as part of release.

You can download the driver from:

https://github.com/alwyn1024/mongodb-xojodriver/releases