Skip to main content

v1.1.2

Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in Piiano Vault release v1.1.2.

New features​

  • Vault supports a new background task that runs periodically and deletes all objects and tokens that have been archived for longer than the retention period. This task is disabled by default. To enable it, configure PVAULT_SERVICE_ARCHIVE_PRUNE_INTERVAL database environment variable

Known issues and limitations​

  • Queries can only match untransformed properties (properties with transformations, such as ssn.mask, are not matched).
  • No pagination is provided for the tokens API operations Search tokens and Detokenize tokens.
  • No pagination is provided for the List objects API operation when retrieving a list of objects using IDs. When requesting a number of objects which exceeds the page size, an error is returned.