v0.7.0
Added
-
new harmonized validation configuration for scope and regex checks, as well as external validation with user
provided modules. -
new (optional) cds-plugin integration. for details, see the new
plugin and service documentation. -
new logger implementation which replaces
cf-nodejs-logging-support dependency. it has better cds
integration (if present). for example, it will log
correlation ids that are present in cds
context via async local storage.
Changed
-
allowedScopes: [xxx]
configuration will now be ignored and needs to be replaced with
validations: [{ scopes: [xxx] }]
. -
validation: yyy
configuration will now be ignored and needs to be replaced with
validations: [{ regex: yyy }]
.
Fixed
- re-work pipelines to separate main branch and pr-voter status