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.11.0
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.11.3
Choose a head ref
  • 20 commits
  • 33 files changed
  • 4 contributors

Commits on Aug 13, 2019

  1. Build: version 3.11.1-SNAPSHOT

    rozza committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    f71d817 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Remove regression testing against latest server branch (4.2 release).

    This is only done on the driver's master branch.
    jyemin committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    7846aaf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

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

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    59b94e0 View commit details
    Browse the repository at this point in the history
  2. Filter null values for Observables

    jstewart148 authored and jyemin committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    99e1ede View commit details
    Browse the repository at this point in the history
  3. Remove flaky tests that depends on the profile collection

    These tests fail frequently on Evergreen, and as we have unit tests
    that prove that the app name is included in the client metadata
    document, having additional integration tests that prove that the app
    name actually made it to the server are nice to have but not essential.
    
    JAVA-3399
    jyemin committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    bc76708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9acf101 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cf64ba View commit details
    Browse the repository at this point in the history
  6. Remove Sonatype snapshots repository from build

    The driver should not be depending on any snapshot artificats, so
    including it in the repositories list is unnecessary.
    jyemin committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    fae7006 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3403235 View commit details
    Browse the repository at this point in the history
  8. Bump version to 3.11.1

    jyemin committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6ce24d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    234532c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

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

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    33b86f7 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.11.2

    jyemin committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    8e208c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7cf82 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    847ae15 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
    dcd67f1 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.11.3

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