Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r3.12.7
Choose a base ref
...
head repository: mongodb/mongo-java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r3.12.8
Choose a head ref
  • 12 commits
  • 25 files changed
  • 3 contributors

Commits on Aug 4, 2020

  1. Bump to 3.12.8-SNAPSHOT

    jyemin committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0678501 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

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

Commits on Dec 3, 2020

  1. Ensure DNS errors bubble up as errors in reactive streams

    Currently DNS lookups happen synchronously in the reactive streams
    driver.  This isn't good, but with this change at least DNS errors
    will be properly reported.
    
    JAVA-3852
    jyemin committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0e556f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    0b0ffc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea346b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Use keyvault database for FLE tests

    This change was not done everywhere, so adding the rest of the places
    
    JAVA-3702
    jyemin committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    351b524 View commit details
    Browse the repository at this point in the history
  2. Limit geoHaystack index testing to MongoDB 4.4 and below

    The next release after MongoDB 4.4 removes support for geoHaystack indexes,
    so we need to disable tests of them in the driver when running against
    server versions > 4.4.
    jyemin committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    acb17d0 View commit details
    Browse the repository at this point in the history
  3. Ignore test of $explain modifier on sharded clusters after 4.4

    The response format has changed, so the test is failing.  Decided
    to ignore it rather that try to fix it.
    jyemin committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    491e1c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    504c000 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32052a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Fix CVE-2021-20328

    jyemin committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ae5b1c0 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.12.8

    jyemin committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    eb2ae25 View commit details
    Browse the repository at this point in the history
Loading