Skip to content

chore: release#2612

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Draft

chore: release#2612
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 29, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@slack/web-api@7.17.0

Minor Changes

  • 2085900: feat: expose public read-only ts getter on ChatStreamer for fallback to chat.update when a stream expires server-side

    import { WebClient } from "@slack/web-api";
    
    const client = new WebClient(process.env.SLACK_BOT_TOKEN);
    
    const streamer = client.chatStream({
      channel: "C0123456789",
      thread_ts: "1700000001.123456",
      recipient_team_id: "T0123456789",
      recipient_user_id: "U0123456789",
    });
    
    await streamer.append({ markdown_text: "hello!" });
    // streamer.ts is now set after the first flush
    console.log(streamer.ts);
    
    await streamer.stop();

@slack/cli-hooks@1.3.3

Patch Changes

  • f430ae8: fix: use correct bolt-js release notes tag format

@github-actions github-actions Bot requested a review from a team as a code owner May 29, 2026 23:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 774d535 to 1a83dbe Compare June 1, 2026 16:44
@github-actions github-actions Bot requested a review from a team as a code owner June 1, 2026 16:44
@mwbrooks mwbrooks marked this pull request as draft June 1, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants