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-javascript-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.28.1
Choose a base ref
...
head repository: neo4j/neo4j-javascript-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.28.2
Choose a head ref
  • 17 commits
  • 39 files changed
  • 3 contributors

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    4c6216c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a0007 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

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

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    279d140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976e404 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

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

Commits on Mar 7, 2025

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

Commits on Apr 14, 2025

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

Commits on Apr 15, 2025

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

Commits on May 9, 2025

  1. Fix logging of driver errors containing bigints in testkit backend (#…

    …1279)
    
    The JavaScript driver testkit backend handles all ints as bigints, when these end up in some errors (as in syntax errors on 2025.x servers) they cause the backend to crash. This commit solves the issue by using a replacer function.
    MaxAake authored May 9, 2025
    Configuration menu
    Copy the full SHA
    72e67ff View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

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

Commits on Jul 28, 2025

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

Commits on Jul 30, 2025

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

Commits on Sep 16, 2025

  1. [5.0] FailFastSecurityError check bug (#1328)

    * handle getting a non-neo4j error
    
    * wrap browser write error
    MaxAake authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    5a11f3f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. bump rxjs to 7.8.2 (#1331)

    MaxAake authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    5691dec View commit details
    Browse the repository at this point in the history
  2. TestKit backend: truncate logging to avoid clogging ram (#1330)

    Writing to stdout in nodejs is done asynchronously. So when adding data to the
    queue faster than it can be flushed, the process will eventually crash because
    the system is running out of memory. By limiting the length of log messages,
    this problem can be avoided.
    
    Co-authored-by: Robsdedude <[email protected]>
    MaxAake and robsdedude authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6609e55 View commit details
    Browse the repository at this point in the history
Loading