Skip to content

Releases: slackapi/node-slack-sdk

@slack/[email protected]

04 Oct 14:05
89b109d
Compare
Choose a tag to compare

What's Changed

85c07d9 Set minimum node version to 18 (#1666)
0ba6dc2 Add metadata to incoming webhooks parameters (#1617)

Breaking Changes

While this release is a new major version, the only "breaking change" is that we dropped support for node versions below v18 (at the time of this release, v16 and lower have reached their end of life). No APIs from this package were changed.

@slack/[email protected]

29 Sep 19:37
48f560d
Compare
Choose a tag to compare

What's Changed

  • 124d8ca Add rich text types (#1643) - thank you @chrisronline !
  • 208c53f Drop use of deprecated interfaces and use new aliased one. (#1664)
  • d0b04a0 Add a README to the types package. (#1663)
  • e4a291a @slack/types Full JSdoc, deprecate WorkflowStep, Action (aliased to Actionable) and Confirm (aliased to ConfirmationDialog) and upcoming major version breaking change TODOs as comments (#1662)
  • 09ef142 Types: split single index.ts file into files based on function/category (#1656)
  • da5da33 types: Adding deprecation notices to Dialogs and Steps From Apps types (#1655)
  • 708ee5e Add author_subname property to MessageAttachment (#1621) - thank you @mztnnrt !

New Contributors

@slack/[email protected]

11 Aug 14:14
2c8c03e
Compare
Choose a tag to compare

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).

@slack/[email protected]

02 Aug 14:43
121a497
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

@slack/[email protected]

13 Apr 06:02
1a3543b
Compare
Choose a tag to compare

What's Changed

  • Improve the default OAuth page renderer not to embed any params as-is by @seratch #1604

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

@slack/[email protected]

22 Feb 20:18
264ee48
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

@slack/[email protected]

01 Feb 16:35
59dd55e
Compare
Choose a tag to compare

What's Changed

  • Add include_categories to emoji.list API arguments by @seratch in #1581
  • feat: set default max concurrency to 100 for by @callumsteele4 in #1583 (fixes #1582)
  • Use Readable instead of ReadStream in uploadV2 by @redneb in #1577 (fixes #1586)
  • Add admin.conversations.bulk{Archive|Delete|Move} API method support by @seratch in #1566
  • fix auth.revoke argument type definition (test should be optional) by @Cattttttttt in #1562

New Contributors

@slack/[email protected]

04 Jan 22:54
e110b56
Compare
Choose a tag to compare

What's Changed

Security

Docs

New Contributors

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

@slack/[email protected]

08 Nov 20:14
a196828
Compare
Choose a tag to compare

What's Changed

  • Added in functionality for admin.analytics.getFile method by @hello-ashleyintech in #1515
  • avoid creating unnecessary function by @jimmywarting in #1524
  • Add include_all_metadata to conversations.replies API arguments by @seratch in #1537
  • Add files.uploadv2 support (fixing #1541) by @srajiang in #1544
  • fix(1528): better warnings about webclient fallbacks by @edwmurph in #1529
  • ChatUnfurlArguments require either channel and ts or unfurl_id and source properties to be specified in pairs by @filmaj in #1551

New Contributors

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

@slack/[email protected]

08 Nov 19:53
1f9df28
Compare
Choose a tag to compare

What's Changed

  • Fix #1512 Add video block to Block Kit support by @seratch in #1514
  • Add types for DateTimepicker, EmailInput, NumberInput and URLInput by @filmaj in #1549

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]