Skip to content

datannurpy v0.24.0

Choose a tag to compare

@github-actions github-actions released this 20 May 22:21
· 9 commits to main since this release
60ee88f
  • add: support variable business_key and tag implied_tag_ids / propagate_to_parents metadata fields
  • change: app tooling now uses Python scripts instead of Node.js for static export/deploy, OpenAPI generation, and REST API launch helpers
  • build: constrain uv dependency resolution to packages published at least 3 days ago
  • perf: keep datannurpy imports lightweight and avoid runtime imports for CLI --help / --version
  • fix: export_app() now preserves local app data/ state by default and refreshes bundled app files only on first install or with update_app=True
  • fix: reuse bulk cascade cleanup when removing variables, enumerations, tags, docs, concepts, and organizations
  • add: support app metadata overlays via app_path/data/db-ui, loaded as the last metadata source when it exists
  • add: support metadata overlay instructions: ! clears fields, !id removes relation IDs, and _delete tombstones remove entities before export, including folder cascades