Skip to content

Commit 5048934

Browse files
authored
Bump to version 3.1.0 (#358)
Signed-off-by: Jacky Hu <[email protected]>
1 parent 2977f70 commit 5048934

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Release History
22

3-
# 3.0.4 (TBD)
3+
# 3.1.0 (2024-02-16)
44

5-
- Revert retry-after behavior to be exponential backoff
5+
- Revert retry-after behavior to be exponential backoff (#349)
6+
- Support Databricks OAuth on Azure (#351)
7+
- Support Databricks OAuth on GCP (#338)
68

79
# 3.0.3 (2024-02-02)
810

9-
- Add support in-house OAuth on GCP (#338)
1011
- Revised docstrings and examples for OAuth (#339)
1112
- Redact the URL query parameters from the urllib3.connectionpool logs (#341)
1213

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-connector"
3-
version = "3.0.3"
3+
version = "3.1.0"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

src/databricks/sql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __repr__(self):
6262
DATE = DBAPITypeObject("date")
6363
ROWID = DBAPITypeObject()
6464

65-
__version__ = "3.0.3"
65+
__version__ = "3.1.0"
6666
USER_AGENT_NAME = "PyDatabricksSqlConnector"
6767

6868
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)