Skip to content

1.5 changelog

Konstantin Lutovich edited this page Apr 26, 2018 · 13 revisions

1.5.3

  • Couple API documentation improvements #319
  • IPv6 support 317

1.5.2

  • Support in-development Neo4j databases #314
  • Fix for connection acquisition timeout so it does not fire unnecessarily #313
  • Fix for PathSegment.relationship TypeScript declaration #316

1.5.1

  • Errors from Result will now contain the caller stack trace #303
  • Run browser tests in Firefox with Karma instead of PhantomJS #310

1.5.0

  • Changed the default values of configuration settings:
    • maxConnectionPoolSize = 100
    • maxConnectionLifetime = 1h #299

1.5.0-rc2

  • Deprecate connectionPoolSize config setting #297
  • Fix Driver.onCompleted callback #298

1.5.0-rc1

See below

1.5.0-beta01

  • Forget CC members on DatabaseUnavailable Errors #276
  • Added Driver.onCompleted and Driver.onError callbacks to the TypeScript declaration #279
  • Exported all available types and interfaces in TypeScript declaration #280
  • Added maxConnectionLifetime configuration option #282
  • Added connection timeout option on sockets and/or channels #286
  • Added maxConnectionPoolSize configuration option #289

1.5.0-alpha01

  • Switched to using least-connected load balancing strategy in routing driver with Causal Cluster #267
Clone this wiki locally