|
1 | 1 | # Version changelog |
2 | 2 |
|
| 3 | +## 0.16.0 |
| 4 | + |
| 5 | +* Sort imports in service template ([#479](https://github.com/databricks/databricks-sdk-py/pull/479)). |
| 6 | +* Add `py.typed` to support PEP-561 ([#483](https://github.com/databricks/databricks-sdk-py/pull/483)). |
| 7 | +* Fixed bug in `@retried` when exception subtypes were not respected ([#484](https://github.com/databricks/databricks-sdk-py/pull/484)). |
| 8 | +* Make `WorkspaceClient` and `AccountClient` more friendly with autospeccing ([#480](https://github.com/databricks/databricks-sdk-py/pull/480)). |
| 9 | + |
| 10 | +API Changes: |
| 11 | + |
| 12 | + * Added `azure_workspace_info` field for `databricks.sdk.service.provisioning.Workspace`. |
| 13 | + * Added `databricks.sdk.service.provisioning.AzureWorkspaceInfo` dataclass. |
| 14 | + * Changed `update_config()` method for [w.serving_endpoints](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/serving_endpoints.html) workspace-level service with new required argument order. |
| 15 | + * Changed `served_entities` field for `databricks.sdk.service.serving.EndpointCoreConfigInput` to no longer be required. |
| 16 | + * Changed `create()` method for [a.account_ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html) account-level service with new required argument order. |
| 17 | + * Changed `replace()` method for [a.account_ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html) account-level service with new required argument order. |
| 18 | + * Changed `update()` method for [a.account_ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/account/account_ip_access_lists.html) account-level service with new required argument order. |
| 19 | + * Changed `create()` method for [w.ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html) workspace-level service with new required argument order. |
| 20 | + * Changed `replace()` method for [w.ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html) workspace-level service with new required argument order. |
| 21 | + * Changed `update()` method for [w.ip_access_lists](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/ip_access_lists.html) workspace-level service with new required argument order. |
| 22 | + * Changed `ip_addresses` field for `databricks.sdk.service.settings.CreateIpAccessList` to no longer be required. |
| 23 | + * Changed `ip_addresses` field for `databricks.sdk.service.settings.ReplaceIpAccessList` to no longer be required. |
| 24 | + * Removed `list_id` field for `databricks.sdk.service.settings.ReplaceIpAccessList`. |
| 25 | + * Changed `enabled` field for `databricks.sdk.service.settings.UpdateIpAccessList` to no longer be required. |
| 26 | + * Changed `ip_addresses` field for `databricks.sdk.service.settings.UpdateIpAccessList` to no longer be required. |
| 27 | + * Changed `label` field for `databricks.sdk.service.settings.UpdateIpAccessList` to no longer be required. |
| 28 | + * Removed `list_id` field for `databricks.sdk.service.settings.UpdateIpAccessList`. |
| 29 | + * Changed `list_type` field for `databricks.sdk.service.settings.UpdateIpAccessList` to no longer be required. |
| 30 | + |
| 31 | +OpenAPI SHA: d3853c8dee5806d04da2ae8910f273ffb35719a5, Date: 2023-12-14 |
| 32 | + |
3 | 33 | ## 0.15.0 |
4 | 34 |
|
5 | 35 | Bugfixes: |
|
0 commit comments