Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:58
· 19 commits to main since this release
fa5e881

Added

  • Opt-in option shortActionPaths to use simplified bound action paths (e.g., .../Discount instead of .../ODataDemo.Discount). Enable via { "cds": { "openapi": { "shortActionPaths": true } } } in package.json.

Changed

  • Removed special characters from placeholders for fields like short text, description, etc.

Fixed

  • Autoexposed .texts entities are now excluded from OpenAPI document
  • Generate navigation paths to CRUD-disabled entities

Security