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: rishitb-mongodb/mongo-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 50c39d3
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: 127318a
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on May 27, 2025

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

Commits on May 28, 2025

  1. Ensure serverHeartbeatEvent is sent before opening a connection (mong…

    …odb#1715)
    
    Added Heartbeat prose test
    Migrated DefaultServerMonitorSpecification to JUnit 5.
    
    JAVA-5230
    rozza authored May 28, 2025
    Configuration menu
    Copy the full SHA
    25c0262 View commit details
    Browse the repository at this point in the history
  2. Evergreen added shell script to create a git archive (mongodb#1718)

    Ensure all submodules are included into the archive and dry up the logic
    
    JAVA-5882
    rozza authored May 28, 2025
    Configuration menu
    Copy the full SHA
    0c27b26 View commit details
    Browse the repository at this point in the history
  3. Fix datalake and k8s test failures (mongodb#1720)

    - Increase timeout for k8s tests.
    - Add explicit "assume role".
    vbabanin authored May 28, 2025
    Configuration menu
    Copy the full SHA
    dcc0371 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Remove code that won't execute on supported server releases (mongodb#…

    …1704)
    
    Remove connection handshake code that executes the getlasterror command in order to get a connectionId.  This code is no longer necessary on server releases >= 4.2, as connectionId is included in the hello command response.
    
    JAVA-5865
    jyemin authored May 30, 2025
    Configuration menu
    Copy the full SHA
    afe3600 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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