Added
- Improved performance of repeated
cds-typer
runs by introducing an option to cache CDS model between runs. By default, typer will only regenerate the files if the model has changed between runs, usingblake2s256
as algorithm. The used version of cds-typer is included in the hash and will therefore be version-specific.
Changed
- [breaking] The config
use_entities_proxy
(allowing for static imports) is now set totrue
as default. You can set it tofalse
to revert to the old behaviour. - Running
cds watch
will triggercds-typer "*"
before the initial startup