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

Release date:
January 16, 2024
Previous version:
@slack/[email protected] (released January 25, 2024)
Magnitude:
77 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

filmaj
hello-ashleyintech
iethree

Directory Browser for @slack/[email protected]

All files are compared to previous version, @slack/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

There are two big (potentially) breaking changes library users should be aware of:

  1. The minimum supported (and thus tested) version of node.js is now v18. While older versions of node should still work, we no longer guarantee this, especially now that versions of node.js older than 18 are end-of-life'd.
  2. If you use this library in a TypeScript project, many of the HTTP API methods that this library exposes now have stricter, and more correct / accurate, argument types and constraints modeled.

But do not fear! We have written a migration guide for v6 -> v7 users which painstakingly list out the changes per-method, which should provide you with an easy upgrade process.

As usual, if you have trouble with this library, feel free to file an issue! We are here to help πŸ«‚ πŸ˜„

Much love, The Slack DevRel Engineering team

Changelog

e29f6a1 Add support for overriding token when using fileUploadV2 (#1723 fixes #1644) d53ef02 @slack/web-api argument type safety (#1673) 4a8eeac Remove warning about lack of fallback text from chat.update invocations (#1674) 6e8a31e Bump minimum node version to v18 (#1667)