Skip to main content

v1.13.1

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

New features

  • Vault's audit logs now include more relevant information for each API request and new contextual fields to aid security and compliance. See About audit logs for details. The enhancements include:
    • Custom audit: a custom information field for each request.
    • IP address.
    • Auth details, such as role, delegation, approving IDP, and more.
    • Additional fields.
  • Vault can now start with only the Data or Control component running, configured through PVAULT_SERVICE_COMPONENTS. See Components for details.

Breaking changes

  • Vault's audit logs now have different fields for each API request. See About audit logs for details.
  • By default, application logs are now streamed to stdout (Standard output) instead of stderr (Standard error). To stream logs to stderr, as done in previous versions, use PVAULT_LOG_DESTINATION.

Logic changes