Skip to content

Releases: act10ns/slack

v2.2.0

29 Mar 10:26

Choose a tag to compare

What's New

Features

  • Multiple channelschannel input now accepts multiple channels separated by spaces or commas
  • Blocks-only mode — new blocks_only config option to send only blocks without the legacy attachment
  • Workflow-level status — documented pattern for reporting multi-job workflow status
  • Template variables reference — full table of all supported Handlebars template variables in README

Bug Fixes

  • Filter unnamed steps — steps without an explicit id (auto-generated hex hashes) are now filtered out (#131)
  • Retry on failure — webhook send retries up to 3 times with linear backoff on transient errors (#196)
  • Sanitize template data — user-controlled data (commit messages, PR titles) containing Handlebars syntax no longer causes runtime errors (#259)
  • Warn on missing config — emits a warning when a custom config file path is specified but not found (#267)
  • Stale distjobInputs and all recent features now included in bundled dist (#278)

Infrastructure

  • Node.js 24 runtime (previously Node.js 20) (#284)
  • Auto-rebuild dist — CI workflow automatically rebuilds dist/ on merge to master
  • Security dependency updates — cross-spawn, minimatch, flatted, picomatch, handlebars, axios, js-yaml

Documentation

  • Added CLAUDE.md for contributor guidance
  • Updated README with corrected examples, current GitHub docs URLs, and copyright year

v2.1.0

08 Apr 18:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

10 Nov 20:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v2.0.0

v1.6.0

02 Jul 13:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.0

12 Nov 08:10

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 Nov 09:36

Choose a tag to compare

What's Changed

  • Factor out handlebars helpers into separate module by @satterly in #220

Full Changelog: v1.3.3...v1.4.0

v1.3.3

08 Nov 17:07

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Nov 17:41

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

07 Nov 09:49

Choose a tag to compare

v1.3.0

07 Nov 00:08

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0