Hello everyone,
We have migrated to the Mongo version 5.0 but we are getting warnings about deprecated operation requests related with `find` and `delete` operations.
It looks like is related with:
```
MongoDB 5.0 deprecates both OP_QUERY find operations and OP_QUERY commands
```
We are using reactivemongo version `1.1.0-RC14`, but with version `1.1.0-RC15` these warnings keep showing up.