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
scopeparameter is set starts with "global:", the token-id generation process will not be bound to a collection (relevant fordeterministic,pciandpci_onewaytoken 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 TokenAPI changes the permissions required to update a token. See Update Token for more information.
Bug fixes
- Fix a bug where the
http_callaction did not properly handle non existing tokens and returned the wrong error code.