- Make description field in APIs and Products optional.
- Fix logic error in product policy resource introduced in v1.2.0.
- Using
try()
instead of conditionalcan()
in arguments.
- Added option to fallback to default policy filename (
policy.xml
), if custom policy filename doesn't exist. This can be useful if custom policy filename is used to differentiate between runtime environments, but in some APIs or products the policy should be the same in all runtime environments. In this case, you then only need to configure onepolicy.xml
.
- Add support for configuring custom filenames in the artifacts folder. This can, for example, be used to differentiate between runtime environments.
- Initial version