|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## Release v0.66.0 |
| 4 | + |
| 5 | +### New Features and Improvements |
| 6 | + |
| 7 | +* Add a public helper function to build a `CredentialsProvider` directly from an `IdTokenSource`. |
| 8 | + |
| 9 | +### API Changes |
| 10 | +* Added `databricks.sdk.service.iamv2` package. |
| 11 | +* Added [a.account_groups_v2](https://databricks-sdk-py.readthedocs.io/en/latest/account/iam/account_groups_v2.html) account-level service, [a.account_service_principals_v2](https://databricks-sdk-py.readthedocs.io/en/latest/account/iam/account_service_principals_v2.html) account-level service, [a.account_users_v2](https://databricks-sdk-py.readthedocs.io/en/latest/account/iam/account_users_v2.html) account-level service, [w.groups_v2](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/iam/groups_v2.html) workspace-level service, [w.service_principals_v2](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/iam/service_principals_v2.html) workspace-level service and [w.users_v2](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/iam/users_v2.html) workspace-level service. |
| 12 | +* Added [a.account_iam_v2](https://databricks-sdk-py.readthedocs.io/en/latest/account/iamv2/account_iam_v2.html) account-level service and [w.workspace_iam_v2](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/iamv2/workspace_iam_v2.html) workspace-level service. |
| 13 | +* Added [w.feature_engineering](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ml/feature_engineering.html) workspace-level service. |
| 14 | +* Added `java_dependencies` field for `databricks.sdk.service.compute.Environment`. |
| 15 | +* Added `followup_questions` field for `databricks.sdk.service.dashboards.GenieAttachment`. |
| 16 | +* Added `feedback` field for `databricks.sdk.service.dashboards.GenieMessage`. |
| 17 | +* Added `effective_capacity` field for `databricks.sdk.service.database.DatabaseInstance`. |
| 18 | +* Added `disabled` field for `databricks.sdk.service.jobs.Task`. |
| 19 | +* Added `netsuite_jar_path` field for `databricks.sdk.service.pipelines.IngestionPipelineDefinition`. |
| 20 | +* Added `workday_report_parameters` field for `databricks.sdk.service.pipelines.TableSpecificConfig`. |
| 21 | +* Added `auxiliary_managed_location` field for `databricks.sdk.service.sharing.TableInternalAttributes`. |
| 22 | +* Added `alerts` field for `databricks.sdk.service.sql.ListAlertsV2Response`. |
| 23 | +* Added `create_time` and `update_time` fields for `databricks.sdk.service.tags.TagPolicy`. |
| 24 | +* Added `table_delta_uniform_iceberg_foreign_deltasharing` enum value for `databricks.sdk.service.catalog.SecurableKind`. |
| 25 | +* Added `no_activated_k8s` and `usage_policy_entitlement_denied` enum values for `databricks.sdk.service.compute.TerminationReasonCode`. |
| 26 | +* Added `internal_catalog_path_overlap_exception` and `internal_catalog_missing_uc_path_exception` enum values for `databricks.sdk.service.dashboards.MessageErrorType`. |
| 27 | +* Added `foreign_catalog` enum value for `databricks.sdk.service.pipelines.IngestionSourceType`. |
| 28 | +* Added `foreign_iceberg_table` enum value for `databricks.sdk.service.sharing.TableInternalAttributesSharedTableType`. |
| 29 | +* [Breaking] Removed `disabled` field for `databricks.sdk.service.jobs.RunTask`. |
| 30 | +* [Breaking] Removed `default_data_security_mode` and `effective_default_data_security_mode` fields for `databricks.sdk.service.settingsv2.Setting`. |
| 31 | +* Added `list_shares()` method for [w.shares](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/sharing/shares.html) workspace-level service. |
| 32 | +* Added `suggested_questions` field for `databricks.sdk.service.dashboards.GenieAttachment`. |
| 33 | +* Added `warehouse_id` field for `databricks.sdk.service.dashboards.GenieSpace`. |
| 34 | +* Added `palantir` enum value for `databricks.sdk.service.catalog.ConnectionType`. |
| 35 | +* Added `table_metric_view_deltasharing` and `table_foreign_palantir` enum values for `databricks.sdk.service.catalog.SecurableKind`. |
| 36 | +* Added `no_activated_k8s_testing_tag` enum value for `databricks.sdk.service.compute.TerminationReasonCode`. |
| 37 | +* Added `metric_view` enum value for `databricks.sdk.service.sharing.TableInternalAttributesSharedTableType`. |
| 38 | +* [Breaking] Removed `followup_questions` field for `databricks.sdk.service.dashboards.GenieAttachment`. |
| 39 | +* [Breaking] Removed `comment` field for `databricks.sdk.service.dashboards.GenieFeedback`. |
| 40 | +* [Breaking] Removed `comment` field for `databricks.sdk.service.dashboards.GenieSendMessageFeedbackRequest`. |
| 41 | + |
| 42 | + |
3 | 43 | ## Release v0.65.0 |
4 | 44 |
|
5 | 45 | ### New Features and Improvements |
|
0 commit comments