This is a relatively small release, but which has slightly different default behaviour, making it a tick over to the next major release.
Improvements:
- Authorisation is now actually passed through to backends in Presto, Hive, Druid and Neo4j clients when `username` is not None. To avoid default usernames being passed, use `username=False` in the constructor.
- Allow customisation of the `source` name for Presto clients.
Bugfixes:
- Fixed `requests` being loaded at import time, despite supposedly being a runtime import.
- `None` results from presto polling are now correctly handled.