Skip to content

0.1.6

Choose a tag to compare

@TejasMorbagal TejasMorbagal released this 30 Sep 13:33
· 9 commits to main since this release
  • Publisher now supports mode parameter, This allows more flexible publishing:

    • "dataset" → publish dataset only
    • "workflow" → publish workflow only
    • "all" → publish both (default)
  • CLI: the publish command now auto-detects dataset vs workflow configs and also accepts
    --dataset-config / --workflow-config; single-file calls use -m to disambiguate
    (e.g., deep-code publish workflow.yaml -m workflow).

  • Contacts in OGC API records no longer include default or empty fields, only
    properties explicitly defined in the workflow configuration will now be generated.

  • Enhanced GitHub automation to automatically fork synchronize with upstream before
    committing and opening a PR to ensure branches are always up-to-date.

  • Prevented duplicate item and self links when updating base catalogs of workflows and
    experiments.

What's Changed

Full Changelog: v0.1.5...v0.1.6