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

Switch underlying driver to mongodb_driver for MongoDB 6.0+ support #190

Merged
merged 11 commits into from
Oct 15, 2024

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    13eca99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5912b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Interpret matched_count != 1 as staleness error in Connection.update_…

    …one/3
    
    Basing staleness on the modified_count is incorrect, since updates that match a document but leave it as-is is a successful no-op. The action should only be considered stale if the update query did not match any documents.
    brennana committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    117e63d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    07fe3d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    e24da03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8575318 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge branch 'master' of https://github.com/elixir-mongo/mongodb_ecto

    …into hundio_switch-mongodb-driver
    mweidner037 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ea0e4b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761b4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7989c39 View commit details
    Browse the repository at this point in the history
  4. remove unused deps

    mweidner037 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bf5475e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    15257d9 View commit details
    Browse the repository at this point in the history