relayflows v1.0.7
Packages
@relayflows/core@1.0.7@relayflows/cli@1.0.7@relayflows/github-primitive@1.0.7@relayflows/slack-primitive@1.0.7@relayflows/browser-primitive@1.0.7
Install
npm install @relayflows/core@1.0.7
npm install -g @relayflows/cli@1.0.7
npm install @relayflows/github-primitive@1.0.7
npm install @relayflows/slack-primitive@1.0.7
npm install @relayflows/browser-primitive@1.0.7Publish Details
- Dist-tag:
latest - Provenance: enabled via
npm publish --provenance - Registry:
https://registry.npmjs.org
What's Changed
- fix(core): one Relayfile base URL, and refuse approval gates that fail open by @khaliqgant in #31
- fix(core): fail closed on an expired Relayfile credential, and say which one by @khaliqgant in #32
- fix(core): address the Slack gate to the workspace that owns the integration by @khaliqgant in #33
- fix(core): watch the channel path Slack replies actually arrive in by @khaliqgant in #34
- fix(core): surface a failing step's output instead of discarding it by @khaliqgant in #35
- fix(core): reject an unknown error strategy instead of silently retrying by @khaliqgant in #37
Full Changelog: v1.0.6...v1.0.7