v1.11.1
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in this Piiano Vault release.
New features
- Tokenization supports a "Global" scope for token-id generation. If the
scope
parameter is set starts with "global:", the token-id generation process will not be bound to a collection (relevant fordeterministic
,pci
andpci_oneway
token types). See Tokenize for more information. - The content length of all requests is now logged.
- Added a reference for all error codes.
Logic changes
Update Token
API changes the permissions required to update a token. See Update Token for more information.
Bug fixes
- Fix a bug where the
http_call
action did not properly handle non existing tokens and returned the wrong error code.