- Fix thread safety issue in connector
- Support for DirectResults
- Support for context cancellation and timeout
- Session parameters (e.g.: timezone)
- Thrift Protocol update
- Several logging improvements
- Added better examples. See workflow
- Added dbsql.NewConnector() function to help initialize DB
- Many other small improvements and bug fixes
- Removed support for client-side query parameterization
- Removed need to start DSN with "databricks://"
- Fix: Could not fetch rowsets greater than the value of
maxRows
(#18) - Updated default user agent
- Updated README and CONTRIBUTING
- Add escaping of string parameters.
- Fix timeout units to be milliseconds instead of nanos.
- Fix module name
- Initial release