Releases: databricks/databricks-sql-go
Releases · databricks/databricks-sql-go
v1.4.0
What's Changed
- Improve error information when query terminates in unexpected state. by @rcypher-databricks in #143
- Do not override global logger time format by @nyergler in #101
- Enable Transport configuration for http client by @leandro-deveikis in #129
- fix: update arrow to v12 by @scottlepp in #135
- Updated doc.go for retrieving query id and connection id by @rcypher-databricks in #148
- Bug fix issue 147: BUG with reading table that contains copied map by @rcypher-databricks in #149
- Allow WithServerHostname to specify protocol by @rcypher-databricks in #153
- Merge branch 'cloudfetch' into main by @mattdeekay in #154
New Contributors
- @nyergler made their first contribution in #101
- @leandro-deveikis made their first contribution in #129
- @scottlepp made their first contribution in #135
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Bug fix for query that doesn't produce rows by @rcypher-databricks in #136
- Bump version to 1.3.1 by @rcypher-databricks in #138
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- expose authenticator by @andrefurlan-db in #123
- Updated retry behaviour by @rcypher-databricks in #125
- Bug fix for null values in complex types by @rcypher-databricks in #128
- Tweak retry behaviour by @rcypher-databricks in #131
- Bump version to 1.3.0 by @rcypher-databricks in #132
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Implementing error types by @rcypher-databricks in #117
- Implemented IsRetryable() and RetryAfter() for DatabricksError by @rcypher-databricks in #119
- Bump version to 1.2.0 by @rcypher-databricks in #121
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Feat: Support ability to retry on specific failures by @andrefurlan-db in #95
- Update DriverVersion in Config to 1.0.1 by @mattdeekay in #94
- use ClientProtocolI64 by @andrefurlan-db in #97
- Fetch results in arrow format by @andrefurlan-db in #109
- Improve error message and retry behaviour by @andrefurlan-db in #111
- bump linter to 1.51 by @andrefurlan-db in #113
- Update driver version to 1.1.0 by @rcypher-databricks in #112
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Fixing cancel race condition by @andrefurlan-db in #92
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Package doc (doc.go) by @mattdeekay in #69
- Handle FLOAT values as float32 by @rcypher-databricks in #78
- Fix for result.AffectedRows by @andrefurlan-db in #79
- Add or edit documentation above methods by @mattdeekay in #80
- Removed old comments and transferred todos to jira by @mattdeekay in #82
- Use new ctx when closing operation after cancel by @andrefurlan-db in #86
- Set default port to 443 by @andrefurlan-db in #88
Full Changelog: v0.2.2...v1.0.0
v1.0.0-rc.1
What's Changed
- Package doc (doc.go) by @mattdeekay in #69
- Handle FLOAT values as float32 by @rcypher-databricks in #78
- Fix for result.AffectedRows by @andrefurlan-db in #79
- Add or edit documentation above methods by @mattdeekay in #80
- Tweaks to readme by @mattdeekay in #83
- Removed old comments and transferred todos to jira by @mattdeekay in #82
- Use new ctx when closing operation after cancel by @andrefurlan-db in #86
Full Changelog: v0.2.2...v1.0.0-rc.1
v0.2.2
What's Changed
- Handle parsing negative years in dates by @rcypher-databricks in #71
- fix thread safety issue by @carl-db in #74
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Don't ignore error in InitThriftClient by @aldld in #61
- Close optimization for Rows by @rcypher-databricks in #64
- Close operation after executing statement by @rcypher-databricks in #65
- Minor change to examples by @tauseef-h in #62
- P&R improvements by @andrefurlan-db in #60
New Contributors
- @aldld made their first contribution in #61
- @tauseef-h made their first contribution in #62
Full Changelog: v0.2.0...v0.2.1