Skip to content

Commit 79263e6

Browse files
authored
Release v0.1.0 (#79)
# Version changelog ## 0.1.0 * Make code working with new OpenAPI packaging ([#78](#78)). * Added `bricks` CLI authentication ([#66](#66)). * Use `databricks.sdk.oauth` logger for single-request server ([#74](#74)). * Support more Azure environments ([#73](#73)). * Added SECURITY.md ([#64](#64)).
1 parent f05ccd2 commit 79263e6

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0
4+
5+
* Make code working with new OpenAPI packaging ([#78](https://github.com/databricks/databricks-sdk-py/pull/78)).
6+
* Added `bricks` CLI authentication ([#66](https://github.com/databricks/databricks-sdk-py/pull/66)).
7+
* Use `databricks.sdk.oauth` logger for single-request server ([#74](https://github.com/databricks/databricks-sdk-py/pull/74)).
8+
* Support more Azure environments ([#73](https://github.com/databricks/databricks-sdk-py/pull/73)).
9+
* Added SECURITY.md ([#64](https://github.com/databricks/databricks-sdk-py/pull/64)).
10+
11+
API changes:
12+
13+
* Moved `clusterpolicies` APIs to `compute` package.
14+
* Moved `clusters` APIs to `compute` package.
15+
* Moved `commands` APIs to `compute` package.
16+
* Moved `globalinitscripts` APIs to `compute` package.
17+
* Moved `instancepools` APIs to `compute` package.
18+
* Moved `scim` APIs to `iam` package.
19+
* Moved `permissions` APIs to `iam` package.
20+
* Moved `ipaccesslists` APIs to `settings` package.
21+
* Moved `tokenmanagement` APIs to `settings` package.
22+
* Moved `tokens` APIs to `settings` package.
23+
* Moved `workspaceconf` APIs to `settings` package.
24+
* Moved `gitcredentials` APIs to `workspace` package.
25+
* Moved `repos` APIs to `workspace` package.
26+
* Moved `secrets` APIs to `workspace` package.
27+
* Split `unitcatalog` package to `catalog` and `sharing`.
28+
* Renamed `mlflow` package to `ml`.
29+
* Renamed `dbfs` package to `files`.
30+
* Renamed `deployment` package to `provisioning`.
31+
* Renamed `endpoints` package to `serving`.
32+
* Renamed `clusters.List` type to `compute.ListClustersRequest`.
33+
* Renamed `jobs.ListRuns` type to `jobs.ListRunsRequest`.
34+
* Renamed `jobs.ExportRun` type to `jobs.ExportRunRequest`.
35+
* Renamed `clusterpolicies.List` type to `compute.ListClusterPoliciesRequest`.
36+
* Renamed `jobs.List` type to `jobs.ListJobsRequest`.
37+
* Renamed `permissions.GetPermissionLevels` type to `iam.GetPermissionLevelsRequest`.
38+
* Renamed `pipelines.ListPipelineEvents` type to `pipelines.ListPipelineEventsRequest`.
39+
* Renamed `pipelines.ListPipelines` type to `pipelines.ListPipelinesRequest`.
40+
* Renamed `workspaceconf.GetStatus` type to `settings.GetStatusRequest`.
41+
* Renamed `repos.List` type to `workspace.ListReposRequest`.
42+
* Renamed `tokenmanagement.List` type to `settings.ListTokenManagementRequest`.
43+
* Renamed `workspace.Export` type to `workspace.ExportRequest`.
44+
* Renamed `workspace.List` type to `workspace.ListWorkspaceRequest`.

databricks/sdk/version.py

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

0 commit comments

Comments
 (0)