Skip to content

Releases: neo4j/neo4j-javascript-driver

5.22.0

27 Jun 14:20
91e38e3
Compare
Choose a tag to compare

This release introduces preview support to the GQLStatusObject #1194 along with other ergonomic preview features. This also speeds up the driver shutdown when connections are waiting to be acquired #1196, thanks, CarsonF, for the contribution.

⚠️ Preview Features


  • Introduce GqlStatusObject support as notifications to ResultSummary #1194
  • Introduce AbortSignal to Driver.executeQuery 1199
  • Introduce resultTransformer.first #1200
  • Introduce resultTransformer.summary 1201
  • Introduce resultTransformers.eager and resultTransformers.mapped 1202

🔧 Fixes


  • Don't prevent NodeJS from closing to run acquisition timeout error #1196. Thanks, CarsonF.

🧹 Housekeeping


  • Improvements on internal APIs #1195

5.21.0

30 May 11:50
d5bd032
Compare
Choose a tag to compare

Fixes crashes when closing transactions when Queries are still ongoing. Thanks for your contribution, @reckter.

🔧 Fixes


  • Fix OOM crash, when closing a transaction while Queries are still ongoing #1193

5.20.0

25 Apr 09:35
9212cc5
Compare
Choose a tag to compare

Housekeeping only.

🧹 Housekeeping


  • benchkit: Fix Node installation in Dockerimage #1190

5.19.0

02 Apr 11:33
fa3f4d6
Compare
Choose a tag to compare

Introduces clientCertificate configuration as a mechanism to support mutual TLS as a second factor for authentication, currently a preview feature.

⭐ New Features


  • Introduce Client Certificate configuration (ℹ️ preview) #1183

🧹 Housekeeping


  • Updated manifest and Dockerfile for Testkit and Benchkit #1187

5.18.0

29 Feb 11:07
a7810fe
Compare
Choose a tag to compare

Introduces auth configuration to Driver.executeQuery

⭐ New Features


  • Introduces auth configuration to Driver.executeQuery#1177

🧹 Housekeeping


5.17.0

29 Jan 13:55
97ff4dc
Compare
Choose a tag to compare

Improves performance on deserialising DateTime. Thanks for your contribution, @vongruenigen.

👏🏼 Improvements


  • Optimize usage of Intl API to speed up response parsing with many datetime objects #1174

🔧 Fixes


  • Fix duplicated neo4j-javascript string on boltAgent.product object 1173

5.16.0

02 Jan 11:37
ca8c3fb
Compare
Choose a tag to compare

See release notes on the wiki

5.15.0

27 Nov 13:37
ea7a704
Compare
Choose a tag to compare

See release notes on the wiki

5.14.0

26 Oct 10:46
166fe2a
Compare
Choose a tag to compare

See release notes on the wiki

5.13.0

28 Sep 12:10
397c30e
Compare
Choose a tag to compare

See release notes on the wiki