What's Changed
- Credential field aliases —
BearerToken,SignedDataTokens, andCredentialsnow accept
camelCase credential keys (clientId,keyId,tokenUri) alongside the legacy all-caps forms
(clientID,keyID,tokenURI). Both forms work; legacy forms emit a deprecation warning. getByot()— new canonical method onTokenMode;getBYOT()retained as a deprecated delegate.setLogLevel()— new canonical method onSkyflow;updateLogLevel()retained as a deprecated delegate.downloadUrl— new canonical field onGetRequestandDetokenizeRequest;downloadURLretained as deprecated.skyflowIdnormalisation —GetandQueryresponses now returnskyflowId(camelCase)
in addition toskyflow_idfor backward compatibility.
Deprecations
| Deprecated | Replacement |
|---|---|
clientID / keyID / tokenURI in credentials |
clientId / keyId / tokenUri |
getBYOT() |
getByot() |
updateLogLevel() |
setLogLevel() |
downloadURL in GetRequest / DetokenizeRequest |
downloadUrl |
skyflow_id in response maps |
skyflowId |
All deprecated forms continue to work and emit a
WARN-level log message.
They will be removed in a future major release.
Full Changelog: 2.0.4...2.1.0