Authentication.MongoDb Mongodb driver

Hi,
I downloaded the nuget package for ServiceStack.Authentication.MongoDb.
It seems the package is still using v.1 of the Mongodb driver that I think is considered legacy, (current version 2.2).
The new Mongodb v.2 driver has a different api.
Are there any plan to update the MongoDbAuthRepository file with the new driver?

Mongo broke their Sync APIs with v2 so will require a rewrite. There’s currently no plan for it as there’s no feature request for it atm, you can add one to measure if there’s any demand for it.