## [Unreleased] ## [0.1.1] - 2023-09-27 - Yanked because I didn't know what I was doing ## [0.1.2] - Initial release ## [0.2.0] - Added `DatabricksSQLResponse` class - `DatabricksGateway::run_sql` now returns an object of type `DatabricksSQLResponse` - results can be accessed by `DatabricksSQLResponse::results` - query success can be accessed by `DatabricksSQLResponse::success?` - Added optional `sleep_timer` parameter to `DatabricksGateway`. This is the number of seconds to wait between checking the status of a query. Defaults to 5 seconds.