-
Notifications
You must be signed in to change notification settings - Fork 68
1.7 changelog
Ali Ince edited this page May 3, 2019
·
10 revisions
- Handle broken connections during protocol handshake and connection closing #337,
- Relax discovery logic to try the next available router on errors (except
SecurityException
) #338, - Prevent log pollution for already disposed objects #339,
- Make transaction functions to retry at least two times #339.
- Pass access mode as part of the statement metadata for Bolt V3 connections #335,
- Add more logging around routing #334.
- Improves examples #327
- Custom resolver function to provide routing driver initial server addresses #322
- New Logging Framework IDriverLogger #324
- Optional
Goodbye
message in BoltV3 before client socket connection termination. #321 - Fixed the bug where connection id was not collected in hello message response. #324
- Supports new Protocol BoltV3.
- Adding support of parsing unknown server version and dev server version #310