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.0
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: 4.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 184 files changed
  • 1 contributor

Commits on Jan 29, 2021

  1. Copy the full SHA
    694b9ea View commit details

Commits on Mar 1, 2021

  1. Fix connection close by server treatment by WebSocket channels (#684)

    The lack of set channel._open to false when the onclose event is triggered was causing the channel be broken without the other parts of the driver notice. In tbis way, a next iteration trying to get the broken connection will succeded in the try and run the query will result in a eternal pending promise.
    
    Mark the channel as closed enable the pool to discard and create a new connection if it needed.
    bigmontz committed Mar 1, 2021
    Copy the full SHA
    afd46da View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 5.0...4.1