|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## [Release] Release v0.41.0 |
| 4 | + |
| 5 | +### New Features and Improvements |
| 6 | + |
| 7 | + * Add `serving.http_request` to call external functions. ([#857](https://github.com/databricks/databricks-sdk-py/pull/857)). |
| 8 | + * Files API client: recover on download failures ([#844](https://github.com/databricks/databricks-sdk-py/pull/844)) ([#845](https://github.com/databricks/databricks-sdk-py/pull/845)). |
| 9 | + |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | + * Properly pass query parameters in apps and oauth2 ([#862](https://github.com/databricks/databricks-sdk-py/pull/862)). |
| 14 | + |
| 15 | + |
| 16 | +### Internal Changes |
| 17 | + |
| 18 | + * Add unit tests for external-browser authentication ([#863](https://github.com/databricks/databricks-sdk-py/pull/863)). |
| 19 | + * Decouple oauth2 and serving ([#855](https://github.com/databricks/databricks-sdk-py/pull/855)). |
| 20 | + * Migrate workflows that need write access to use hosted runners ([#850](https://github.com/databricks/databricks-sdk-py/pull/850)). |
| 21 | + * Stop testing Python 3.7 on Ubuntu ([#858](https://github.com/databricks/databricks-sdk-py/pull/858)). |
| 22 | + |
| 23 | + |
| 24 | +### API Changes: |
| 25 | + |
| 26 | + * Added [w.access_control](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/access_control.html) workspace-level service. |
| 27 | + * Added `http_request()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service. |
| 28 | + * Added `no_compute` field for `databricks.sdk.service.apps.CreateAppRequest`. |
| 29 | + * Added `has_more` field for `databricks.sdk.service.jobs.BaseJob`. |
| 30 | + * Added `has_more` field for `databricks.sdk.service.jobs.BaseRun`. |
| 31 | + * Added `page_token` field for `databricks.sdk.service.jobs.GetJobRequest`. |
| 32 | + * Added `has_more` and `next_page_token` fields for `databricks.sdk.service.jobs.Job`. |
| 33 | + * Added `has_more` field for `databricks.sdk.service.jobs.Run`. |
| 34 | + * Added `clean_rooms_notebook_output` field for `databricks.sdk.service.jobs.RunOutput`. |
| 35 | + * Added `scopes` field for `databricks.sdk.service.oauth2.UpdateCustomAppIntegration`. |
| 36 | + * Added `run_as` field for `databricks.sdk.service.pipelines.CreatePipeline`. |
| 37 | + * Added `run_as` field for `databricks.sdk.service.pipelines.EditPipeline`. |
| 38 | + * Added `authorization_details` and `endpoint_url` fields for `databricks.sdk.service.serving.DataPlaneInfo`. |
| 39 | + * Added `contents` field for `databricks.sdk.service.serving.GetOpenApiResponse`. |
| 40 | + * Added `activated`, `activation_url`, `authentication_type`, `cloud`, `comment`, `created_at`, `created_by`, `data_recipient_global_metastore_id`, `ip_access_list`, `metastore_id`, `name`, `owner`, `properties_kvpairs`, `region`, `sharing_code`, `tokens`, `updated_at` and `updated_by` fields for `databricks.sdk.service.sharing.RecipientInfo`. |
| 41 | + * Added `expiration_time` field for `databricks.sdk.service.sharing.RecipientInfo`. |
| 42 | + * Added . |
| 43 | + * Added . |
| 44 | + * Added , , and . |
| 45 | + * Added . |
| 46 | + * Added , , , and . |
| 47 | + * Changed `update()` method for [a.account_federation_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_federation_policy.html) account-level service with new required argument order. |
| 48 | + * Changed `update()` method for [a.service_principal_federation_policy](https://databricks-sdk-py.readthedocs.io/en/latest/account/service_principal_federation_policy.html) account-level service with new required argument order. |
| 49 | + * Changed `update()` method for [w.recipients](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/recipients.html) workspace-level service to return `databricks.sdk.service.sharing.RecipientInfo` dataclass. |
| 50 | + * Changed `update()` method for [w.recipients](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/recipients.html) workspace-level service return type to become non-empty. |
| 51 | + * Changed `update()` method for [w.recipients](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/recipients.html) workspace-level service to type `update()` method for [w.recipients](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/recipients.html) workspace-level service. |
| 52 | + * Changed `get_open_api()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service return type to become non-empty. |
| 53 | + * Changed `patch()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service to type `patch()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service. |
| 54 | + * Changed `patch()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service to return `databricks.sdk.service.serving.EndpointTags` dataclass. |
| 55 | + * Changed `databricks.sdk.service.serving.EndpointTagList` dataclass to. |
| 56 | + * Changed `collaborator_alias` field for `databricks.sdk.service.cleanrooms.CleanRoomCollaborator` to be required. |
| 57 | + * Changed `collaborator_alias` field for `databricks.sdk.service.cleanrooms.CleanRoomCollaborator` to be required. |
| 58 | + * Changed `update_mask` field for `databricks.sdk.service.oauth2.UpdateAccountFederationPolicyRequest` to no longer be required. |
| 59 | + * Changed `update_mask` field for `databricks.sdk.service.oauth2.UpdateServicePrincipalFederationPolicyRequest` to no longer be required. |
| 60 | + * Changed `days_of_week` field for `databricks.sdk.service.pipelines.RestartWindow` to type `databricks.sdk.service.pipelines.DayOfWeekList` dataclass. |
| 61 | + * Changed `behavior` field for `databricks.sdk.service.serving.AiGatewayGuardrailPiiBehavior` to no longer be required. |
| 62 | + * Changed `behavior` field for `databricks.sdk.service.serving.AiGatewayGuardrailPiiBehavior` to no longer be required. |
| 63 | + * Changed `project_id` and `region` fields for `databricks.sdk.service.serving.GoogleCloudVertexAiConfig` to be required. |
| 64 | + * Changed `project_id` and `region` fields for `databricks.sdk.service.serving.GoogleCloudVertexAiConfig` to be required. |
| 65 | + * Changed `workload_type` field for `databricks.sdk.service.serving.ServedEntityInput` to type `databricks.sdk.service.serving.ServingModelWorkloadType` dataclass. |
| 66 | + * Changed `workload_type` field for `databricks.sdk.service.serving.ServedEntityOutput` to type `databricks.sdk.service.serving.ServingModelWorkloadType` dataclass. |
| 67 | + * Changed `workload_type` field for `databricks.sdk.service.serving.ServedModelOutput` to type `databricks.sdk.service.serving.ServingModelWorkloadType` dataclass. |
| 68 | + * Changed . |
| 69 | + * Changed . |
| 70 | + |
| 71 | +OpenAPI SHA: 58905570a9928fc9ed31fba14a2edaf9a7c55b08, Date: 2025-01-20 |
| 72 | + |
3 | 73 | ## [Release] Release v0.40.0 |
4 | 74 |
|
5 | 75 | ### API Changes: |
|
0 commit comments