This mongodb_fdw release contains the following enhancements
1- Support for PG 10 server.
2- Added support for authentication database in the CREATE SERVER declaration. See commit
3- Added support for push down of parameterised where clause. See commit
4- Provide support for JSONB as type of special __doc column. See commit
5- Add support for replica set in CREATE SERVER declaration. See commit
6- Added function to get extension version. See commit
7- Bug fixes