We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7986398 commit 3bfe1d0Copy full SHA for 3bfe1d0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Version changelog
2
3
+## 0.7.1
4
+
5
+* Improve file download performance ([#319](https://github.com/databricks/databricks-sdk-py/pull/319)).
6
7
8
## 0.7.0
9
10
* Added support for GZIP'ed streaming responses ([#306](https://github.com/databricks/databricks-sdk-py/pull/306)).
databricks/sdk/version.py
@@ -1 +1 @@
-__version__ = '0.7.0'
+__version__ = '0.7.1'
0 commit comments