v1.14.0
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in this Piiano Vault release.
New features
- Added infrastructure for supporting Google Pay tokens with a custom JavaScript action. See Vault object methods for more details.
- Added support for direct Tokenize and Detokenize API calls from within a JavaScript handler of a custom action. See Vault object methods for more details.
- Added
substr
, a new template function for http_call operation. See http_call request body for more details. - Added a new
minimal
Datadog log configuration type for self-hosted environments. In this configuration, no logs will be sent to Datadog except for a few limited statistics such as the number of objects used and license expiration. Nothing else will be sent to Datadog in this mode.
Bug fixes
- Fixed a bug that caused Vault to send certain debug logs more often than required.
- Fixed a performance degradation in certain cases when using JavaScript actions.