Skip to content

1.6 changelog

Konstantin Lutovich edited this page Apr 26, 2018 · 16 revisions

1.6.0

not yet released

  • Omit zero nanoseconds in toString() for temporal types #361

1.6.0-rc1

  • Add Point.toString() #356
  • Improve exports of spatial and temporal types #355
  • Make HTTP session support query cancelation via #close(), spatial and temporal types #353
  • Improve validation of query parameters #354

1.6.0-beta01

  • Improve support for unpkg and jsDelivr CDNs #342 and #343
  • Convert iterable query parameters to arrays #346
  • Flatten temporal types #345
  • Support for disableLosslessIntegers=true with spatial and temporal types #350
  • Create NodeJS buffers using static factories instead of deprecated constructor #351
  • Represent Cypher DateTime with a single type #352

1.6.0-alpha02

  • Fixed timeout when acquiring connection from the pool #330
  • Support for 2D and 3D spatial points #335
  • Support for temporal types #341

1.6.0-alpha01

  • Introduced 'disableLosslessIntegers' config option to make driver always return native JavaScript numbers (potentially lossy) #323
  • Introduced experimental HTTP and HTTPS support via transactional Cypher endpoint #326
Clone this wiki locally