Skip to content

Commit

Permalink
Release v0.1.4 (#95)
Browse files Browse the repository at this point in the history
# 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)).
  • Loading branch information
nfx committed May 5, 2023
1 parent 09f45f0 commit c42296e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version changelog

## 0.1.4

* 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)).
* Fixed error handling for SCIM and CommandExecution APIs ([#94](https://github.com/databricks/databricks-sdk-py/pull/94)).
* Created `dependabot.yml` ([#89](https://github.com/databricks/databricks-sdk-py/pull/89)).

## 0.1.3

* Added support for sdist ([#86](https://github.com/databricks/databricks-sdk-py/pull/86)).
Expand Down
2 changes: 1 addition & 1 deletion databricks/sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'

0 comments on commit c42296e

Please sign in to comment.