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: 3e2c202
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: 2216b98
Choose a head ref
  • 14 commits
  • 23 files changed
  • 9 contributors

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f379e27 View commit details
    Browse the repository at this point in the history
  2. Version: bump 5.1.2-SNAPSHOT

    rozza committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    32bcd6a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    5d0c754 View commit details
    Browse the repository at this point in the history
  2. Fix release workflow (#1422)

    * Fix input names
    * Set git author information
    
    JAVA-5479
    alcaeus authored and jyemin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    df6fef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Include links to the Evergreen build and to the driver security testi…

    …ng summary in the SSDLC report (#1426) (#1432)
    
    This is a backport of #1426 to 5.1.x.
    
    JAVA-5500
    stIncMale authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c320ac1 View commit details
    Browse the repository at this point in the history
  2. Extend the regex pattern to allow top-level domains (TLDs) up to 63 c…

    …haracters to comply with RFC 1034 standard. (#1427) (#1429)
    
    This is a backport of #1427
    
    JAVA-5490
    
    (cherry picked from commit e4b8a83)
    vbabanin authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f059805 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    d59abbf View commit details
    Browse the repository at this point in the history
  2. Ported tests from bson-kotlinx to bson-kotlin (#1434)

    JAVA-5342
    
    Co-authored-by: Cliffred van Velzen <[email protected]>
    rozza and cliffred committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    440deb2 View commit details
    Browse the repository at this point in the history
  3. Fix test port import (#1435)

    rozza committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f1f035b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix for: Include links to the Evergreen build and to the driver secur…

    …ity testing summary in the SSDLC report (#1433) (#1436)
    
    This is a backport of #1433 to 5.1.x.
    
    JAVA-5500
    stIncMale authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    455cd8a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Allow generic base classes for POJOs (#1423)

    This change fixes a regression which prevents the driver from encoding and decoding
    concrete classes which extend generic base classes, when the base class is specified
    as the generic type of the MongoCollection.
    
    JAVA-5173
    
    Co-authored-by: Ross Lawley <[email protected]>
    jyemin and rozza committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    687b707 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    573aee3 View commit details
    Browse the repository at this point in the history
  2. Support pre-releases in release tooling (#1425) (#1444)

    Co-authored-by: Andreas Braun <[email protected]>
    stIncMale and alcaeus authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e499a6f View commit details
    Browse the repository at this point in the history
  3. Version: bump 5.1.2

    stIncMale committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2216b98 View commit details
    Browse the repository at this point in the history
Loading