Skip to content

1.6 changelog

Zhen Li edited this page Jul 9, 2018 · 15 revisions

1.6.1

1.6.0

  • License header updates

1.6.0rc1

  • Docs updates

1.6.0b2

  • Added custom nanosecond-precision temporal types (built-ins still accepted as parameters)
  • Ignore resolved IPv6 addresses with non-zero scope ID

1.6.0b1

  • Ignore connection errors on Connection.__del__
  • Fixed temporal types to work with server-side UTC adjustment
  • Updated user agent to include Python version and platform

1.6.0a1

  • 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
Clone this wiki locally