Skip to content

Commit 93222ab

Browse files
Prepare release v1.6.0 (#241)
Signed-off-by: Levko Kravets <[email protected]>
1 parent 12eeae8 commit 93222ab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# the repo. Unless a later match takes precedence, these
33
# users will be requested for review when someone opens a
44
# pull request.
5-
* @yunbodeng-db @andrefurlan-db @rcypher-databricks @jadewang-db @kravets-levko
5+
* @yunbodeng-db @andrefurlan-db @rcypher-databricks @jadewang-db @kravets-levko @jackyhu-db
66

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## v1.6.0 (2024-07-31)
4+
5+
- Security: Resolve HIGH vulnerability in x/net (CVE-2023-39325) (databricks/databricks-sql-go#233 by @anthonycrobinson)
6+
- Expose `dbsql.ConnOption` type (databricks/databricks-sql-go#202 by @shelldandy)
7+
- Fix a connection leak in PingContext (databricks/databricks-sql-go#240 by @jackyhu-db)
8+
39
## v1.5.7 (2024-06-05)
410

511
- Reverted dependencies upgrade because of compatibility issues (databricks/databricks-sql-go#228)

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func init() {
1313
sql.Register("databricks", &databricksDriver{})
1414
}
1515

16-
var DriverVersion = "1.5.7" // update version before each release
16+
var DriverVersion = "1.6.0" // update version before each release
1717

1818
type databricksDriver struct{}
1919

0 commit comments

Comments
 (0)