Skip to content

Commit e2b3bc3

Browse files
authored
Revert "[Release] Release v0.34.0 (#788)"
This reverts commit a3794b1.
1 parent a3794b1 commit e2b3bc3

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

CHANGELOG.md

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

3-
## [Release] Release v0.34.0
4-
5-
### Bug Fixes
6-
7-
* Fix Model Serving Test ([#781](https://github.com/databricks/databricks-sdk-py/pull/781)).
8-
* Include package name for external types when deserializing responses ([#786](https://github.com/databricks/databricks-sdk-py/pull/786)).
9-
10-
11-
### Internal Changes
12-
13-
* Refactor ApiClient into `_BaseClient` and `ApiClient` ([#785](https://github.com/databricks/databricks-sdk-py/pull/785)).
14-
* Update to latest OpenAPI spec ([#787](https://github.com/databricks/databricks-sdk-py/pull/787)).
15-
* revert Support Models in `dbutils.fs` operations ([#750](https://github.com/databricks/databricks-sdk-py/pull/750)) ([#778](https://github.com/databricks/databricks-sdk-py/pull/778)).
16-
17-
18-
### API Changes:
19-
20-
* Added [w.disable_legacy_dbfs](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/disable_legacy_dbfs.html) workspace-level service.
21-
* Added `default_source_code_path` and `resources` fields for `databricks.sdk.service.apps.App`.
22-
* Added `resources` field for `databricks.sdk.service.apps.CreateAppRequest`.
23-
* Added `resources` field for `databricks.sdk.service.apps.UpdateAppRequest`.
24-
25-
OpenAPI SHA: bc17b474818138f19b78a7bea0675707dead2b87, Date: 2024-10-07
26-
273
## [Release] Release v0.33.0
284

295
### Internal Changes

databricks/sdk/version.py

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

0 commit comments

Comments
 (0)