-
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.1.2
head repository: mongodb/mongo-java-driver
compare: r5.1.4
- 15 commits
- 46 files changed
- 8 contributors
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f30f3c1 - Browse repository at this point
Copy the full SHA f30f3c1View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a18081 - Browse repository at this point
Copy the full SHA 4a18081View commit details
Commits on Aug 7, 2024
-
Ensure Sink.contextView is propagated
Port Flux/Mono improvements to the logic from master Context view is propagated via the subscriber, so any nested subscribe calls need to have the context passed through. JAVA-5345
Configuration menu - View commit details
-
Copy full SHA for c17bb47 - Browse repository at this point
Copy the full SHA c17bb47View commit details -
Added Bson-Kotlin Array Codec (#1457)
Adds Kotlin array support to the bson-kotlin library JAVA-5122 Co-authored-by: Viacheslav Babanin <frest0512@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 570c164 - Browse repository at this point
Copy the full SHA 570c164View commit details -
Kotlin: Updated driver metadata (#1461)
Added Kotlin version to the driver platform metadata. JAVA-5539
Configuration menu - View commit details
-
Copy full SHA for 7683aab - Browse repository at this point
Copy the full SHA 7683aabView commit details -
Don't output the host and port information if the port is invalid. Reduces risk of leaking password information if the password has not been correctly urlencoded. JAVA-5560
Configuration menu - View commit details
-
Copy full SHA for 54af270 - Browse repository at this point
Copy the full SHA 54af270View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75259ee - Browse repository at this point
Copy the full SHA 75259eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b2b6f - Browse repository at this point
Copy the full SHA e4b2b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6557c09 - Browse repository at this point
Copy the full SHA 6557c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5141ece - Browse repository at this point
Copy the full SHA 5141eceView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39d1e9a - Browse repository at this point
Copy the full SHA 39d1e9aView commit details
Commits on Aug 21, 2024
-
Fix exception propagation in Async API methods (#1479) (#1485)
- Resolve an issue where exceptions thrown during thenRun, thenSupply, and related operations in the asynchronous API were not properly propagated to the completion callback. This issue was addressed by replacing `unsafeFinish` with `finish`, ensuring that exceptions are caught and correctly passed to the completion callback when executed on different threads. - Update existing Async API tests to ensure they simulate separate async thread execution. - Modify the async callback to catch and handle exceptions locally. Exceptions are now directly processed and passed as an error argument to the callback function, avoiding propagation to the parent callback. - Move `callback.onResult` outside the catch block to ensure it's not invoked twice when an exception occurs. JAVA-5562
Configuration menu - View commit details
-
Copy full SHA for adfab5f - Browse repository at this point
Copy the full SHA adfab5fView commit details -
Fix bson-kotlinx
encodeNullableSerializableValuenull handling (#1453)Ensures that the deferredElement name is reset correctly. Test case ported to bson-kotlin JAVA-5524
Configuration menu - View commit details
-
Copy full SHA for 4577f95 - Browse repository at this point
Copy the full SHA 4577f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb1305 - Browse repository at this point
Copy the full SHA 4fb1305View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c45b788 - Browse repository at this point
Copy the full SHA c45b788View 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.1.2...r5.1.4