Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in Piiano Vault release v1.2.2.
Logic changes​
- The behavior of the REST API operations
detokenize
andsearch-tokens
has been updated when using the token_ids query parameter. Previously, if any of the requested tokens were invalid, a 404 error was returned. However, now Vault returns the valid tokens with a 200 response, and if no valid tokens are found, an empty list is returned. This change does not alter the behavior of theobject_ids
andtags
query parameters.