Node Slack Sdk: @slack/web-api@7.16.0 Release

Release date:
May 14, 2026
Previous version:
@slack/web-api@7.15.2 (released May 4, 2026)
Magnitude:
1,232 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in @slack/web-api@7.16.0

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

Directory Browser for @slack/web-api@7.16.0

All files are compared to previous version, @slack/web-api@7.15.2. 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",
    });