Node Slack Sdk: @slack/[email protected] Release

Release date:
August 11, 2023
Previous version:
@slack/[email protected] (released February 22, 2023)
Magnitude:
1,313 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

seratch
filmaj
srajiang
cmbuckley
svc-ghe-snow
mztnnrt
levenleven

Directory Browser for @slack/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

What's Changed

For compatibility with node v19.5 and newer (including node v20+), it is recommended to update to this version as the WebSocket API changed slightly. In certain websocket failure modes, versions of rtm-api prior to 6.1.1 using node v19.5 or newer may see Cannot read properties of null (reading 'message') failures (see #1641 for an example).

  • Update socket send errback by @cmbuckley in #1597