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: scylladb/java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d69d38d
Choose a base ref
...
head repository: scylladb/java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 084e658
Choose a head ref
  • 9 commits
  • 60 files changed
  • 5 contributors

Commits on Mar 6, 2026

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

Commits on Mar 10, 2026

  1. Bump sphinx-scylladb-theme from 1.8.10 to 1.9.1 in /docs

    Bumps [sphinx-scylladb-theme](https://github.com/scylladb/sphinx-scylladb-theme) from 1.8.10 to 1.9.1.
    - [Release notes](https://github.com/scylladb/sphinx-scylladb-theme/releases)
    - [Commits](https://github.com/scylladb/sphinx-scylladb-theme/commits/1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-scylladb-theme
      dependency-version: 1.9.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dkropachev committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    baded18 View commit details
    Browse the repository at this point in the history
  2. fix(release): re-format pom.xml after release:prepare to prevent down…

    …stream CI failures
    
    maven-release-plugin rewrites pom.xml files via MavenXpp3Writer which produces
    formatting incompatible with xml-format-maven-plugin (e.g. <foo/> becomes <foo />).
    The xml-check was already skipped during release:prepare to avoid blocking the release,
    but the corrupted formatting was committed to the SNAPSHOT branch, causing CI failures
    on any PR opened against the branch after a release.
    
    Fix: run xml-format:xml-format immediately after release:prepare and amend the
    SNAPSHOT commit, so the base branch always has correctly formatted pom.xml files.
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    2 people authored and dkropachev committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    b5e17da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d62e88b View commit details
    Browse the repository at this point in the history
  4. fix: pom.xml formatting

    dkropachev committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    6d5ce45 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Ignore all TODO.md files

    dkropachev committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    ca7f35b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Configuration menu
    Copy the full SHA
    349b6e0 View commit details
    Browse the repository at this point in the history
  2. feat: implement PrivateLink client routes support

    Add support for PrivateLink/NLB client routes that allows the driver to
    discover and connect through private endpoints. This includes:
    
    - ClientRoutesConfig and ClientRouteProxy for configuration
    - ClientRoutesTopologyMonitor for route discovery and refresh
    - ClientRoutesEndPoint for DNS-based endpoint resolution
    - Protocol-level CLIENT_ROUTES_CHANGE event handling
    - Coalescing queue for efficient route refresh deduplication
    - Integration tests with NLB simulator proxy
    dkropachev committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    2dea0ba View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

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