Skip to content

Commit 142c169

Browse files
committed
Update NEXT_CHANGELOG.md with host_type metadata entry
Signed-off-by: Tanmay Rustagi <tanmay.rustagi@databricks.com>
1 parent f48e102 commit 142c169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
### Internal Changes
1515
* Replace the async-disabling mechanism on token refresh failure with a 1-minute retry backoff. Previously, a single failed async refresh would disable proactive token renewal until the token expired. Now, the SDK waits a short cooldown period and retries, improving resilience to transient errors.
1616
* Extract `_resolve_profile` to simplify config file loading and improve `__settings__` error messages.
17+
* Add `host_type` to `HostMetadata` and `HostType.from_api_value()` for normalizing host type strings from the discovery endpoint.
1718

1819
### API Changes
1920
* Add `create_catalog()`, `create_synced_table()`, `delete_catalog()`, `delete_synced_table()`, `get_catalog()` and `get_synced_table()` methods for [w.postgres](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/postgres/postgres.html) workspace-level service.

0 commit comments

Comments
 (0)