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: f7715c1
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: b6df4ec
Choose a head ref
  • 12 commits
  • 76 files changed
  • 6 contributors

Commits on Nov 7, 2023

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

Commits on Dec 7, 2023

  1. Install legacy shell

    jyemin committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b155d88 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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

Commits on Jan 10, 2024

  1. 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
    raelg authored and jyemin committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    aa5f77b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. 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
    jyemin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2ef2bf9 View commit details
    Browse the repository at this point in the history
  2. 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
    jyemin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    375bbd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    d9bedd4 View commit details
    Browse the repository at this point in the history
  2. Fix kotlin style

    rozza committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d72a379 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5ecde1e View commit details
    Browse the repository at this point in the history
  2. 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]>
    katcharov and jyemin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c0b5ba4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Expand bounds for distinct and MongoIterable#map (#1352)

    Allow for nullable types in those scenarios.
    
    JAVA-5358
    rozza committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e31340f View commit details
    Browse the repository at this point in the history
  2. Version: bump 4.11.2

    jyemin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b6df4ec View commit details
    Browse the repository at this point in the history
Loading