Skip to content

2.0.0-beta.5

Compare
Choose a tag to compare
@lahmatiy lahmatiy released this 11 Feb 15:46
  • Fixed crash on temporary cache files cleanup and related improvements
  • Reworked model data cache settings:
    • cacheTtl can take a cron expression as a value, e.g. 0 2 * * * deprecates every day at 02:00 GMT
    • cacheBgUpdate can take a boolean (enabled or disabled) and "only" value. When "only" is specified, manual cache reset is not available
    • Background updates are scheduling based on cacheTtl setting
  • Added warnings field on model config normalization, which contain all issues around config if any
  • Renamed --cleanup build option into --clean
  • Added --cache-check-ttl option for build and archive commands
  • Added passing meta from model's config to model's context