All notable changes to this project will be documented in this file.
- Not receiving tokens when calling Get with options tokens as true.
- options tokens support for Get method.
- Support for different BYOT modes in Insert method.
- Add
request_indexin responses for insert method.
- Added new Query method.
- Support for Bulk request with Continue on Error in Detokenize Method
- Support for Continue on Error in Insert Method
- Support for BYOT in Insert method.
- Fixed delete method
- Added delete method
- Multiple record error in get method
- Fixed bug in metrics
- Added redaction type in detokenize
- removed grace period logic in bearer token generation
- update and get methods.
upsertsupport for insert method.
- Copyright header to all files
- Security email in README
- Insert with multiple records returning invalid output
- support for application/x-www-form-urlencoded and multipart/form-data content-type's in connections.
- Validation to token obtained from
tokenProvider
- Request headers not getting overridden due to case sensitivity
getByIdchanged toget_by_idinvokeConnectionchanged toinvoke_connectiongenerateBearerTokenchanged togenerate_bearer_tokengenerateBearerTokenDromCredschanged togenerate_bearer_token_from_credsisExpiredchanged tois_expiredsetLogLevelchanged toset_log_level
isValidfunctionGenerateTokenfunction
- deprecated
isValidin favour ofisExpired
- Request ID in error logs and error responses for API Errors
- Caching to accessToken token
isValidmethod for validating Service Account bearer token
generateBearerTokenFromCredsraising error "invalid credentials" on correct credentials
- Logging functionality
setLogLevelfunction for setting the package-level LogLevelgenerateBearerTokenFromCredsfunction which takes credentials as string
- Renamed and deprecated
GenerateTokenin favor ofgenerateBearerToken - Make
vaultIDandvaultURLoptional inClientconstructor
insertvault APIdetokenizevault APIgetByIdvault APIinvokeConnection
- Package description
- Service Account Token generation