Skip to content

Tags: databricks/databricks-sql-go

Tags

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release 1.6.1 (#245)

Signed-off-by: Levko Kravets <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v1.6.0 (#241)

Signed-off-by: Levko Kravets <[email protected]>

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v1.5.7 (#229)

Signed-off-by: Levko Kravets <[email protected]>

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v1.5.6 (#226)

Signed-off-by: Levko Kravets <[email protected]>

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v1.5.5 (#219)

Signed-off-by: Levko Kravets <[email protected]>

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v1.5.4 (#208)

Signed-off-by: Levko Kravets <[email protected]>

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated driver version and change log for 1.5.3 (#187)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug fix for OAuth m2m scopes (#178)

Updated m2m authenticator to use "all-apis" scope.
Added a new constructor function for m2m authenticator that allows
client to pass in additional scopes.
Signed-off-by: Raymond Cypher <[email protected]>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[PECO-1179] Added handling for staging remove (#174)

Earlier when I had coded this, I accidentally introduced a bug where the
user facing API was delete instead of remove. This was because under the
hood we are doing a delete operation. This should fix the bug, we should
definitely hotfix our release. I've tested it locally for each operation
this time.

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated example and docs for GetArrowBatches (#171)

Updated the example and documentation for GetArrowBatches to include
releasing the arrow batch.
Signed-off-by: Raymond Cypher <[email protected]>