Releases: PinedaTec-EU/SphereIntegrationHub
Releases · PinedaTec-EU/SphereIntegrationHub
v1.7.22.282
Full Changelog: v1.7.21.280...v1.7.22.282
v1.7.20.278
Full Changelog: v1.7.20.277...v1.7.20.278
v1.7.20.277
Full Changelog: v1.7.19.275...v1.7.20.277
v1.7.19.275
Full Changelog: v1.7.19.274...v1.7.19.275
v1.7.19.274
Full Changelog: v1.7.17.267...v1.7.19.274
v1.7.18.271
Full Changelog: v1.7.16.264...v1.7.18.271
v1.6.14
What's new since v1.6
Execution modes
forEachsequential execution (forEachSequential): iterate over a collection running one branch at a time, preserving order and accumulating results.forEachparallel 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: truein inputs,initStagevariables, orsecretOutputsare 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
.envvariable 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.catalogsupport: new canonical format with migration tool (migrate_api_catalogMCP tool) to upgrade existing catalogs.
MCP tools
- Extended variable analysis covers
.envchains and tokens containing:. explain_validation_errorand related tools aligned with the new validation severity model.
Execution report
- Parallel execution timeline: overlapping bar rendering for concurrent
forEachbranches. - 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
forEachSequentialclarified in README and MCP tools reference.forEachexecution mode samples added.- Parallel execution timeline screenshot in execution reporting docs.
- Templated path behavior documented across dry-run and runtime.