Skip to content

1.6 changelog

Konstantin Lutovich edited this page Nov 1, 2018 · 16 revisions

1.6.4

  • Fix TTL parsing when driver configured to use JavaScript numbers #425

1.6.3

  • Rollback transaction after failure in transaction functions #397

1.6.2

  • Allow creation of temporal objects from standard JS Dates #390
  • Added type checks for parameter types in spatial and temporal types #388
  • Added value range checks for temporal types #393
  • Fixed 'padStart is not a function' error in NodeJS 4 and 6 #389

1.6.1

  • Fix release of broken connections to the connection pool #368
  • Handle nanosecond normalization in duration #370

1.6.0

  • Omit zero nanoseconds in toString() for temporal types #361
  • Fix handling of bolt URL with port 80 #364

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