Releases: slackapi/node-slack-sdk
@slack/cli-hooks@1.0.0
What's Changed
A new package has been introduced to enable inter-process communication between the Slack CLI and applications built with Bolt for JavaScript. That's this @slack/cli-hooks
package!
More information on this package can be found on the package's README.md
and releases are currently available on NPM.
Full Changelog
f3dff4d Introduce a @slack/cli-hooks
package that implements Slack CLI hooks in #1714 - Thanks @zimeg @misscoded @WilliamBergamin @filmaj
@slack/web-api@6.12.0
What's Changed
The following methods were added to the web client to support functions.*
methods:
Full Changelog
4f39371 Add support for functions.* (complete) methods in #1702 - Thanks @misscoded!
@slack/web-api@7.0.1
What's Changed
Only relevant to consumers in TypeScript projects: we mistakenly removed the types for method arguments as exports in the 7.0.0 major release (e.g. ViewsPushArguments
, etc. - any of the types listed in this file). These were available for consumers to import
in the 6.x versions of web-api
. Woops! This release simply adds these back in.
Full Changelog
@slack/oauth@3.0.0
What's Changed
This major release introduces two major changes:
- the minimum node version is now v18, the current LTS node.js. While the library should work with older versions of node, we no longer test the library against versions of node older than 18, so we cannot guarantee compatibility.
- the dependent
@slack/web-api
package has been updated to the latest major version, v7. Whileweb-api
is not directly exposed in thisoauth
library so it should not affect consuming applications, it is worth mentioning that the client methodsweb-api
exposes has newer, stricter, more accurate TypeScript types. This should not affect developers, but is worth calling out.
No other changes were released!
@slack/web-api@7.0.0
What's Changed
There are two big (potentially) breaking changes library users should be aware of:
- 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.
- 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)
@slack/socket-mode@1.3.3
This patch release bumps the @slack/web-api
dependency up a patch version to address an underlying security vulnerability in the axios sub-dependency.
@slack/rtm-api@6.2.1
This patch release bumps the @slack/web-api dependency up a patch version to address an underlying security vulnerability in the axios sub-dependency.
@slack/oauth@2.6.2
This patch release bumps the @slack/web-api
dependency up a patch version to address an underlying security vulnerability in the axios sub-dependency.
@slack/web-api@6.11.2
Bumps axios to 1.6.5 to address another security vulnerability.
@slack/webhook@7.0.2
Bumps axios to 1.6.3 to address a security vulnerability.