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: main
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: 5.6.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 58 files changed
  • 6 contributors

Commits on Sep 11, 2025

  1. Fix Scala UnifiedTest import

    rozza committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    eac8c20 View commit details
    Browse the repository at this point in the history
  2. Version: bump 5.6.0

    rozza committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    19cc7cb View commit details
    Browse the repository at this point in the history
  3. Version: bump 5.6.1-SNAPSHOT

    rozza committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    e5adcfd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. JAVA-5971 Reverse equals check to avoid NPEs (#1806)

    Fixes NPE due to BSONIgnore fields introduced in #1610
    
    JAVA-5971
    
    ---------
    
    Co-authored-by: Ross Lawley <[email protected]>
    owen-obrien and rozza committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    002adfe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Fix integer overflow with max limit & batchsize (#1810)

    Eliminate unnecessary killCursors command when batchSize == limit
    can overflow if using Integer.MAX_VALUE for both.
    
    JAVA-5667
    JAVA-5970
    rozza committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    8a0b598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25dc83 View commit details
    Browse the repository at this point in the history
  3. Fix AbstractWriteSearchIndexOperation executeAsync releasing connecti…

    …ons (#1812)
    
    Update SyncMongoClient to assert connections are released
    Ensure errors thrown outside of the callback also release the resource in AsyncOperationHelper
    
    
    JAVA-5972
    rozza committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    97f52f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. ClientMetaData refactoring (#1807)

    Avoid appending duplicate metadata
    Added new @internal annotation for non public / public apis
    
    JAVA-5955
    
    ---------
    
    Co-authored-by: Viacheslav Babanin <[email protected]>
    rozza and vbabanin committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    2ac7643 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Version: bump 5.6.1

    rozza committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    db50239 View commit details
    Browse the repository at this point in the history
  2. Version: bump 5.6.2-SNAPSHOT

    rozza committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    6fd90eb View commit details
    Browse the repository at this point in the history
  3. Use connectTimeoutMS for connection establishment in maintenance Time…

    …outContext. (#1816)
    
    JAVA-5927
    
    ---------
    
    Co-authored-by: Ross Lawley <[email protected]>
    Co-authored-by: Ross Lawley <[email protected]>
    3 people authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    672ef06 View commit details
    Browse the repository at this point in the history
Loading