Skip to content

v0.7.0

Compare
Choose a tag to compare
@rlindner81 rlindner81 released this 08 Sep 14:07
· 113 commits to main since this release

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