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

Upgrade MongoDB test container to 4.4.0 #5013

Closed
wants to merge 1 commit into from

Conversation

adamjshook
Copy link
Member

@adamjshook adamjshook commented Aug 28, 2020

There is a newer MongoDB driver 4.x, however it breaks the build (different API) and would likely break backwards compatibility for older Mongo deployments. This commit tests against the latest MongoDB version 4.4.0.

@cla-bot cla-bot bot added the cla-signed label Aug 28, 2020
@adamjshook adamjshook requested a review from kokosing August 28, 2020 19:16
@@ -6,7 +6,7 @@ The ``mongodb`` connector allows the use of `MongoDB <https://www.mongodb.com/>`

.. note::

MongoDB 2.6+ is supported, although it is highly recommend to use 3.0 or later.
MongoDB 2.6+ is supported, although it is highly recommend to use 4.0 or later.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Mongo 2.x or 3.x not in active use?

How can we support 2.6 if we do not test against it?

@findepi
Copy link
Member

findepi commented Sep 2, 2020

I started a discussion https://prestosql.slack.com/archives/CP1MUNEUX/p1599060346037000. please check it out.

@adamjshook
Copy link
Member Author

Doing this effort a little differently, see #5804

@adamjshook adamjshook closed this Nov 11, 2020
@adamjshook adamjshook deleted the mongodb branch November 11, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants