databricks/databricks-sdk-java v0.116.0
databricks/databricks-sdk-java
Captured source
source ↗published Jun 4, 2026seen 5dcaptured 10hhttp 200method plain
v0.116.0
Repository: databricks/databricks-sdk-java
Tag: v0.116.0
Published: 2026-06-04T09:29:46Z
Prerelease: no
Release notes:
Bug Fixes
- Make the client ID optional in
DatabricksOAuthTokenSource. PreviouslygetToken()threw a
NullPointerException ("ClientID cannot be null") when no client ID was set, which prevented token exchange for users authenticated through a web browser OAuth flow whose IdP JWT does not contain a client ID. When the client ID is null or empty, the client_id parameter is now omitted from the token exchange request to perform account-wide token federation.
Notability
notability 2.0/10Routine SDK version release, low impact.