Skip to content

Releases: PinedaTec-EU/SphereIntegrationHub

v1.7.22.282

20 May 23:51

Choose a tag to compare

v1.7.20.278

01 May 03:27

Choose a tag to compare

v1.7.20.277

30 Apr 10:24

Choose a tag to compare

v1.7.19.275

27 Apr 15:22

Choose a tag to compare

v1.7.19.274

27 Apr 14:36

Choose a tag to compare

v1.7.18.271

16 Apr 10:10

Choose a tag to compare

v1.6.14

13 Apr 06:32

Choose a tag to compare

What's new since v1.6

Execution modes

  • forEach sequential execution (forEachSequential): iterate over a collection running one branch at a time, preserving order and accumulating results.
  • forEach parallel execution documented and validated; execution report timeline now renders concurrent branches as overlapping bars for at-a-glance bottleneck detection.

CLI improvements

  • Secret masking: values declared as secret: true in inputs, initStage variables, or secretOutputs are masked in console output and execution reports.
  • Deferred templated path resolution: {{...}} tokens in stage paths are resolved at runtime, not at parse time, enabling dynamic route segments.
  • Chained .env variable resolution: environment variables that reference other variables are resolved transitively.
  • Improved dry-run verbose output: deferred paths and resolved variables are shown clearly during dry-run.
  • Workflow version diagnostics: clearer validation severity and diagnostics when a workflow references an unknown or mismatched version.
  • Preflight and readiness reporting: more precise console output for health-check state, Swagger download/refresh, and resolved base URLs per API.
  • Improved execution summary: final summary line is always emitted, errors are more precise.

Catalog

  • Canonical api.catalog support: new canonical format with migration tool (migrate_api_catalog MCP tool) to upgrade existing catalogs.

MCP tools

  • Extended variable analysis covers .env chains and tokens containing :.
  • explain_validation_error and related tools aligned with the new validation severity model.

Execution report

  • Parallel execution timeline: overlapping bar rendering for concurrent forEach branches.
  • Screenshot added to documentation.

Fixes

  • Resolve workflow references using init globals during validation.
  • Validate required path params by placeholder name (not position).
  • Detect JSON content type and align catalog assertions.

Docs & samples

  • forEachSequential clarified in README and MCP tools reference.
  • forEach execution mode samples added.
  • Parallel execution timeline screenshot in execution reporting docs.
  • Templated path behavior documented across dry-run and runtime.

v1.5

07 Apr 10:12

Choose a tag to compare

What's Changed

  • Record delaySeconds in stage execution report and always log delay by @Copilot in #2

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: https://github.com/PinedaTec-EU/SphereIntegrationHub/commits/v1.5