Implements caching of home databases, saving significant round trips, primarily for usage against Aura, along with improved error handling, DateTime conversion and a new handshake protocol.
👏🏼 Improvements
- Adds background caching of home databases, saving up to 33% of round trips when the user does not specify a target database. #1235
- Implements a new handshake protocol for Bolt, allowing more granular selection of protocol versions in the future. #1243