Skip to content

Releases: slackapi/node-slack-sdk

@slack/web-api@7.6.0

08 Oct 15:47
2af216c
Compare
Choose a tag to compare

What's New

We've added support for a new Slack Connect invite automation API: conversations.requestShared.list. Use the list API as well as the approve and deny APIs to automate approval and denial of Slack Connect invites into your Slack workspaces. More details about this feature are available in our Governing Slack Connect invites docs.

Also, the response types for a few APIs were extended with a few new properties. Check out #2071 for the minor details.

Changelog

59f200a web-api(feat): add support for conversations.requestShared.list API (#2072)
01d9d2d web-api(feat): minor additions to some admin API response types (#2071)

@slack/socket-mode@2.0.2

02 Oct 18:55
da9100d
Compare
Choose a tag to compare

What's Changed

We fixed an issue where the SocketModeClient would get confused with message events, as there are two concepts of such an event: a web-socket message, as well as a Slack event message. We've clarified this confusion, which may have led to some unexpected "Unexpected character parsing JSON" style error messages.

Changelog

9d2fa58 socket-mode(fix): do not handle message events twice (#2059)

@slack/cli-test@1.3.0+cli.2.29.2

02 Oct 19:53
a08ad71
Compare
Choose a tag to compare

What's Changed

The Slack CLI's datastore commands were exposed to the cli-test module.

Changelog

1ea24e2 Added datastore command into the index (#2061)

@slack/cli-test@1.2.0+cli.2.29.2

02 Oct 15:23
de54897
Compare
Choose a tag to compare

What's Changed

The Slack CLI's datastore commands were exposed to the cli-test module.

Changelog

d8d4406 cli-test(feat): Added datastore CLI commands (#2041), thank you @cchensh!

@slack/web-api@6.13.0

27 Sep 21:16
78bd662
Compare
Choose a tag to compare

@slack/web-api@7.5.0

17 Sep 19:44
453ef16
Compare
Choose a tag to compare

What's Changed

We've released support for AI Assistants & Agents via @slack/web-api:

Full Changelog

571bc3a feat (web-api / types): Add support for assistant.threads.* API (#2033)

@slack/types@2.14.0

17 Sep 20:00
02f9b87
Compare
Choose a tag to compare

We've released support for AI Assistants & Agents and have added associated event types.

Changelog

571bc3a feat (web-api / types): Add support for assistant.threads.* API (#2033)

@slack/types@2.13.1

10 Sep 19:52
8274198
Compare
Choose a tag to compare

What's Changed

This patch release fixes an issue where TypeScript could get confused with references to the Slack MessageEvent type and confuse it with node's MessageEvent interface.

Changelog

2c1a6e6 types(test): add a test to not mix up built-in node MessageEvent type (#2022)
beb0345 MessageEvent incorrectly references the Node global MessageEvent type. fixes #2020 (#2021) - thank you @varmil !

New Contributors

  • @varmil made their first contribution in #2021. Thank you ❤️

@slack/web-api@7.4.0

05 Sep 20:41
956e6b8
Compare
Choose a tag to compare

What's Changed

We've released two new APIs for use via @slack/web-api:

Full Changelog

a3a06ec web-api(feat): add support for conversations.requestShared approve , deny APIs (#1843)

@slack/types@2.13.0

30 Aug 13:17
636e4d7
Compare
Choose a tag to compare

What's New

The big change in this release is adding Events API event payloads. These were lifted straight from the bolt-js project and introduced into @slack/types. We plan on improving these types significantly in the upcoming @slack/types v3 major release (see the milestone for details on what we plan to tackle in this upcoming release). Other Slack ECMAscript projects, like @slack/socket-mode and deno-slack-sdk, will eventually consume event payload types from this package once v3 lands.

d857511 feat: adding event payloads from bolt-js as a starting point (#1907)
042fec0 chore (types): small refactorings and two new helper types (#1823)
893b836 types: small refactor in views, jsdoc all view properties, add type tests (#1820)
f8d06ca types: export helper union types (#1819)