Discover the new features, logic changes, bug fixes, breaking changes, and known issues and limitations in Piiano Vault release v1.5.0.
New features​
- A new environment variable,
PVAULT_SERVICE_SET_IAM_ON_START_ONLY
, is provided to determine whether to load the IAM configuration file, every time Vault starts or only during the initial start. - A new environment variable,
PVAULT_SERVICE_UPDATE_SCHEMA_ON_START
is provided to determine whether to load the types configuration file and the collections configuration file every time Vault starts or only during the initial start. - Improved Vault start time by making sure first executions of background jobs runs asynchronously.
- Optimize license check for an improvement of API performance.
Breaking changes​
- All data type, entity, transformation binding, and resource names are now case-sensitive.
- A custom IAM configuration file, if provided, must contain all required definitions. Definitions from the default file are no longer merged with those in the custom file. This only effects new installations of Vault because, by default, existing installations behave as in previous versions, and do not load the custom IAM configuration file when restarted. Reloading the IAM configuration on restart of existing installations is a new feature which is not enabled by default. (See above).