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

Release date:
May 14, 2026
Previous version:
@slack/[email protected] (released May 4, 2026)
Magnitude:
1,232 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

WilliamBergamin
github-actions[bot]
zimeg
srtaalej
dependabot-bot

Directory Browser for @slack/[email protected]

All files are compared to previous version, @slack/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • 2814969: feat: add highlight_type to files.completeUploadExternal and filesUploadV2 for optimistic rendering

    import { WebClient } from "@slack/web-api";
    
    const client = new WebClient(process.env.SLACK_BOT_TOKEN);
    
    await client.filesUploadV2({
      channel_id: "C0123456789",
      file: "./image.png",
      filename: "image.png",
      title: "Image Upload",
      highlight_type: "png",
    });