Skip to content

Commit 3bfe1d0

Browse files
authored
Release v0.7.1 (#322)
* Improve file download performance ([#319](#319)).
1 parent 7986398 commit 3bfe1d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.7.1
4+
5+
* Improve file download performance ([#319](https://github.com/databricks/databricks-sdk-py/pull/319)).
6+
7+
38
## 0.7.0
49

510
* Added support for GZIP'ed streaming responses ([#306](https://github.com/databricks/databricks-sdk-py/pull/306)).

databricks/sdk/version.py

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

0 commit comments

Comments
 (0)