You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Release v0.62.0
### Bug Fixes
* Fix `Config.oauth_token()` to avoid re-creating a new `CredentialsProvider` at each call. This fix indirectly makes `oauth_token()` benefit from the internal caching mechanism of some providers.
### API Changes
* Added `statement_id_signature` field for `databricks.sdk.service.dashboards.Result`.
* Added `effective_database_instance_name` and `effective_logical_database_name` fields for `databricks.sdk.service.database.SyncedDatabaseTable`.
* Added `table` field for `databricks.sdk.service.jobs.TriggerStateProto`.
* Added `email_notifications` field for `databricks.sdk.service.serving.CreatePtEndpointRequest`.
* Added `email_notifications` field for `databricks.sdk.service.serving.CreateServingEndpoint`.
* Added `email_notifications` field for `databricks.sdk.service.serving.ServingEndpointDetailed`.
* [Breaking] Changed `list()` method for [w.consumer_providers](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/marketplace/consumer_providers.html) workspace-level service . New request type is `databricks.sdk.service.marketplace.ListConsumerProvidersRequest` dataclass.
* [Breaking] Changed `create()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service with new required argument order.
* [Breaking] Changed `create()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service . New request type is `databricks.sdk.service.provisioning.CreatePrivateAccessSettingsRequest` dataclass.
* [Breaking] Changed `replace()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service . New request type is `databricks.sdk.service.provisioning.ReplacePrivateAccessSettingsRequest` dataclass.
* [Breaking] Removed `is_featured` field for `databricks.sdk.service.marketplace.ListProvidersRequest`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Version changelog
2
2
3
+
## Release v0.62.0
4
+
5
+
### Bug Fixes
6
+
7
+
* Fix `Config.oauth_token()` to avoid re-creating a new `CredentialsProvider` at each call. This fix indirectly makes `oauth_token()` benefit from the internal caching mechanism of some providers.
8
+
9
+
### API Changes
10
+
* Added `statement_id_signature` field for `databricks.sdk.service.dashboards.Result`.
11
+
* Added `effective_database_instance_name` and `effective_logical_database_name` fields for `databricks.sdk.service.database.SyncedDatabaseTable`.
12
+
* Added `table` field for `databricks.sdk.service.jobs.TriggerStateProto`.
13
+
* Added `email_notifications` field for `databricks.sdk.service.serving.CreatePtEndpointRequest`.
14
+
* Added `email_notifications` field for `databricks.sdk.service.serving.CreateServingEndpoint`.
15
+
* Added `email_notifications` field for `databricks.sdk.service.serving.ServingEndpointDetailed`.
16
+
*[Breaking] Changed `list()` method for [w.consumer_providers](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/marketplace/consumer_providers.html) workspace-level service . New request type is `databricks.sdk.service.marketplace.ListConsumerProvidersRequest` dataclass.
17
+
*[Breaking] Changed `create()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service with new required argument order.
18
+
*[Breaking] Changed `create()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service . New request type is `databricks.sdk.service.provisioning.CreatePrivateAccessSettingsRequest` dataclass.
19
+
*[Breaking] Changed `replace()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service . New request type is `databricks.sdk.service.provisioning.ReplacePrivateAccessSettingsRequest` dataclass.
20
+
*[Breaking] Removed `is_featured` field for `databricks.sdk.service.marketplace.ListProvidersRequest`.
* Fix `Config.oauth_token()` to avoid re-creating a new `CredentialsProvider` at each call. This fix indirectly makes `oauth_token()` benefit from the internal caching mechanism of some providers.
10
-
11
9
### Documentation
12
10
13
11
### Internal Changes
14
12
15
13
### API Changes
16
-
* Added `statement_id_signature` field for `databricks.sdk.service.dashboards.Result`.
17
-
* Added `effective_database_instance_name` and `effective_logical_database_name` fields for `databricks.sdk.service.database.SyncedDatabaseTable`.
18
-
* Added `table` field for `databricks.sdk.service.jobs.TriggerStateProto`.
19
-
* Added `email_notifications` field for `databricks.sdk.service.serving.CreatePtEndpointRequest`.
20
-
* Added `email_notifications` field for `databricks.sdk.service.serving.CreateServingEndpoint`.
21
-
* Added `email_notifications` field for `databricks.sdk.service.serving.ServingEndpointDetailed`.
22
-
*[Breaking] Changed `list()` method for [w.consumer_providers](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/marketplace/consumer_providers.html) workspace-level service . New request type is `databricks.sdk.service.marketplace.ListConsumerProvidersRequest` dataclass.
23
-
*[Breaking] Changed `create()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service with new required argument order.
24
-
*[Breaking] Changed `create()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service . New request type is `databricks.sdk.service.provisioning.CreatePrivateAccessSettingsRequest` dataclass.
25
-
*[Breaking] Changed `replace()` method for [a.private_access](https://databricks-sdk-py.readthedocs.io/en/latest/account/provisioning/private_access.html) account-level service . New request type is `databricks.sdk.service.provisioning.ReplacePrivateAccessSettingsRequest` dataclass.
26
-
*[Breaking] Removed `is_featured` field for `databricks.sdk.service.marketplace.ListProvidersRequest`.
0 commit comments