Skip to content

Commit c42296e

Browse files
authored
Release v0.1.4 (#95)
# Version changelog ## 0.1.4 * Removed experimental redacting logger filter for `dbutils.secrets.get('scope', 'key')`, that was causing Jupyter Kernels to hang ([#92](#92)). * Fixed error handling for SCIM and CommandExecution APIs ([#94](#94)). * Created `dependabot.yml` ([#89](#89)).
1 parent 09f45f0 commit c42296e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.4
4+
5+
* Removed experimental redacting logger filter for `dbutils.secrets.get('scope', 'key')`, that was causing Jupyter Kernels to hang ([#92](https://github.com/databricks/databricks-sdk-py/pull/92)).
6+
* Fixed error handling for SCIM and CommandExecution APIs ([#94](https://github.com/databricks/databricks-sdk-py/pull/94)).
7+
* Created `dependabot.yml` ([#89](https://github.com/databricks/databricks-sdk-py/pull/89)).
8+
39
## 0.1.3
410

511
* Added support for sdist ([#86](https://github.com/databricks/databricks-sdk-py/pull/86)).

databricks/sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.3'
1+
__version__ = '0.1.4'

0 commit comments

Comments
 (0)