-
Notifications
You must be signed in to change notification settings - Fork 188
1.6 changelog
Nigel Small edited this page Mar 23, 2018
·
15 revisions
- Can now work with Bolt protocol v2, as introduced in server 3.4
- Added support and mappings for spatial and temporal types
- Improved logic for rejecting BYTES on older (pre-3.2) server versions
- Improved logic for handling exceptions raised within transaction functions
- Introduced
StatementResult.graph()
for collecting all "graphy" values from a result (experimental, to be extended in future) - Altered connection pool to index by host name, instead of IP address; this allows correct communication through a reverse proxy
- Minor bug fixes