-
Notifications
You must be signed in to change notification settings - Fork 155
1.5 changelog
Konstantin Lutovich edited this page Nov 30, 2017
·
13 revisions
not yet released
- Errors from Result will now contain the caller stack trace #303
- Run browser tests in Firefox with Karma instead of PhantomJS #310
- Changed the default values of configuration settings:
-
maxConnectionPoolSize= 100 -
maxConnectionLifetime= 1h #299
-
See below
- Forget CC members on
DatabaseUnavailableErrors #276 - Added
Driver.onCompletedandDriver.onErrorcallbacks to the TypeScript declaration #279 - Exported all available types and interfaces in TypeScript declaration #280
- Added
maxConnectionLifetimeconfiguration option #282 - Added connection timeout option on sockets and/or channels #286
- Added
maxConnectionPoolSizeconfiguration option #289
- Switched to using least-connected load balancing strategy in routing driver with Causal Cluster #267