v1.13.2
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in this Piiano Vault release.
New features
- Vault now supports custom actions written in JavaScript. The JavaScript engine supports built-in functions for accessing stored or encrypted data and offers the ability to call third-party services with a
fetch
function. These features mean you can seamlessly integrate with external resources and enhance Vault’s capabilities without exposing data to the operation's caller. See custom actions for more details and examples. - The Update data type operation and corresponding CLI command Update data type now support changing the validator and default transformers for a data type in addition to the existing support for changing the custom transformers.
Breaking changes
- The Update data type operation input has changed to support the new features. it now gets a patched data type object instead of an object containing only the custom transformers.
Bug fixes
- Fixed a bug that caused Vault to not refresh the JWKS cache. See Configure JWT Authentication for more details.