Releases: databricks/databricks-sdk-py
Releases · databricks/databricks-sdk-py
v0.1.8
v0.1.7
- Added an extensive set of examples (#113).
- Fixed broken
dbutils.fs.mount
anddbutils.fs.updateMount
(#119). - Ignore
.netrc
when sending unauthenticated requests for OAuth handshake (#108). - Make ApiClient more
pyodide
friendly (#114). - Persist token acquired through
external-browser
auth type (#110). - Prototype for notebook-native auth (#115).
- Rename
RefreshableCredentials
toSessionCredentials
(#116). - Use shell for opening
az
cli on Windows (#117).
v0.1.6
v0.1.5
- Pin version of
requests
to>=2.28.1,<2.29.0
, so that we don't getImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3
. See this issue for more information.
v0.1.4
v0.1.3
v0.1.2
v0.1.0
v0.0.7
v0.0.4
What's Changed
- Make pytest skipping/debugging work from VS Code by @pietern in #42
- Implement
dbutils.secrets.*
equivalent by @nfx in #43 - Use datetime.timedelta for timeout duration by @pietern in #44
- Update from OpenAPI spec by @nfx in #45
- Make long-running operations consistently return
Wait[T]
by @nfx in #46 - Add a random string to name of cluster created by tests by @kartikgupta-db in #48
- Added disclaimer for private preview by @saadansari-db in #49
- Convert token expiration datetime to/from string by @pietern in #47
- Release v0.0.4 by @nfx in #50
New Contributors
- @pietern made their first contribution in #42
- @kartikgupta-db made their first contribution in #48
Full Changelog: v0.0.3...v0.0.4