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: r5.0.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: r5.0.1
Choose a head ref
  • 10 commits
  • 73 files changed
  • 4 contributors

Commits on Feb 27, 2024

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

Commits on Mar 12, 2024

  1. Convert Bson to BsonDocument for hint (#1335)

    Unlike every other instance of Bson in the CRUD API, the hint option for write
    operations was not converted to a BsonDocument prior to passing it down to the
    operation layer.  This is a problem because the operation layer doesn't have a
    CodecRegistry available, and so can not properly due the conversion.
    
    In this commit, all hint options are converted to BsonDocument in the same place
    as all the other Bson options, where a CodecRegistry is available to properly
    do the conversion.
    
    JAVA-5357
    jyemin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6255437 View commit details
    Browse the repository at this point in the history
  2. Fix test failures on 8.0 sharded clusters (#1319)

    Advance cluster time on all session entities in unified tests to one after the initial data is created
    
    JAVA-5334
    jyemin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6280158 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    c4e3cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4198e27 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Use InetAddressResolverProvider and add tests (#1354)

    This is a backport of 9a02f81 from `master` to `5.0.x`
    
    JAVA-5390
    stIncMale authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1b8bce4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    d05a231 View commit details
    Browse the repository at this point in the history
  2. Skip rangePreview tests on server 8.0+ (#1345)

    * Temporarily skip QE range tests on 8.0+ servers.
    
    JAVA-5321
    
    * Skip ClientSideEncryptionRangeExplicitEncryptionTest on 8.0+ servers
    
    JAVA-5321
    
    ---------
    
    Co-authored-by: Jeff Yemin <[email protected]>
    katcharov and jyemin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    81a30b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Expand bounds for distinct and MongoIterable#map (#1352)

    Allow for nullable types in those scenarios.
    
    JAVA-5358
    rozza committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    53a0f16 View commit details
    Browse the repository at this point in the history
  2. Version: bump 5.0.1

    jyemin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e605774 View commit details
    Browse the repository at this point in the history
Loading