Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated API methods from PyMongo #34

Closed
mrsarm opened this issue Aug 10, 2021 · 0 comments · Fixed by #37
Closed

Replace deprecated API methods from PyMongo #34

mrsarm opened this issue Aug 10, 2021 · 0 comments · Fixed by #37

Comments

@mrsarm
Copy link
Owner

mrsarm commented Aug 10, 2021

Quote from deprecation notes in the version 3.12.0 of PyMongo:

Deprecated support for database profiler helpers profiling_level(), set_profiling_level(), and profiling_info(). Instead, users should run the profile command with the command() helper directly.

Another option used in Mongotail that is deprecated:

Deprecated the ssl_keyfile and ssl_certfile URI options in favor of tlsCertificateKeyFile (see TLS/SSL and PyMongo).

mrsarm added a commit that referenced this issue Jan 16, 2022
mrsarm added a commit that referenced this issue Jan 23, 2022
@mrsarm mrsarm linked a pull request Jan 30, 2022 that will close this issue
mrsarm added a commit that referenced this issue Feb 10, 2022
* Add support to the new PyMongo driver version 4.0 (#34)
* Add support to the types `MinKey` / `MaxKey` from MongoDB (#35)
* Remove deprecated _~SSL~_ arguments in favor of the new _TLS_ arguments
* Remove support to Python 2.6, 3.3, and 3.4
* Fix when a query fails Mongo doesn't record `nreturned` (number of record returned)
* Fix Mongo logs `killcursors` operations with different cases causing exception when parsing logs
mrsarm added a commit that referenced this issue Feb 11, 2022
* Add support to the new PyMongo driver version 4.0 (#34)
* Add support to the types `MinKey` / `MaxKey` from MongoDB (#35)
* Remove deprecated _~SSL~_ arguments in favor of the new _TLS_ arguments
* Remove support to Python 2.6, 3.3, and 3.4
* Fix when a query fails Mongo doesn't record `nreturned` (number of record returned)
* Fix Mongo logs `killcursors` operations with different cases causing exception when parsing logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant