Skip to content

1.7 changelog

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

1.7.1

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

1.7.0

  • Enable TCP keep-alive for Node sockets #422

1.7.0-rc2

  • Include database connection ID in log messages #418

1.7.0-rc1

1.7.0-beta02

  • Keep bookmarks returned after auto-commit transactions in Bolt V3 #407
  • Configurable server address resolver #408
  • Allow rollback transaction after failure #412
  • Improve packaging to better support module bundlers #414

1.7.0-beta01

  • Replace ACK_FAILURE with RESET #399
  • Improve connection initializtion #401
  • Bolt V3 support & transaction configuration in the API #403

1.7.0-alpha03

Not yet released

  • Rollback transaction after failure in transaction functions #397

1.7.0-alpha02

  • 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
  • Fix release of broken connections to the connection pool #368

1.7.0-alpha01

  • Automatically use secure WebSocket on HTTPS pages #371
  • Update to babel-preset-env #372
  • Improve failure handling for RESET and ACK_FAILURE #376
  • SNI support for encrypted connections #378
  • Support configurable logging #380
Clone this wiki locally