v1.14.2
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in this Piiano Vault release.
Bug fixes
- User provided token-id for Tokenize now respects the scope parameter.
- Fixed a bug where built-in transformer overridden a custom data-type transformer with the same name.
Logic changes
- API calls to disabled features will now return a 403 error code, indicating a lack of access, rather than a 501 error code, which suggests a server issue. Features exclusive to managed Piiano Vault instances will remain disabled for self-hosted installations. Additionally, certain features can be disabled via environment variables.
Breaking changes
- The Analysis APIs introduced in the previous release have been updated to enhance usability. The
detect
call has been renamed tocontains
, and its structure has been adjusted for better alignment with thelocate
call.