|
1 | 1 | # Version changelog |
2 | 2 |
|
| 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`. |
0 commit comments