-
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: r5.7.0-beta0
head repository: mongodb/mongo-java-driver
compare: r5.7.0-beta1
- 18 commits
- 109 files changed
- 8 contributors
Commits on Jan 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e2f5c40 - Browse repository at this point
Copy the full SHA e2f5c40View commit details
Commits on Jan 21, 2026
-
improve git clone for mongo tools repository (#1866)
Pipeline doesn't clone the whole git history of driver tools --------- Co-authored-by: Almas Abdrazak <abdrazak.almas@mongodb.com>
Configuration menu - View commit details
-
Copy full SHA for ad43095 - Browse repository at this point
Copy the full SHA ad43095View commit details
Commits on Jan 26, 2026
-
Moved specifications submodule out of driver-core into a testing directory. Deleted old copy of bson specification tests and updated to use the submodule Fixed Json output for positive exponents to match the the extended json specification Added test exceptions to BinaryVectorGenericBsonTest Added BsonBinaryVector prose tests Added extra regression tests to ensure both explicit and implicit doubles with positive exponets parse as expected. JAVA-5877 JAVA-5779 JAVA-5782 JAVA-5652
Configuration menu - View commit details
-
Copy full SHA for b922075 - Browse repository at this point
Copy the full SHA b922075View commit details -
Co-authored-by: Almas Abdrazak <abdrazak.almas@mongodb.com>
Configuration menu - View commit details
-
Copy full SHA for 475aa6c - Browse repository at this point
Copy the full SHA 475aa6cView commit details
Commits on Jan 29, 2026
-
Temp disable large encryption tests on mongocryptd (#1872)
* Temp disable large encryption tests on mongocryptd JAVA-6077
Configuration menu - View commit details
-
Copy full SHA for 5560012 - Browse repository at this point
Copy the full SHA 5560012View commit details
Commits on Feb 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3c51ea0 - Browse repository at this point
Copy the full SHA 3c51ea0View commit details
Commits on Feb 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 07b53b9 - Browse repository at this point
Copy the full SHA 07b53b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c48995 - Browse repository at this point
Copy the full SHA 2c48995View commit details
Commits on Feb 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ff7ebe9 - Browse repository at this point
Copy the full SHA ff7ebe9View commit details
Commits on Feb 12, 2026
-
Bson javadoc improvements (#1883)
Fixed no comment warning in BinaryVector Improved BsonBinary asUuid documentation Improved BsonBinarySubType isUuid documentation JAVA-6086
Configuration menu - View commit details
-
Copy full SHA for b33d52b - Browse repository at this point
Copy the full SHA b33d52bView commit details
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 16fecc4 - Browse repository at this point
Copy the full SHA 16fecc4View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f6cbb32 - Browse repository at this point
Copy the full SHA f6cbb32View commit details -
Fix RawBsonDocument encoding performance regression (#1888)
Add instanceof check in BsonDocumentCodec to route RawBsonDocument to RawBsonDocumentCodec, restoring efficient byte-copy encoding. Previous BsonType-based lookup led to sub-optimal performance as it could not distinguish RawBsonDocument from BsonDocument. JAVA-6101
Configuration menu - View commit details
-
Copy full SHA for 0ba1687 - Browse repository at this point
Copy the full SHA 0ba1687View commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c1397fb - Browse repository at this point
Copy the full SHA c1397fbView commit details -
Evergreen atlas search fix (#1894)
Update evergreen atlas-deployed-task-group configuration Assume test secrets and follow the driver-evergreen-tools atlas recommended usage: https://github.com/mongodb-labs/drivers-evergreen-tools/tree/master/.evergreen/atlas#usage JAVA-6103
Configuration menu - View commit details
-
Copy full SHA for e5d8668 - Browse repository at this point
Copy the full SHA e5d8668View commit details
Commits on Feb 26, 2026
-
[JAVA-6028] Add Micrometer/OpenTelemetry tracing support to the react…
…ive-streams (#1898) * Add Micrometer/OpenTelemetry tracing support to the reactive-streams driver https://jira.mongodb.org/browse/JAVA-6028 Port the tracing infrastructure from the sync driver to driver-reactive-streams, reusing the existing driver-core, TracingManager, Span, and TraceContext classes. * Move error handling and span lifecycle (span.error(), span.end()) from Reactor's doOnError/doFinally operators into the async callback, before emitting the result to the subscriber. * Making sure span is properly closed when an exception occurs
Configuration menu - View commit details
-
Copy full SHA for 37943d0 - Browse repository at this point
Copy the full SHA 37943d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7972f1 - Browse repository at this point
Copy the full SHA d7972f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9941dc5 - Browse repository at this point
Copy the full SHA 9941dc5View 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 r5.7.0-beta0...r5.7.0-beta1