* Added an extensive set of examples ([113](https://github.com/databricks/databricks-sdk-py/pull/113)). * Fixed broken `dbutils.fs.mount` and `dbutils.fs.updateMount` ([119](https://github.com/databricks/databricks-sdk-py/pull/119)). * Ignore `.netrc` when sending unauthenticated requests for OAuth handshake ([108](https://github.com/databricks/databricks-sdk-py/pull/108)). * Make ApiClient more `pyodide` friendly ([114](https://github.com/databricks/databricks-sdk-py/pull/114)). * Persist token acquired through `external-browser` auth type ([110](https://github.com/databricks/databricks-sdk-py/pull/110)). * Prototype for notebook-native auth ([115](https://github.com/databricks/databricks-sdk-py/pull/115)). * Rename `RefreshableCredentials` to `SessionCredentials` ([116](https://github.com/databricks/databricks-sdk-py/pull/116)). * Use shell for opening `az` cli on Windows ([117](https://github.com/databricks/databricks-sdk-py/pull/117)).
0.1.6
Not secure
* Preserve original `databricks.sdk.runtime` for internal purposes ([96](https://github.com/databricks/databricks-sdk-py/pull/96)).
0.1.5
Not secure
* Pin version of `requests` to `>=2.28.1,<2.29.0`, so that we don't get `ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3`. See [this issue](https://github.com/psf/requests/issues/6432) for more information.
0.1.4
Not secure
* 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
Not secure
* Added support for sdist ([86](https://github.com/databricks/databricks-sdk-py/pull/86)). * Removed redundant newlines from AAD OAuth responses ([85](https://github.com/databricks/databricks-sdk-py/pull/85)). * Update README.md with doc links ([83](https://github.com/databricks/databricks-sdk-py/pull/83)).