This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
Release 3.0.0
What's Changed
- allow to pass additional arguments to Connection by @dirodriguezm in #33
- Fix mongo pagination count by @pcastelln in #34
- Fix/update setup 3.0.0 by @dirodriguezm in #42
Full Changelog: 2.1.4...3.0.0
Breaking Changes!:
Previously the mongo client needed USER
as key. Now the keys are from PyMongo so the USER
key is replaced by USERNAME
.