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_index
in 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.
upsert
support 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 overriden due to case sensitivity
getById
changed toget_by_id
invokeConnection
changed toinvoke_connection
generateBearerToken
changed togenerate_bearer_token
generateBearerTokenDromCreds
changed togenerate_bearer_token_from_creds
isExpired
changed tois_expired
setLogLevel
changed toset_log_level
isValid
functionGenerateToken
function
- deprecated
isValid
in favour ofisExpired
- Request ID in error logs and error responses for API Errors
- Caching to accessToken token
isValid
method for validating Service Account bearer token
generateBearerTokenFromCreds
raising error "invalid credentials" on correct credentials
- Logging functionality
setLogLevel
function for setting the package-level LogLevelgenerateBearerTokenFromCreds
function which takes credentials as string
- Renamed and deprecated
GenerateToken
in favor ofgenerateBearerToken
- Make
vaultID
andvaultURL
optional inClient
constructor
insert
vault APIdetokenize
vault APIgetById
vault APIinvokeConnection
- Package description
- Service Account Token generation