Node Slack Sdk: @slack/[email protected] Release

Release date:
August 22, 2025
Previous version:
@slack/[email protected] (released June 19, 2025)
Magnitude:
350 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

19 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Top Contributors in @slack/[email protected]

zimeg
lukegalbraithrussell
dependabot-bot

Directory Browser for @slack/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

What's Changed

Messaging with markdown_text is supported in this release, alongside a few methods to feature workflows in channel:

const response = await client.chat.postMessage({
  channel: "C0123456789",
  markdown_text: "**bold**"
});

πŸ‘Ύ Enhancements

  • feat(web-api): add workflows.featured.{add|list|remove|set} methods in #2303 - Thanks @zimeg!
  • feat(web-api): add markdown_text property to chat.{postEphemeral|postMessage|scheduleMessage|update} methods in #2330 - Thanks @hello-ashleyintech!

πŸ› Bugs

  • fix(web-api): remove bounds on assistant.threads.setSuggestedPrompts prompts count in types in #2297 - Thanks @zimeg!

πŸ“š Documentation

  • docs: update links, copy edit, apply style guide in #2294 - Thanks @haleychaas!
  • docs: autogenerated typedoc reference in #2308 - Thanks @lukegalbraithrussell!

πŸ€– Dependencies

  • bump form-data to at least 4.0.4. to resolve CVE-2025-7783 in #2314 - Thanks @brianbegy!
  • chore(deps): bump axios from ^1.8.3 to ^1.11.0 in @slack/web-api in #2332 - Thanks @behcet!
  • chore(deps-dev): bump @biomejs/biome to v2 for all packages in #2281 - Thanks @mwbrooks!
  • chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 in /packages/web-api in #2334 - Thanks @dependabot!
  • chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /packages/web-api in #2327 - Thanks @dependabot!

🧰 Maintenance

πŸŽ‰ New Contributors

Package: https://www.npmjs.com/package/@slack/web-api/v/7.10.0 Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected] Milestone: https://github.com/slackapi/node-slack-sdk/milestone/144?closed=1