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

Update the docs to mention that minimum pymongo version is 4 and fix links #656

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

mohag
Copy link
Contributor

@mohag mohag commented Jun 27, 2024

Update the docs to mention that minimum pymongo version is 4 and fix broken links

SUMMARY

The documentation mentions that pymongo 2.4.2+ is supported, but the code checks for 4+. This fixes that. This also fix the broken api.mongodb.org and api.mongodeb.com links.

Fixes #581

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

community.mongodb collection

ADDITIONAL INFORMATION

This fixes the obvious documentation issue of showing that 2.4.2+ might work while the code checks for 4+.

It also fixes several broken links.

This does not touch the code doing the work, since I don't have enough of a test env for an up to date Ansible version. (the code has related issues - there are lots of redundant version checks and messages mentioning much older pymongo requirements and is_auth_enabled crashes on older pymongo versions before the version check telling the users that 4+ is required is run. (that is not covered by this PR.

@rhysmeister rhysmeister merged commit e378f2c into ansible-collections:master Jun 28, 2024
25 of 245 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error ”Unable to connect to database: Unknown option directConnection“
2 participants