ReleaseBytes
databricks Databricks Java SDK Releases · · 0.118.0

Databricks SDK Java v0.118.0: Canonical Bearer token handling

sdkdatadatabricksengineer
patch

Databricks SDK for Java version 0.118.0 introduces a bug fix for canonicalizing Bearer tokens in Authorization headers. This change ensures consistent handling of tokens, which is crucial for authentication and authorization in API interactions. The update includes an API change with a new `getCanonicalTokenType()` method for the `Token` class. This release is for developers using the Java SDK.

  • Canonicalize Bearer tokenType in Authorization headers
  • Add getCanonicalTokenType() method for com.databricks.sdk.core.oauth.Token
Enhancements (1)
  • Add getCanonicalTokenType() method for com.databricks.sdk.core.oauth.Token
Fixes (1)
  • Canonicalize Bearer tokenType in Authorization headers
Read the original announcement →

https://github.com/databricks/databricks-sdk-java/releases/tag/v0.118.0