releases.shpreview
Home/Slack
Slack

Slack

Slackbot analytics dashboard

Get more insight into your Enterprise org with a new analytics dashboard for Slackbot.

Other news in June
  • Members can now flag channel names, topics, and descriptions for administrative review.
Patch Changes
  • 341b60e: Reject empty signingSecret at initialization to prevent accidental HMAC signature forgery.
<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

🚀 Enhancements
🐛 Bug Fixes
📚 Documentation
📦 Other changes

New Contributors

Full Changelog: https://github.com/slackapi/python-slack-sdk/compare/v3.41.0...v3.42.0 Milestone: https://github.com/slackapi/python-slack-sdk/milestone/118?closed=1

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",
    });
Temporarily mute channels

When things get a little too chatty, temporarily mute a channel for an hour or until the next day.

Start your day with Today

Get up to speed on your most important work faster with Slack's personalized, AI-powered landing page (now in open beta). Sign up for the waitlist so you can get a bird's eye view of your meetings, action items, and conversation highlights in one place.

Reduce distractions with focus mode

Turn on focus mode for a quieter sidebar — no bolding, limited badging, and reduced notifications.

Manage Salesforce records with Slackbot

Let Slackbot take care of creating or updating Salesforce records for you. Slackbot can only access Salesforce data you have permissions for, and Slack admins and owners can decide which record actions Slackbot can take.

Other news in May
  • Slackbot can now read, create, and edit lists. You'll be able to review and approve changes, just like with canvas creation and editing.
Patch Changes
  • 4545150: Require exact ssl_check=1 value to bypass signature verification, preventing truthy but incorrect values from skipping authentication checks.
Patch Changes
  • 5395b0c: fix: terminate closing connections earlier if normal close responses fail

    If Slack doesn't respond to a close frame, the WebSocket connection is now force-terminated instead of waiting for a response that won't arrive. Since disconnects are expected every few hours, this avoids repeated "pong wasn't received" warnings and speeds up reconnection.

Patch Changes
  • a18c359: fix: correct InvalidCustomPropertyError code and MemoryStore promise handling
Last Checked
45m ago
Domain
slack.com
Category
Tracking since Jul 12, 2017