Releases: slackapi/node-slack-sdk
@slack/web-api@7.6.0
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
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
@slack/cli-test@1.2.0+cli.2.29.2
@slack/web-api@6.13.0
What's Changed
We've released support for AI Assistants & Agents via @slack/web-api
:
Changes
- feat (web-api): Add support for assistant.* API - Thanks @misscoded! #2042
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@6.12.1...@slack/web-api@6.13.0
@slack/web-api@7.5.0
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
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
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
@slack/web-api@7.4.0
What's Changed
We've released two new APIs for use via @slack/web-api
:
- https://api.slack.com/methods/conversations.requestSharedInvite.approve
- https://api.slack.com/methods/conversations.requestSharedInvite.deny
Full Changelog
a3a06ec web-api(feat): add support for conversations.requestShared
approve
, deny
APIs (#1843)
@slack/types@2.13.0
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)