Skip to main content

v1.9.6

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

New features

  • Support for the X-Pvault-Request-ID header. See Trace ID for more information.
  • The dynamic debugging configuration now supports logging of SQL queries (only the statements are logged, argument values are not included). See SQL logging and Set configuration variable for more information.
  • Adds an index to improve the performance of background operations.
  • Adds support for setting is_unique to false for a property using the Update property API.

Breaking changes

  • PVAULT_SERVICE_ADMIN_MAY_READ_DATA configuration now affects all data operations instead of only "read" data. If you relied on the Admin user for tokenizing or other non read operation, you must switch to another user.

Bug fixes

  • Fixes a bug where the search-tokens API returned an error when the collection had a property named tenant_id, tags, or another magic keyword.
  • Fix a bug where the admin may read data