Skip to content

Commit c7ff8f5

Browse files
Update NEXT_CHANGELOG.md
Co-authored-by: Renaud Hartert <[email protected]> Signed-off-by: hectorcast-db <[email protected]>
1 parent 6317c36 commit c7ff8f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEXT_CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Release v0.51.0
44

55
### New Features and Improvements
6-
* Made async token refresh the default behavior. Added `disable_async_token_refresh` configuration option to disable it if needed ([#952](https://github.com/databricks/databricks-sdk-py/pull/952)).
7-
To disable async token refresh, set environment variable `DATABRICKS_DISABLE_ASYNC_TOKEN_REFRESH=true` or configure it in your config object.
8-
The previous `enable_experimental_async_token_refresh` option has been removed as async refresh is now the default.
6+
* Enabled asynchronous token refreshes by default. A new `disable_async_token_refresh` configuration option has been added to allow disabling this feature if necessary ([#952](https://github.com/databricks/databricks-sdk-py/pull/952)).
7+
To disable asynchronous token refresh, set the environment variable `DATABRICKS_DISABLE_ASYNC_TOKEN_REFRESH=true` or configure it within your configuration object.
8+
The previous `enable_experimental_async_token_refresh` option has been removed as asynchronous refresh is now the default behavior.
99

1010
### Bug Fixes
1111

0 commit comments

Comments
 (0)