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: neo4j/neo4j-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.3
Choose a base ref
...
head repository: neo4j/neo4j-java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.4
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 17, 2026

  1. test(testkit): Omit profile's hasPageCacheStats (#1733)

    When serializing a `ProfiledPlan` in the TestKit backend, skip
    `hasPageCacheStats` as that's not corresponding to a key in the raw profile as
    transmitted via bolt.
    injectives authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    579d35f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. perf: Use a single BoltConnectionProvider for all connection pools (#…

    …1738)
    
    Using a single `BoltConnectionProvider` is sufficient.
    injectives authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    196e327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0951fc9 View commit details
    Browse the repository at this point in the history
Loading