v1.0.0 - January 20, 2022
- Add operations for retrieving metadata
- Add the ability to access columns by name on result rows
- Add the ability to provide configuration settings on connect

v0.9.4 - January 10, 2022
- Improved logging and error messages.

v0.9.3 - December 8, 2021
- Add retries for 429 and 503 HTTP responses.

v0.9.2 - December 2, 2021
- (Bug fix) Increased Thrift requirement from 0.10.0 to 0.13.0 as 0.10.0 was in fact incompatible
- (Bug fix) Fixed error message after query execution failed - SQLSTATE and Error message were misplaced

v0.9.1 - Sept 1, 2021
- Public Preview release, Experimental tag removed
- minor updates in internal build/packaging
- no functional changes

v0.9.0 - Aug 4, 2021
- initial (Experimental) release of pyhive-forked connector
- Python DBAPI 2.0 (PEP-0249), thrift based
- see docs for more info: https://docs.databricks.com/dev-tools/python-sql-connector.html
