-
Notifications
You must be signed in to change notification settings - Fork 155
1.7 changelog
Ali Ince edited this page May 3, 2019
·
21 revisions
- Use hostname and port information for equality checks in
BoltServerAddress
#592, - Reduce noise on handled connection errors #588,
- Suppress subsequent connection errors into existing error #594.
- Make server address also a part of log messages for better endpoint visibility #557
- Make original host name passed in driver URI to be used for SNI #566
- Pass access mode as part of the statement metadata for Bolt V3 connections #567
- Fixed a bug in routing driver that overrides underlying auto-read management behaviour and causes nested queries to be blocked within a transaction #548
- Fail correctly when connecting to a server with an unknown server identifier #542
- More conventional config builder method names #543
- Fix OSGI compatibility #545
- Performance improvements by using composite cumulator for message decoding 530
- Send
Goodbye
message before client socket connection termination 529 - Collect transaction id returned from
Hello
message 531 - Improved resolver function by failing discovery when custom resolver fails #533
- Allow driver to accept and return OffsetDateTime
- Allow streams as query parameters and retrieve statement result as stream
- Prohibit null and empty query strings
- Keep bookmark returned after auto-commit tx
- Configurable server address resolver #507