v1.10.4
Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in this Piiano Vault release.
New features
- Relaxed SSN validation. Vault now also accepts SSNs containing no spaces or hyphens. This change doesn't affect normalization, only the allowed input. SSNs are still normalized to their expected format when returned on the API.
- Added a new environment variable
PVAULT_LOG_CUSTOMER_REGION
that is added to every log line.
Breaking changes
The PVAULT_SERVICE_ALLOW_ORIGINS
default in development mode has changed to "*"
(accepting all origins). Note that this change is only for development mode (PVAULT_DEVMODE
is true). You can still override the value in this mode.
Bug fixes
Fix a bug where search-objects
with an empty array of in
returns a server error. Vault now handles it properly and returns status code 400.