What need to be tested are the new async methods added to the collections: createCappedCollectionAsync , createIndexAsync , dropCollectionAsync , dropIndexAsync , findOneAsync , insertAsync , removeAsync , updateAsync , and upsertAsync.
Also, there are new async methods on the cursor.
So, answering @truedon, the changelog is basically the PR’s description.
In the description, you’ll see all the new methods that were added and need to be tested. You don’t need to read through all the comments, just the description
I’m a bit confused here. If you’re introducing async functions… does this mean that the sync versions (findOne) will be deprecated with the changes related to fibers ?