Release v1.4.3
Fixed
- FIxing the
MongoCollectionInterceptorSelector
to include all methods returning a type that is assignable toTask
not just the ones being aTask
, which was pretty much only theInsertOne*()
methods.
MongoCollectionInterceptorSelector
to include all methods returning a type that is assignable to Task
not just the ones being a Task
, which was pretty much only the InsertOne*()
methods.