-
Notifications
You must be signed in to change notification settings - Fork 151
1.5 changelog
Ali Ince edited this page Oct 16, 2017
·
13 revisions
- Changed the default values of configuration settings:
-
maxConnectionPoolSize
= 100 -
maxConnectionLifetime
= 1h #299
-
See below
- Forget CC members on
DatabaseUnavailable
Errors #276 - Added
Driver.onCompleted
andDriver.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
- Switched to using least-connected load balancing strategy in routing driver with Causal Cluster #267