|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## Release v0.122.0 (2026-07-21) |
| 4 | + |
| 5 | +### API Changes |
| 6 | +* Add `list_clean_room_task_runs_handler()` method for [w.clean_room_task_runs](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/cleanrooms/clean_room_task_runs.html) workspace-level service. |
| 7 | +* Add `create_cdf_config()`, `delete_cdf_config()`, `get_cdf_config()`, `get_cdf_status()`, `list_cdf_configs()` and `list_cdf_statuses()` methods for [w.postgres](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/postgres/postgres.html) workspace-level service. |
| 8 | +* Add `initial_parent_path` field for `databricks.sdk.service.bundledeployments.Deployment`. |
| 9 | +* Add `parent` field for `databricks.sdk.service.catalog.CreateConnection`. |
| 10 | +* Add `parent` field for `databricks.sdk.service.catalog.ListConnectionsRequest`. |
| 11 | +* Add `enable_shared_output` field for `databricks.sdk.service.cleanrooms.CleanRoom`. |
| 12 | +* Add `jar_analysis` field for `databricks.sdk.service.cleanrooms.CleanRoomAsset`. |
| 13 | +* Add `description` and `environment_version` fields for `databricks.sdk.service.cleanrooms.CleanRoomAssetNotebook`. |
| 14 | +* Add `shared_output_schema_expiration_time` and `shared_output_schema_name` fields for `databricks.sdk.service.cleanrooms.CleanRoomNotebookTaskRun`. |
| 15 | +* Add `enable_shared_output` and `package_provider_collaborator_alias` fields for `databricks.sdk.service.cleanrooms.CleanRoomRemoteDetail`. |
| 16 | +* Add `jar_analysis_review` field for `databricks.sdk.service.cleanrooms.CreateCleanRoomAssetReviewRequest`. |
| 17 | +* Add `jar_analysis_review_state` and `jar_analysis_reviews` fields for `databricks.sdk.service.cleanrooms.CreateCleanRoomAssetReviewResponse`. |
| 18 | +* Add `capacity_reservation_group` field for `databricks.sdk.service.compute.InstancePoolAzureAttributes`. |
| 19 | +* Add `effective_workspace_id` field for `databricks.sdk.service.disasterrecovery.StableUrl`. |
| 20 | +* Add `performance_target` field for `databricks.sdk.service.jobs.SubmitRun`. |
| 21 | +* Add `dataframe_schema` and `transformation_sql` fields for `databricks.sdk.service.ml.StreamSource`. |
| 22 | +* Add `lifetime` and `sawtooth` fields for `databricks.sdk.service.ml.TimeWindow`. |
| 23 | +* Add `effective_table_prefix` field for `databricks.sdk.service.ml.UcTraceLocation`. |
| 24 | +* Add `aws_vpc_endpoint_info` and `gcp_psc_endpoint_info` fields for `databricks.sdk.service.networking.Endpoint`. |
| 25 | +* Add `reddit_ads_options` field for `databricks.sdk.service.pipelines.ConnectorOptions`. |
| 26 | +* Add `custom_report_options` field for `databricks.sdk.service.pipelines.GoogleAdsOptions`. |
| 27 | +* Add `custom_report_options` field for `databricks.sdk.service.pipelines.MetaMarketingOptions`. |
| 28 | +* Add `source_metadata_column` field for `databricks.sdk.service.pipelines.TableSpecificConfig`. |
| 29 | +* Add `custom_report_options` field for `databricks.sdk.service.pipelines.TikTokAdsOptions`. |
| 30 | +* Add `table_names` and `telemetry_profile_id` fields for `databricks.sdk.service.serving.TelemetryConfig`. |
| 31 | +* Add `git_cli_enabled` field for `databricks.sdk.service.workspace.GetRepoResponse`. |
| 32 | +* Add `jdbc` enum value for `databricks.sdk.service.catalog.ConnectionType`. |
| 33 | +* Add `jar_analysis` enum value for `databricks.sdk.service.cleanrooms.CleanRoomAssetAssetType`. |
| 34 | +* Add `minutes` enum value for `databricks.sdk.service.jobs.PeriodicTriggerConfigurationTimeUnit`. |
| 35 | +* Add `ksa_ecc_ccc_dcc` enum value for `databricks.sdk.service.settings.ComplianceStandard`. |
| 36 | +* [Breaking] Change `create_workspace_assignment_detail()`, `delete_workspace_assignment_detail()`, `get_workspace_access_detail()`, `get_workspace_assignment_detail()`, `list_workspace_assignment_details()`, `resolve_group()`, `resolve_service_principal()`, `resolve_user()` and `update_workspace_assignment_detail()` methods for [a.account_iam_v2](https://databricks-sdk-py.readthedocs.io/en/latest/account/iamv2/account_iam_v2.html) account-level service. Method path has changed. |
| 37 | +* [Breaking] Change `create_workspace_assignment_detail_proxy()`, `delete_workspace_assignment_detail_proxy()`, `get_workspace_access_detail_local()`, `get_workspace_assignment_detail_proxy()`, `list_workspace_assignment_details_proxy()`, `resolve_group_proxy()`, `resolve_service_principal_proxy()`, `resolve_user_proxy()` and `update_workspace_assignment_detail_proxy()` methods for [w.workspace_iam_v2](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/iamv2/workspace_iam_v2.html) workspace-level service. Method path has changed. |
| 38 | +* [Breaking] Change `internal_id` field for `databricks.sdk.service.iamv2.Group` to type `str` dataclass. |
| 39 | +* [Breaking] Change `internal_id` field for `databricks.sdk.service.iamv2.ServicePrincipal` to type `str` dataclass. |
| 40 | +* [Breaking] Change `internal_id` field for `databricks.sdk.service.iamv2.User` to type `str` dataclass. |
| 41 | +* Change `window_duration` field for `databricks.sdk.service.ml.RollingWindow` to no longer be required. |
| 42 | +* [Breaking] Change `window_duration` field for `databricks.sdk.service.ml.RollingWindow` to no longer be required. |
| 43 | +* Change `window_duration` field for `databricks.sdk.service.ml.SlidingWindow` to no longer be required. |
| 44 | +* [Breaking] Change `window_duration` field for `databricks.sdk.service.ml.SlidingWindow` to no longer be required. |
| 45 | +* [Breaking] Remove `code_source_path` field for `databricks.sdk.service.jobs.AiRuntimeTask`. |
| 46 | +* [Breaking] Remove `long_rolling` field for `databricks.sdk.service.ml.TimeWindow`. |
| 47 | + |
3 | 48 | ## Release v0.121.0 (2026-07-09) |
4 | 49 |
|
5 | 50 | ### API Changes |
|
0 commit comments