Releases: databricks/databricks-sql-go
Releases · databricks/databricks-sql-go
v1.9.0
What's Changed
- Added support for query tags
 - Passing session params in open session request instead of SET commands (#283)
 
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Ensure thrift field IDs stay within range by @vikrantpuppala in #276
 - Add Arrow IPC stream iterator for direct access to Arrow buffer by @jadewang-db in #279
 - Prepare for v1.8.0 release by @jadewang-db in #280
 
New Contributors
- @jadewang-db made their first contribution in #279
 
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- Fix critical CVE-2024-45337 by @vikrantpuppala in #264
 - Add nil handling for isStagingOperation to handle older DBR versions by @vikrantpuppala in #266
 - [PECOBLR-402] Update thrift client library after cleaning up unused fields and structs by @gopalldb in #268
 - Add schema to ArrowBatchIterator by @vikrantpuppala in #267
 
New Contributors
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Enable cloud fetch mode by default (#260 by @shivam2680)
 - Handle thrift protocol version for conditional feature support (cloud fetch, LZ4 compression, Arrow support) (#261 by @shivam2680)
 
New Contributors
- @shivam2680 made their first contribution in #260
 
Full Changelog: v1.6.2...v1.7.0
v1.6.2: Prepare for 1.6.2 (#259)
What's Changed
- Support positional query parameters by @kravets-levko in #247
 - fix: Add custom auth headers into cloud fetch request by @jackyhu-db in #249
 - fix: Propagate error in TFetchResults by @vikrantpuppala in #255
 - fix(security): GO-2024-2947, update to github.com/hashicorp/[email protected] (#251) by @prochac in #252
 - fix(security): update dependencies to fix CVE by @vikrantpuppala in #258
 
New Contributors
- @prochac made their first contribution in #252
 - @vikrantpuppala made their first contribution in #258
 
Full Changelog: v1.6.1...v1.6.2
v1.6.1
This release contains a fix for CloudFetch "row number N is not contained in any arrow batch" error (#234). Also it should fix some performance and memory issues related to CloudFetch
Full changelog: v1.6.0...v1.6.1
v1.6.0
- Security: Resolve HIGH vulnerability in x/net (CVE-2023-39325) (#233 by @anthonycrobinson)
 - Expose 
dbsql.ConnOptiontype (#202 by @shelldandy) - Fix a connection leak in PingContext (#240 by @jackyhu-db)
 
Full changelog: v1.5.7...v1.6.0
v1.5.7
v1.5.6
- Added connection option 
WithSkipTLSHostVerify(#225 by @jackyhu-db) 
Full Changelog: v1.5.5...v1.5.6
v1.5.5
- Fix: handle 
nilvalues passed as query parameter (#199 by @esdrasbeleza) - Fix: provide content length on staging file put (#217 by @candiduslynx)
 - Fix formatting of *float64 parameters (#215 by @esdrasbeleza)
 - Fix: use correct tenant ID for different Azure domains (#210 by @tubiskasaroos)
 
Full Changelog: v1.5.4...v1.5.5