Skip to content

Slack Send v2.1.0

Latest
Compare
Choose a tag to compare
@zimeg zimeg released this 06 May 18:50
· 1 commit to main since this release
b0fa283

What's changed

This release improves error messages from odd payload parsings. An api option is now also available in inputs to change the destination of data with the method technique.

Read more on the new site for documentation: https://tools.slack.dev/slack-github-action/

👾 Enhancements

  • feat: include an 'api' option to customize the slack api method url in #409 - Thanks @zimeg!

🐛 Bug fixes

  • fix: avoid erroring if conflicting techniques are set from environment variables in #374 - Thanks @zimeg!
  • fix: require a custom 'api' url to send to instead of absolute urls as a 'method' in #420 - Thanks @zimeg!
  • fix: include cause of parsing errors in action output logs in #431 - Thanks @zimeg!

📚 Documentation

  • docs: fix incorrect parameter name in uploadV2 (channel -> channel_id) in #371 - Thanks @topkim993!
  • docs: showcase updated use cases in example workflows in #376 - Thanks @zimeg!
  • docs: include versioning details and migration guides in the readme in #410 - Thanks @zimeg!
  • docs: organize documentation as markdown files to match web pages in #422 - Thanks @slackapi!
  • docs: shortens readme due to new tools site docs in #424 - Thanks @lukegalbraithrussell!
  • docs: pulls out variables into separate page in #425 - Thanks @lukegalbraithrussell!
  • ci: synchronize documentation pages on the tools.slack.dev site after changes in #423 - Thanks @lukegalbraithrussell!
  • docs: update links to go to new api docs site in #428 - Thanks @slackapi!
  • docs: update casing of Github to GitHub in #430 - Thanks @slackapi!

🤖 Dependencies

  • build(deps): bump axios from 1.7.7 to 1.7.8 in #369 - Thanks @dependabot!
  • build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 in #365 - Thanks @dependabot!
  • build(deps): bump https-proxy-agent from 7.0.5 to 7.0.6 in #379 - Thanks @dependabot!
  • build(deps): bump axios from 1.7.8 to 1.7.9 in #382 - Thanks @dependabot!
  • build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 in #384 - Thanks @dependabot!
  • build(deps): bump @slack/web-api from 7.7.0 to 7.8.0 in #392 - Thanks @dependabot!
  • build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 in #394 - Thanks @dependabot!
  • build(deps): bump undici from 5.28.4 to 5.28.5 in #396 - Thanks @dependabot!
  • build(deps): bump axios from 1.7.9 to 1.8.1 in #399 - Thanks @dependabot!
  • build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 in #403 - Thanks @dependabot!
  • build(deps): bump @octokit/request-error from 5.0.1 to 5.1.1 in #404 - Thanks @dependabot!
  • build(deps): bump @octokit/plugin-paginate-rest from 9.1.5 to 9.2.2 in #405 - Thanks @dependabot!
  • build(deps): bump @octokit/request from 8.1.6 to 8.4.1 in #406 - Thanks @dependabot!
  • build(deps): bump axios from 1.8.1 to 1.8.2 to address CVE-2025-27152 in #407 - Thanks @dependabot!
  • build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in #415 - Thanks @zimeg!
  • build(deps): bump @slack/web-api from 7.8.0 to 7.9.1 in #419 - Thanks @dependabot!
  • build(deps): bump axios from 1.8.4 to 1.9.0 in #435 - Thanks @dependabot!
  • build(deps): bump actions/create-github-app-token from 1 to 2 in #436 - Thanks @dependabot!
  • build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 in #437 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 20.17.6 to 22.10.1 in #366 - Thanks @dependabot!
  • build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 in #368 - Thanks @dependabot!
  • build(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 in #370 - Thanks @dependabot!
  • build(deps-dev): bump typescript from 5.6.3 to 5.7.2 in #367 - Thanks @dependabot!
  • build(deps-dev): bump mocha from 10.8.2 to 11.0.1 in #380 - Thanks @dependabot!
  • build(deps-dev): bump c8 from 10.1.2 to 10.1.3 in #381 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 22.10.1 to 22.10.4 in #386 - Thanks @dependabot!
  • build(deps-dev): bump typescript from 5.7.2 to 5.7.3 in #390 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 22.10.4 to 22.13.0 in #391 - Thanks @dependabot!
  • build(deps-dev): bump mocha from 11.0.1 to 11.1.0 in #393 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 22.13.0 to 22.13.7 in #400 - Thanks @dependabot!
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.2 in #401 - Thanks @dependabot!
  • build(deps-dev): bump @types/sinon from 17.0.3 to 17.0.4 in #402 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 22.13.7 to 22.13.13 in #417 - Thanks @dependabot!
  • build(deps-dev): bump sinon from 19.0.2 to 20.0.0 in #418 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 22.13.13 to 22.13.14 in #421 - Thanks @dependabot!
  • build(deps-dev): bump @types/node from 22.13.14 to 22.15.3 in #433 - Thanks @dependabot!
  • build(deps-dev): bump typescript from 5.8.2 to 5.8.3 in #434 - Thanks @dependabot!

🧰 Maintenance

  • ci: reduce the permissions for github actions jobs in #375 - Thanks @zimeg!
  • refactor: setup the logger using core configuration values in #408 - Thanks @zimeg!
  • chore(release): tag version 2.1.0 in #438 - Thanks @zimeg!

💌 New Contributors

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