Skip to content

5.28.2

Choose a tag to compare

@MaxAake MaxAake released this 17 Sep 12:45
· 1 commit to 5.0 since this release
6609e55

Patch release solving error handling for failure-to-writes on the browser version of the driver.

🔧 Fixes


  • Fix error handling failure-to-writes on the browser version of the driver and future proof some error handling functions. #1328
  • Make neo4j-driver export isRetriableError instead of non-existent isRetryableError #1309

🧹 Housekeeping


  • Bump dependency rxjs to 7.8.2 #1331
  • Update docs links in the Readmes #1308
  • Document undocumented members on GQLError and Neo4jError #1306
  • Add warning around concurrently closing driver to Readmes #1264