-
Notifications
You must be signed in to change notification settings - Fork 149
Comparing changes
Open a pull request
base repository: neo4j/neo4j-javascript-driver
base: 5.0
head repository: neo4j/neo4j-javascript-driver
compare: 4.3
- 14 commits
- 28 files changed
- 3 contributors
Commits on Aug 12, 2021
-
Fix Path unpacking when
useBigInt
is onThe code was trying to do math between Number and BigInt during the Path unpacking. The usage of `toNumber` convert any BigInt|Number|Integer to number in optimal way. Also implements the bind between Relationship and CypherRelatioship to make the code be able to be tested.
Configuration menu - View commit details
-
Copy full SHA for dbf93a8 - Browse repository at this point
Copy the full SHA dbf93a8View commit details
Commits on Sep 6, 2021
-
Fix issues which are blocking the build pipeline
The wrong typecasting the `record.ts` was giving a `Type 'any' cannot be used to index type 'Entries'.` during the build. And it was fixed just by adjusting the type casting. The test case `Result Promise should call finally on error` was not handling correctly the error before call finally and it was giving `Unhandled promise rejection` error during the tests.
Configuration menu - View commit details
-
Copy full SHA for 92ad343 - Browse repository at this point
Copy the full SHA 92ad343View commit details
Commits on Oct 13, 2021
-
Add type assertion to is functions (#781)
Allow for easier use in typescript of is function
Configuration menu - View commit details
-
Copy full SHA for d8c60c5 - Browse repository at this point
Copy the full SHA d8c60c5View commit details
Commits on Oct 14, 2021
-
Adds optional generic parameter to Node and Relationship (#780)
adds optional generic parameter to Node and Relationship
Configuration menu - View commit details
-
Copy full SHA for 9c30c13 - Browse repository at this point
Copy the full SHA 9c30c13View commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31b8000 - Browse repository at this point
Copy the full SHA 31b8000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f13de - Browse repository at this point
Copy the full SHA 56f13deView commit details
Commits on Nov 3, 2021
-
Handle AuthorizationExpired during rediscovery
The connections to a server should not be sent back to the pool if an AuthenticationExpired failure happens. Sending the connection back to the pool will make the next work using the connection fails with the same error.
Configuration menu - View commit details
-
Copy full SHA for a282065 - Browse repository at this point
Copy the full SHA a282065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02dd421 - Browse repository at this point
Copy the full SHA 02dd421View commit details
Commits on Nov 4, 2021
-
Don't send RESET message when the connection is not open (#807)
Send RESET when the connection is not optimal since it was time waiting for the message send times out. It could be really fast in the nodejs environment, but it could take some minutes in browser. Skip send RESET when the connection is not open avoid this issue.
Configuration menu - View commit details
-
Copy full SHA for faf6f6b - Browse repository at this point
Copy the full SHA faf6f6bView commit details
Commits on Nov 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 76b5162 - Browse repository at this point
Copy the full SHA 76b5162View commit details
Commits on Dec 17, 2021
-
Fix connections not being destroyed when released to purged pool (#823)
This scenario happens when the pull for a given address is purged while a connection stills in use and then another pool for the same address is created. In this case, the connection was being wrongly added to the existing pool. The correct behaviour is destroy this orphan connections.
Configuration menu - View commit details
-
Copy full SHA for 8b74997 - Browse repository at this point
Copy the full SHA 8b74997View commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 664b8f2 - Browse repository at this point
Copy the full SHA 664b8f2View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b71525 - Browse repository at this point
Copy the full SHA 1b71525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6cc18 - Browse repository at this point
Copy the full SHA 7c6cc18View 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.3