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: 2216b98
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: 6557c09
Choose a head ref
  • 9 commits
  • 31 files changed
  • 6 contributors

Commits on Jul 9, 2024

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

Commits on Jul 12, 2024

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

Commits on Aug 7, 2024

  1. 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
    rozza committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c17bb47 View commit details
    Browse the repository at this point in the history
  2. Added Bson-Kotlin Array Codec (#1457)

    Adds Kotlin array support to the bson-kotlin library
    
    JAVA-5122
    
    Co-authored-by: Viacheslav Babanin <[email protected]>
    rozza and vbabanin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    570c164 View commit details
    Browse the repository at this point in the history
  3. Kotlin: Updated driver metadata (#1461)

    Added Kotlin version to the driver platform metadata.
    
    JAVA-5539
    rozza committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7683aab View commit details
    Browse the repository at this point in the history
  4. Connection String (#1467)

    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
    rozza committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    54af270 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    75259ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b2b6f View commit details
    Browse the repository at this point in the history
  3. Version: bump 5.1.3

    rozza committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6557c09 View commit details
    Browse the repository at this point in the history
Loading