-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: mongodb/mongo-java-driver
base: f7715c1
head repository: mongodb/mongo-java-driver
compare: b6df4ec
- 12 commits
- 76 files changed
- 6 contributors
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22af63e - Browse repository at this point
Copy the full SHA 22af63eView commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b155d88 - Browse repository at this point
Copy the full SHA b155d88View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a3c9dd - Browse repository at this point
Copy the full SHA 9a3c9ddView commit details
Commits on Jan 10, 2024
-
Reclaim native memory quicker when using ZlibCompressor (#1285)
Reclaim native memory quicker by overriding close() on DeflaterOutputStream to invoke end() on the Deflater, since by supplying a deflater to the constructor of DeflaterOutputStream usesDefaultDeflater is set to false and therefore end() is not invoked in DeflaterOutputStream#close. JAVA-5280
Configuration menu - View commit details
-
Copy full SHA for aa5f77b - Browse repository at this point
Copy the full SHA aa5f77bView 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 2ef2bf9 - Browse repository at this point
Copy the full SHA 2ef2bf9View 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 375bbd6 - Browse repository at this point
Copy the full SHA 375bbd6View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9bedd4 - Browse repository at this point
Copy the full SHA d9bedd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72a379 - Browse repository at this point
Copy the full SHA d72a379View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ecde1e - Browse repository at this point
Copy the full SHA 5ecde1eView 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 c0b5ba4 - Browse repository at this point
Copy the full SHA c0b5ba4View 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 e31340f - Browse repository at this point
Copy the full SHA e31340fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6df4ec - Browse repository at this point
Copy the full SHA b6df4ecView commit details
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 f7715c1...b6df4ec