neo4j / neo4j-javascript-driver

Neo4j Bolt driver for JavaScript
https://neo4j.com/docs/javascript-manual/current/
Apache License 2.0
859 stars 147 forks source link

Fix `Notification.description` polyfill from `GqlStatusObject` #1205

Closed bigmontz closed 4 months ago

bigmontz commented 4 months ago

Bolt 5.6 introduces the original notification description back in the protocol level. This avoids the Notification.description changes when connected to GQL aware servers.

This issues was detected during homologation, so the problem won't happen with any released server since the bolt version which miss information will not be released.