-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 73 files changed
- 4 contributors
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e3485e - Browse repository at this point
Copy the full SHA 6e3485eView commit details
Commits on Mar 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6255437 - Browse repository at this point
Copy the full SHA 6255437View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6280158 - Browse repository at this point
Copy the full SHA 6280158View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4e3cb1 - Browse repository at this point
Copy the full SHA c4e3cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4198e27 - Browse repository at this point
Copy the full SHA 4198e27View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b8bce4 - Browse repository at this point
Copy the full SHA 1b8bce4View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d05a231 - Browse repository at this point
Copy the full SHA d05a231View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 81a30b7 - Browse repository at this point
Copy the full SHA 81a30b7View commit details
Commits on Apr 3, 2024
-
Expand bounds for distinct and MongoIterable#map (#1352)
Allow for nullable types in those scenarios. JAVA-5358
Configuration menu - View commit details
-
Copy full SHA for 53a0f16 - Browse repository at this point
Copy the full SHA 53a0f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e605774 - Browse repository at this point
Copy the full SHA e605774View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff r5.0.0...r5.0.1