All notable changes to this project will be documented in this file.
- insert data using bulk operation
insertBulk
- handling of detokenize response to avoid breaking changes.
- Continue on error support for batch Insert.
- Static Bearer token being used for multiple Skyflow Client instances.
tokenssupport in Get Method
queryvault API
- Added
deletevault API support.
redactionkey for detokenize method for column group support.
- removed grace period logic for bearer token generation.
- java cached token bug
updatevault APIgetvault API
setContexttosetCtxmethod.setTimetoLiveaccepts seconds inIntegerinstead ofDouble.
upsertsupport for insert method.
- Added Support for Context Aware Authorization.
- Added Support to generate scoped skyflow bearer tokens.
- support for application/x-www-form-urlencoded and multipart/form-data content-type's in connections.
- Request headers not getting overridden due to case sensitivity
- deprecated
isValidin favour ofisExpired
requestIdin error logs and error responses for API ErrorsisValidmethod for validating Service Account bearer token
- Logging functionality
Configuration.setLogLevelfunction for setting the package-level LogLevelgenerateBearerTokenFromCredsfunction which takes credentials as string
- Renamed and deprecated
GenerateTokenin favor ofgenerateBearerToken vaultIDandvaultURLare optional inSkyflowConfigurationconstructor
insertvault APIdetokenizevault APIgetByIdvault APIinvokeConnection
- Service Account Token generation