allanbank / mongodb-async-driver

The MongoDB Asynchronous Java Driver.
Apache License 2.0
22 stars 15 forks source link

support for mongodb-3.2 #24

Open igreenfield opened 8 years ago

igreenfield commented 8 years ago

Do you release version for mongodb -3.2 wiretigger?

allanbank commented 8 years ago

Is there a specific issue you are having?

We have some internal changes that we have not pushed to github but nothing specific to 3.2 since the wire protocol is backwards compatible.

Rob.

igreenfield commented 8 years ago

there are some changes in the listCollection.

igreenfield commented 8 years ago

missing 'SCRAM-SHA-1' auth

victornoel commented 8 years ago

and there was $lookup added for aggregates too (and also $out I think? see https://www.mongodb.com/blog/post/joins-and-other-aggregation-enhancements-coming-in-mongodb-3-2-part-1-of-3-introduction)