|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## [Release] Release v0.37.0 |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | + * Correctly generate classes with nested body fields ([#808](https://github.com/databricks/databricks-sdk-py/pull/808)). |
| 8 | + |
| 9 | + |
| 10 | +### Internal Changes |
| 11 | + |
| 12 | + * Add `cleanrooms` package ([#806](https://github.com/databricks/databricks-sdk-py/pull/806)). |
| 13 | + * Add test instructions for external contributors ([#804](https://github.com/databricks/databricks-sdk-py/pull/804)). |
| 14 | + * Always write message for manual test execution ([#811](https://github.com/databricks/databricks-sdk-py/pull/811)). |
| 15 | + * Automatically trigger integration tests on PR ([#800](https://github.com/databricks/databricks-sdk-py/pull/800)). |
| 16 | + * Better isolate ML serving auth unit tests ([#803](https://github.com/databricks/databricks-sdk-py/pull/803)). |
| 17 | + * Move templates in the code generator ([#809](https://github.com/databricks/databricks-sdk-py/pull/809)). |
| 18 | + |
| 19 | + |
| 20 | +### API Changes: |
| 21 | + |
| 22 | + * Added [w.aibi_dashboard_embedding_access_policy](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/aibi_dashboard_embedding_access_policy.html) workspace-level service and [w.aibi_dashboard_embedding_approved_domains](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/aibi_dashboard_embedding_approved_domains.html) workspace-level service. |
| 23 | + * Added [w.credentials](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/credentials.html) workspace-level service. |
| 24 | + * Added `app_deployment` field for `databricks.sdk.service.apps.CreateAppDeploymentRequest`. |
| 25 | + * Added `app` field for `databricks.sdk.service.apps.CreateAppRequest`. |
| 26 | + * Added `app` field for `databricks.sdk.service.apps.UpdateAppRequest`. |
| 27 | + * Added `table` field for `databricks.sdk.service.catalog.CreateOnlineTableRequest`. |
| 28 | + * Added `azure_aad` field for `databricks.sdk.service.catalog.GenerateTemporaryTableCredentialResponse`. |
| 29 | + * Added `full_name` field for `databricks.sdk.service.catalog.StorageCredentialInfo`. |
| 30 | + * Added `dashboard` field for `databricks.sdk.service.dashboards.CreateDashboardRequest`. |
| 31 | + * Added `schedule` field for `databricks.sdk.service.dashboards.CreateScheduleRequest`. |
| 32 | + * Added `subscription` field for `databricks.sdk.service.dashboards.CreateSubscriptionRequest`. |
| 33 | + * Added `warehouse_id` field for `databricks.sdk.service.dashboards.Schedule`. |
| 34 | + * Added `dashboard` field for `databricks.sdk.service.dashboards.UpdateDashboardRequest`. |
| 35 | + * Added `schedule` field for `databricks.sdk.service.dashboards.UpdateScheduleRequest`. |
| 36 | + * Added `page_token` field for `databricks.sdk.service.oauth2.ListServicePrincipalSecretsRequest`. |
| 37 | + * Added `next_page_token` field for `databricks.sdk.service.oauth2.ListServicePrincipalSecretsResponse`. |
| 38 | + * Added `connection_name` field for `databricks.sdk.service.pipelines.IngestionGatewayPipelineDefinition`. |
| 39 | + * Added `is_no_public_ip_enabled` field for `databricks.sdk.service.provisioning.CreateWorkspaceRequest`. |
| 40 | + * Added `external_customer_info` and `is_no_public_ip_enabled` fields for `databricks.sdk.service.provisioning.Workspace`. |
| 41 | + * Added `last_used_day` field for `databricks.sdk.service.settings.TokenInfo`. |
| 42 | + * Changed `create()` method for [w.apps](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/apps.html) workspace-level service with new required argument order. |
| 43 | + * Changed `execute_message_query()` method for [w.genie](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/genie.html) workspace-level service . New request type is `databricks.sdk.service.dashboards.GenieExecuteMessageQueryRequest` dataclass. |
| 44 | + * Changed `execute_message_query()` method for [w.genie](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/genie.html) workspace-level service to type `execute_message_query()` method for [w.genie](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/genie.html) workspace-level service. |
| 45 | + * Changed `create()`, `create_schedule()`, `create_subscription()` and `update_schedule()` methods for [w.lakeview](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/lakeview.html) workspace-level service with new required argument order. |
| 46 | + * Removed [w.clean_rooms](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/clean_rooms.html) workspace-level service. |
| 47 | + * Removed `deployment_id`, `mode` and `source_code_path` fields for `databricks.sdk.service.apps.CreateAppDeploymentRequest`. |
| 48 | + * Removed `description`, `name` and `resources` fields for `databricks.sdk.service.apps.CreateAppRequest`. |
| 49 | + * Removed `description` and `resources` fields for `databricks.sdk.service.apps.UpdateAppRequest`. |
| 50 | + * Removed `name` and `spec` fields for `databricks.sdk.service.catalog.CreateOnlineTableRequest`. |
| 51 | + * Removed `display_name`, `parent_path`, `serialized_dashboard` and `warehouse_id` fields for `databricks.sdk.service.dashboards.CreateDashboardRequest`. |
| 52 | + * Removed `cron_schedule`, `display_name` and `pause_status` fields for `databricks.sdk.service.dashboards.CreateScheduleRequest`. |
| 53 | + * Removed `subscriber` field for `databricks.sdk.service.dashboards.CreateSubscriptionRequest`. |
| 54 | + * Removed `display_name`, `etag`, `serialized_dashboard` and `warehouse_id` fields for `databricks.sdk.service.dashboards.UpdateDashboardRequest`. |
| 55 | + * Removed `cron_schedule`, `display_name`, `etag` and `pause_status` fields for `databricks.sdk.service.dashboards.UpdateScheduleRequest`. |
| 56 | + * Removed `prev_page_token` field for `databricks.sdk.service.jobs.Run`. |
| 57 | + |
| 58 | +OpenAPI SHA: 5285ce76f81314f342c1702d5c2ad4ef42488781, Date: 2024-11-04 |
| 59 | + |
3 | 60 | ## [Release] Release v0.36.0 |
4 | 61 |
|
5 | 62 | ### Breaking Changes |
|
0 commit comments