-
Notifications
You must be signed in to change notification settings - Fork 151
1.7 changelog
Ali Ince edited this page Mar 6, 2019
·
23 revisions
- Pass access mode as part of the statement metadata for Bolt V3 connections #444
- Export
Integer
type as part oftypes
export #435
- Fix TTL parsing when driver configured to use JavaScript numbers #425
- Enable TCP keep-alive for Node sockets #422
- Include database connection ID in log messages #418
- 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
- Replace ACK_FAILURE with RESET #399
- Improve connection initializtion #401
- Bolt V3 support & transaction configuration in the API #403
Not yet released
- Rollback transaction after failure in transaction functions #397
- Allow creation of temporal objects from standard JS
Date
s #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