Skip to content

Squidie v0.2.0

Choose a tag to compare

@ccarvalho-eng ccarvalho-eng released this 10 Jun 10:27
· 7 commits to main since this release
8da5c68

Added

  • Added editor-safe action catalog metadata for host-owned runtime action
    registries.
  • Added the reusable Squidie.Step.HTTP runtime action with request validation,
    host-enforced destination policy, credential references, redacted responses,
    and bounded response-body persistence controls.
  • Added the reusable Squidie.Step.Elixir runtime action for host-approved
    adapter keys, safe persisted adapter metadata, and execution-time registry
    policy.
  • Added editor metadata preservation and diff output for visual workflow specs.

Changed

  • Runtime-authored specs now carry registry-owned action options into planned
    steps and validate runtime action inputs at start and execution boundaries.
  • Refreshed dependency and CI tooling versions, including Ecto SQL, Spark,
    Jido, Credo, Codecov, and TruffleHog.
  • Ratcheted static-analysis and behavior-coverage gates.

Fixed

  • Hardened action catalog metadata validation and HTTP action policy
    enforcement for runtime-authored specs.