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

feat: add native driver mongodb v3 and v4 support #357

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gusth-sa
Copy link
Contributor

@gusth-sa gusth-sa commented Aug 18, 2023

πŸ“š Context/Description Behind The Change

Aiming the compatibilities improvement with both Mongo and Node versions

Was added changes to support the newer mongodb driver versions (v3 and v4) keeping the backward compatibility with v2

🚨 Potential Risks & What To Monitor After Deployment

Choosing the driver version needs to take into account the database version and vice versa, to ensure the best compatibility between both.

πŸ§‘β€πŸ”¬ How Has This Been Tested?

Tests were replicated for all driver versions

🚚 Release Plan

Minor update

@gusth-sa gusth-sa self-assigned this Aug 18, 2023
@gusth-sa gusth-sa force-pushed the feature/add-native-mongodb3-support branch from 7f80e35 to 5ab64c0 Compare August 18, 2023 18:49
@gusth-sa gusth-sa force-pushed the feature/add-native-mongodb3-support branch from 52e89f9 to 81ce7b5 Compare August 18, 2023 19:19
@gusth-sa gusth-sa requested review from eduardborges and a team August 18, 2023 19:20
@gusth-sa gusth-sa force-pushed the feature/add-native-mongodb3-support branch 2 times, most recently from 6756f62 to d75a83e Compare August 19, 2023 12:49
@gusth-sa gusth-sa force-pushed the feature/add-native-mongodb3-support branch from d75a83e to 3c8030a Compare August 19, 2023 13:06
@bradvogel bradvogel removed their request for review August 19, 2023 17:15
@gusth-sa gusth-sa requested review from a team and removed request for a team August 28, 2023 17:59
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.

None yet

1 participant