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: r4.11.4
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: r4.11.5
Choose a head ref
  • 6 commits
  • 8 files changed
  • 5 contributors

Commits on Sep 4, 2024

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

Commits on Oct 17, 2024

  1. Fix pom scope for Scala projects (#1531)

    Required the `api` dependency method from the `java-library` plugin.
    Now the scope is `compile` (api) instead of `runtime` (implementation).
    
    JAVA-5647
    rozza committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f2bf29a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Bump Scala patch versions (#1535)

    Updated to: 2.11.12, 2.12.20, 2.13.15
    
    JAVA-5649
    rozza committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    50ac454 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Remove legacy shell from test scripts (#1404) (#1560)

    The legacy shell was only used in AWS authentication tests, so updating
    those gets rid of the last remaining use of the legacy shell.
    
    JAVA-4791
    
    (cherry picked from commit 46fda2f)
    Co-authored-by: Jeff Yemin <[email protected]>
    vbabanin and jyemin authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9a2d2a4 View commit details
    Browse the repository at this point in the history
  2. Pull mongohouse image from ADL ECR repo (#1274) (#1561)

    Updated ADL test batch size assertion to match Java driver behavioral change introduced in JAVA-5159
    
    JAVA-5235
    
    (cherry picked from commit 9286233)
    Co-authored-by: Jeff Yemin <[email protected]>
    vbabanin and jyemin authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ce5a55b View commit details
    Browse the repository at this point in the history
  3. Version: bump 4.11.5

    katcharov committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d1c7a26 View commit details
    Browse the repository at this point in the history
Loading